/* CSS Document */
html {
	width:100%;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
}
input {
	display:block;
	clear:right;
	margin:2px 0 5px 0;
	font:verdana;
	font-size:11px;
}
#molde {
	position:absolute;
	width:600px;
	padding:5px 5px 5px 5px;
	left:50%;
	margin-left:-300px;
	border:1px dotted #CCC;
	top:50%;
	margin-top:-200px;
}
#img {
	display:block;
	float:left;
	width:100%;
	height:181px;
}
#logo {
	float:left;
/*	background-color:#E8E8E8;*/
/*	border-top:20px solid #0066BB;*/
	border-bottom:20px solid #0066BB;
	display:block;
	height:199px;
	width:350px;
	background-image:url(../imagens/logoGcap.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-right:1px solid #FFF;
}
#logoDisponibilidade {
	float:left;
/*	background-color:#E8E8E8;*/
/*	border-top:20px solid #0066BB;*/
	border-bottom:20px solid #0066BB;
	display:block;
	height:199px;
	width:350px;
	background-image:url(../imagens/logoDisponibilidade.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-right:1px solid #FFF;
}
#divForm {
	background-color:#E8E8E8;
/*	border-top:20px solid #0066BB;*/
	border-bottom:20px solid #0066BB;
	display:block;
	float:left;
	height:189px;
	width:198px;
	padding:10px 0 0 50px;
/*	background-image:url(../images/logoGcap.png);
	background-position:center right;
	background-repeat:no-repeat;	
*/}

