@charset "UTF-8";
/* CSS Document */

*{margin:0; padding:0;}

body{background-image:url(../images/fundo.jpg); text-align:center; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f1f2f2;}

.main_wrapper {width:705px; margin:0 auto; margin-top:10px; text-align:left;}

.splash {position:relative; top:15px; text-align:right; right:-30px;}

.content {width:702px; background-color:#414042; margin-top:10px; text-align:center;}

.formu {width: 680px; margin:0 auto; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f1f2f2; padding-top:10px; text-align:left;}

.texto {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#f1f2f2;}

.spacer {height:20px;}

.ipt { border:1px dotted #FFF; background-color:#fff; padding:1px;}

.caixaerro{
	background-color:#EE6E79;
	border-style:dotted;
	border-width:1px;
	border-color:#FF858D;
	padding:5px;
	}

.caixa{
	background-color:#fff;
	border-style:dotted;
	border-width:1px;
	border-color:#ccc;
	padding:5px;
	}
	
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: ffc04b;
}
.texto1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

.background {
	background-color: #d57724;
	background-image: url(images/fundo.jpg);
	background-repeat: repeat-x;
}
.titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
}
.amarelo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #f1ae1d;
}
.preto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
.pequeno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
