@charset "utf-8";
/* CSS Document */


#form{
	padding:20px;
	}

#form .destaque{
	font-family:"Arial Narrow",Arial,Tahoma,Verdana;
	font-size:20px;
	color:#8f989d;
	}

#form .div{
	height:30px;
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
	}

#form .divp{
	height:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:5px;
	}
	

#form select{
	background-color:#e4e4e4;
	color:#666;
	border:none;
	font-size:12px;
	padding:3px;
	}
#form input[type^=text],#form input[type^=password]{
	background-color:#e4e4e4;
	color:#666;
	border:none;
	font-size:12px;
	padding:7px;
}

#form input[type^=text]:focus,#form input[type^=password]:focus{
	background-color:#ccc;
}

#form input[type^=text]:hover,#form input[type^=password]:hover{
	background-color:#ddd;
}


#form textarea{
	font-family:Tahoma, Geneva, sans-serif;
	background-color:#e4e4e4;
	color:#666;
	border:none;
	font-size:12px;
	padding:7px;
	overflow:auto;
}

input[type^=button],input[type^=submit]{
	background-color:#000;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	border:none;
	padding:5px 20px 5px 20px;
	cursor:pointer
	}
	
input[type^=button]:hover,input[type^=submit]:hover{
	background-color:#d60d8c;
	}


input[name^=Voltar]{
	background-color:#e4e4e4;
	color:#999;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align:center;
	border:none;
	padding:5px 20px 5px 20px;
	cursor:pointer
}

input[name^=Voltar]:hover{
	background-color:#d60d8c;
	color:#fff;
	}
	
#form a{
	color:#646464;
	text-decoration:none;
	}

#form a:hover{
	color:#d60d8c;
	text-decoration:none;
	}