@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------*/
/*------------------------ TAG ELEMENTS ------------------------*/
/*--------------------------------------------------------------*/

label{
	display:block;
	margin-top:10px;
	margin-bottom:5px;
}

textarea{ 
	font:12px Verdana, Arial, Helvetica, sans-serif;
	overflow:auto;
	color:#666;
	white-space:pre;
}

form{
	width:338px;
	margin:25px 0;
}

/*--------------------------------------------------------------*/
/*------------------------ CLASSES -----------------------------*/
/*--------------------------------------------------------------*/

.atalho{
	text-decoration:underline;
}

.campos, textarea, #assunto{
	display:block;
	width:320px;
	border:#999 1px solid;
}

.cor{background-color:#E8F8FD;}

/*--------------------------------------------------------------*/
/*------------------------ ID's --------------------------------*/
/*--------------------------------------------------------------*/

#qtd,#qtddesc,#qtdprereq{font-size:10px; margin-bottom:20px;}


