/*fileinformations:form.css|formulários|02/07/2004|jonataslacerda*/

/*::form::*/

form{
background-color:transparent;
border-top-style:none;
border-bottom-style:none;
border-right-style:none;
border-left-style:none;
_height:10px;
margin:0px;
}

/*::input,select::*/

input,select{
font-family:tahoma,verdana,arial;
font-size:11px;
color:#000000;
background-color:#E6E6E6;
}

.assunto{
width:270px;
}

/*::textarea::*/

textarea{
font-family:tahoma,verdana,arial;
height:150px;
width:270px;
font-size:11px;
color:#000000;
background-color:transparent;
border:1pxdashed#000000;
cursor:text;
}

/*::borda::itensdoformulário:*/

.borda{
border:1pxdashed#000000;
cursor:text;
}

/*::borda2::submitdoformulário:*/

.borda2{
color:#EF6D00;
font-weight:bold;
border:1pxdashed#000000;
cursor:pointer;
}
/*::optgroup::*/
optgroup{
font-family:tahoma,verdana,arial;
font-size:11px;
font-weight:bold;
font-style:normal!important;
color:#D44409;
margin-top:3px;
margin-left:5px;
border-top:1pxdashed#D44409;
}
.select_date{
font-size:11px;
text-align:center;
font-weight:bold;
color:#D44409;
margin-bottom:3px;
}