@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: tahoma;
	font-size: 9pt;
}
/* FORM */
label{
	font-size: 10pt;
	font-weight: bold;
	color: #FFCC00;
}
.errors{
    color:#fff;
    position:relative;
    top:-10px;
    left:-6px;
}

input.text{
font-size: 8pt;
width: 130px;
height:15px;
border: 1px solid #0058a5;
color: #000000;
background: #fff;
}

select{
width: 133px;
background: #fff;
}

/*Fim do CSS do Form*/

/*Links*/

a.link_login{
	text-decoration: none;
	color: #0058a5;
}
a:hover.link_login{
	text-decoration: underline;
	color:#7ba8cf;
}