/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	background:url(images/bg.gif) repeat-x;
}
#main {
	width:775px;
	margin:0 auto;
}
img {
	border:none;
}


/* LINK */

a {
	color:#FF001E;
	text-decoration:underline;
}
	a:hover {
		text-decoration:none;
	}


/* */

h1 {
	float:left;
	background:url(images/topo.gif) no-repeat;
	width:100%;
	height:176px;
	font-size:22px;
	text-indent:-9999px;
}
h2 {
	float:left;
	width:100%;
	color:#0F3797;
	font-size:22px;
	margin:0 0 15px 0;
}
h3 {
	color:#0F3797;
}
.left {
	float:left;
}
.right {
	float:right;
}
.linha, .linha2 {
	float:left;
	width:100%;
	border-bottom:1px solid #999999;
	margin:12px 0 12px 0;
	line-height:1px;
	height:1px;
}
.linha2 {
	margin-top:0;
}
.porquecontato {
	position:absolute;
	left:20px;
	top:-50px ;
	width:230px;
	float:left;
	background:#FFF;
	border:1px solid #999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	padding:5px;
}
.error {
	float:left;
	width:420px;
	text-align:center;
	padding:10px 20px 10px 20px;
	margin-bottom:15px;
	background:#CC0000;
	color:#FFFFFF;
	font-weight:700;
}
#loading {
	float:left;
	display:none;
}


/* CONTENT */

#content {
	float:left;
	width:745px;
	background:#FFFFFF;
	padding:0 15px 0 15px;
}
	#content h3 {
		float:left;
		width:100%;
		font-size:16px;
		margin:12px 0 0 0;
	}
	#content .duvidas {
		float:left;
		width:250px;
		margin:0 0 0 13px;
		padding:10px;
		background:#FBFBE7;
	}
		#content .duvidas h2 {
			float:left;
			width:100%;
			font-size:16px;
			margin:0 0 10px 0;
		}
	#content table {
		float:left;
		margin-bottom:10px;
	}
	#content td {
		padding:2px;
	}
	#content .error-js {
		float:left;
		background:#FBFBE7;
		width:725px;
		padding:10px 5px 10px 5px;
		margin-bottom:10px;
	}
		#content .error-js h2 {
			margin-bottom:0;
			color:#DF2123;
			width:auto;
		}
	#content .manutencao {
		float:left;
		background:#F4F4F4;
		padding:10px;
		width:725px;
		margin-bottom:10px;
		height:310px;
	}
		#content .manutencao .logo-browser {
			float:left;
			width:10%;
			height:100%;
		}
		#content .manutencao .passo-a-passo {
			float:left;
			width:53%;
			height:100%;
		}
	#content .sucess {
		float:left;
		width:100%;
		background:#F1F1F1;
		padding:30px 0 30px 0;
		text-align:center;
	}


/* FORM */

fieldset {
	float:left;
	width:460px;
	border:0;
}
label {
	float:left;
	width:126px;
	text-align:right;
	margin:0 5px 0 0;
}
input {
	float:left;
	width:314px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:1px;
}
select {
	float:left;
	width:318px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666;
	margin:1px;
}
button {
	float:left;
	height:21px;
	width:48px;
	background:url(images/enviar.gif) no-repeat;
	margin:1px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;
}
.checks, .radios {
	float:left;
	width:100%;
	margin:10px 0 10px 0;
}
	.check-inp, .radio-inp {
		width:auto;
		margin:0 5px 0 0;
		height:13px;
	}
	.check-label {
		text-align:left;
		width:250px;
		margin:0;
	}
	.radio-label {
		text-align:left;
		width:auto;
		margin:0 5px 0 0;
	}
	

/* FOOTER */

#footer-geral {
	float:left;
	background:#FFFFFF;
	width:745px;
	padding:0 15px 0 15px;
}
	#footer-geral .footer {
		float:left;
		font-size:10px;
		width:100%;
		margin:15px 0 0 0;
		padding:3px 0 5px 0;
		border-top:1px solid #999999;
	}
