

html, body {
	background-color:#990000;
	height:100%;
	overflow-x: hidden;
	overflow-y: hidden;
	background-image:url(../fundoasas.gif);
	background-repeat:no-repeat;
	background-position: center top;
	margin: 0 auto;
	}
	
#backpredios {
	width:100%;
	height:100%;
	background-image:url(../fundobaixo.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin:0 auto;
	}
	
#estrutura {
	margin:0 auto;
	background-color:#330000;
	width:500px;
	height:100%;
	border-left:1px;
	border-right:1px;
	border-top:0;
	border-bottom:0;
	border-style:solid;
	border-color:#AA0000;
	}
	
#logo {
	width:500px;
	height:380px;
	background-image:url(../flavioalencar.jpg);
	background-repeat:no-repeat;
	border-left:0;
	border-right:0;
	border-top:0;
	border-bottom:1px;
	border-style:solid;
	border-color:#AA0000;
	}
	
#formulario {
	width:500px;
	height:200px;
	}
	
#caixa {
	width:370px;
	height:200px;
	text-align:center;
	float:left;
	}
	
#campos1 {
	width:185px;
	height:190px;
	float:left;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	margin-top:10px;
	color:#FFFFFF;
	}
	
#campos2 {
	width:185px;
	height:190px;
	float:right;
	font-family:"Lucida Sans Unicode";
	font-size:12px;
	margin-top:10px;
	color:#FFFFFF;
	}
	
#botoes {
	width:130px;
	height:170px;
	float:right;
	margin-top:30px;
	text-align:center;
	}
	
.ipt1 {
	width:170px;
	background-color:#B70000;
	border: 1px solid #ffffff;
	}
	
textarea {
	width:170px;
	height:125px;
	background-color:#B70000;
	border: 1px solid #ffffff;
	}
	
.ipt2 {
	width:110px;
	height:128px;
	border: 1px solid #FFFFFF;
	background-color:#B70000;
	color:#FFFFFF;
	}
	
h3 {
	margin-left:10px;
	margin-top:5px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode";
	font-size:14px;
	}
	
h2 {
	margin-left:10px;
	margin-top:100px;
	color:#FFFFFF;
	font-family:"Lucida Sans Unicode";
	font-size:14px;
	text-align:center;
	}
