@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(imagens/fundo.jpg) center top no-repeat;
	background-color: #FF9203;
}

a:link{
	color:#FFFFFF;
	text-decoration:underline;
}
a:hover{
	color:#FFFFFF;
	text-decoration:none;
}
a:visited{
	color:#FFFFFF;
	text-decoration:underline;
}

#estrutura {
	width:900px;
	height:513px;
	padding-top:27px;
	margin:0 auto;
	text-align:center;
	clear:both;
}
#estrutura h1{
	display:none;
}
#estrutura input{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:#f5b468 solid 1px;
	background:url(imagens/fundo_input.jpg) left top repeat-x;
}
#estrutura label{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}
#estrutura button{
	background:url(imagens/fundo_bt.png) no-repeat;
	border:none;
	width:79px;
	height:20px;
	cursor:pointer;
	color:#666666;
	font-size:11px;
}
#estrutura select{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	border:#f5b468 solid 1px;
	background:url(/imagens/fundo_input.jpg) left top repeat-x;
	background-color:#F27D0C;
}
	#estrutura div#box_geral{
		float:right;
		width:100%;
		height:350px;
	}
	#estrutura #box_login{
		margin-right:25px;
		_margin-right:10px;
		width:390px;
		height:310px;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:right;
		color:#FFFFFF;
		line-height:1.5;
	}
		#estrutura #box_login table{
			margin-top:20px;
			text-align:right;
		}
		#estrutura #box_login p{
			margin-top:110px;
		}
	#estrutura #box_form{
		margin-right:25px;
		_margin-right:10px;
		padding-top:10px;
		width:390px;
		height:310px;
		float:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		color:#FFFFFF;
		line-height:1.5;
	}
		#estrutura #box_form table{
			text-align:right;
		}
	#estrutura #box_msg{
		margin-right:25px;
		_margin-right:10px;
		width:390px;
		height:15px;
		float:right;
		clear:right;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:right;
		color:#74462C;
		font-weight:bold;
	}
	#botoes {
		/*margin:375px 0px 0px 23px;
		_margin:400px 0px 0px 23px;*/
		float:left;
		margin:19px 0px 0px 0px;
		text-align:left;
		width:100%;
	}
		#botoes ul{
			clear:both;
			/*margin:0px 0px 0px 10px;*/
			margin:0 auto;
			margin-left:35px;
			padding:0px;
		}
			#botoes ul li {
				margin:0px;
				padding:50px 0px 0px 12px;
				display:block;
				float:left;
				list-style:none;
				font-family:Arial, Helvetica, sans-serif;
				font-size:11px;
				width:268px;
				height:76px;
				color:#FFFFFF;
			}
				#botoes ul li button {
					border:none;
					background:none;
					cursor:pointer;
					color:#FFFFFF;
					float:right;
					margin:20px 33px 0px 0px;
				}
	#estrutura #endereco{
		float:left;
		width:100%;
		margin-top:20px;
	}
		#estrutura #endereco address {
			font-family:Arial, Helvetica, sans-serif;
			font-size:11px;
			font-weight:bold;
			font-style:normal;
			color:#FFFFFF;
		}
