/*
 * Geral
 */
 body {
	background:#EEEEEE;
 }
#main {
	width:742px;
	margin:0 auto;
	position:relative;
}

#topo {
	width:742px;
	margin:0 auto;
	position:relative;
}


#footer {
	font-size:9px;
	text-align:center;
}

/*
 * Inicio
 */
#btn-sinistro {
	height:54px;
	width:160px;
	background: url(../imgs/btn-sinistro.png);
	display:block;
	text-indent: -100000px;
	position:absolute;
	top:400px;
	right:40px;
}
#btn-contato {
	height:54px;
	width:160px;
	background: url(../imgs/btn-contato.png);
	display:block;
	text-indent: -100000px;
	position:absolute;
	top:350px;
	right:40px;
}

#btn-sinistro:hover, #btn-contato:hover {
	background-position:0 54px;
}

/*
 * Form
 */
label  input {
	width:100%;
	clear:both;
}

#form { 
	width:470px;
	margin: 0 auto;
}

#nome, #endereco, #telefone, #email, #apolice, #cultura, #data_sinistro, #evento, #percentual_danos {
	width:400px;
	/*font-size:18px;*/
	font-weight:none;
	padding:8px;
}

#mensagem {
	height: 100px;
	padding:8px;
	/*font-size:18px;*/
}


#formSinistro h1, #formContato h1 {
	font-size:18px;
}
