.error {
border: 1px solid #C30 !important;
}

body {
font-family: Verdana,Arial,sans-serif;
font-size:12px;
margin: 0 auto;
padding: 0;
}
#logo2{
background-image:url(logo2.png);
background-position: center;
background-repeat: no-repeat;
width: 474px;
height: 93px;
margin: 0 auto;
}

p {
text-align:justify;
padding: 5px;
line-height:15px;
font-size:11px;
}

.marcador {
float:left;
background-image: url(seta.gif);
background-position: center;
background-repeat: no-repeat;
width: 3px;
height: 6px;
margin: 4px 3px 2px 3px;	
}

.faixa_titulo {
background-color:#f6f6f6;
line-height:25px;
font-weight:bold;
padding-left: 5px;
}


/*Estilo botões e inputs*/
input[type=text] , select{
display: inline-block;
height: 25px;
padding-left: 8px;
background: #fff;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
}
input[type=text] :hover {
border: 1px solid #b9b9b9;
border-top: 1px solid #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=text]:focus {
outline: none;
border: 1px solid #d27d03;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}
input[type=text][disabled=disabled] {
border: 1px solid #e5e5e5;
background: #f5f5f5;
}
input[type=text][disabled=disabled]:hover {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
select:focus {
outline: none;
border: 1px solid #d27d03;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3);
}

.botao {
border: 1px solid #ad230d;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.1);
line-height:25px;
cursor:pointer;
width:100px;
background-color: #F03417;
background-image: -webkit-gradient(linear,left top,left bottom,from(#F03417),to(#ad230d));
background-image: -webkit-linear-gradient(top,#F03417,#ad230d);
background-image: -moz-linear-gradient(top,#F03417,#ad230d);
background-image: -ms-linear-gradient(top,#F03417,#ad230d);
background-image: -o-linear-gradient(top,#F03417,#ad230d);
background-image: linear-gradient(top,#F03417,#ad230d);
}
.botao:hover {
border: 1px solid #ad230d;
color: #fff;
text-shadow: 0 1px rgba(0,0,0,0.3);
background-color: #ad230d;
background-image: -webkit-gradient(linear,left top,left bottom,from(#F03417),to(#ad230d));
background-image: -webkit-linear-gradient(top,#F03417,#ad230d);
background-image: -moz-linear-gradient(top,#F03417,#ad230d);
background-image: -ms-linear-gradient(top,#F03417,#ad230d);
background-image: -o-linear-gradient(top,#F03417,#ad230d);
background-image: linear-gradient(top,#F03417,#ad230d);
}
.botao:active {
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.3);
}


#aviso {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
	border-radius: 4px;
	font-size:13px;
	margin:5px 0;
	overflow:hidden;
	text-decoration:none;
}

#aviso div {
	padding:10px;
}
.fechar_aviso{
	color: #31708f;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:right;
	margin-top:-15px;
    font-weight: bolder;
    font-size:20px;	
	
}
.fechar_aviso:hover{
	cursor:pointer;
}

#aviso2 {
	background-color: #F2DEDE;
	border-color: #ebccd1;
	color: #a94442;
	border-radius: 4px;
	font-size:13px;
	margin:5px 0;
	overflow:hidden;
	display:none;
	text-decoration:none;
}
#aviso2 div {
	padding:10px;
}
.fechar_aviso2{
	color: #a94442;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	float:right;
	margin-top:-8px;
    font-weight: bolder;
    font-size:20px;	
	
}
.fechar_aviso2:hover{
	cursor:pointer;
}