@charset "utf-8";
/* 20100122 - 1550 */

/*
+ RESET
based on http://meyerweb.com/eric/tools/css/reset/ > v1.0 | 20080212
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
body { line-height:100%; background-color:#FFFFFF;  }
ol, ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:none; }
:focus { outline:0; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table, caption, tbody, tfoot, thead, tr, th, td { vertical-align: top; text-align: left}
table { border-collapse:collapse; border-spacing:0; }
div { margin:auto; text-align:left; }

.float-left{float: left}
.float-right{float: right}
.display-none{display: none}

body{background: #dbdbdb url(img/fundo.gif) center bottom repeat-y; font-family: Arial, Verdana}
p{font-size: Arial; color: #000; font-size: 12px}
h1{margin-bottom: 10px }
h2{margin-bottom: 10px; line-height: 20px;}

label{
	font-family: Arial, Verdana;
	color: #000;
	font-size: 11px;
}

.formulario-seguro{
	height: 23px;
	background: #f3f3f3;
	border: 1px solid #9d9d9d;
	font-size: 16px;
	font-family: Arial, Verdana, Tahoma;
	padding: 2px;
	margin-bottom: 5px;
}

.formulario-seguro-textarea{
	height: 120px;
	width: 350px;
	background: #f3f3f3;
	border: 1px solid #9d9d9d;
	font-size: 16px;
	font-family: Arial, Verdana, Tahoma;
	padding: 2px;
	margin-bottom: 5px;
}


.msg-erro{
	padding: 5px;
	text-align: center;
	color: #000;
	display: none;
	font-weight: bold;
}

.formulario-erro{
	border: 1px solid red;
	color: #000;
}

.box-internah4{margin-left: 15px; margin-bottom: 10px; color: #333333; font-size: 16px}
.box-internap{margin-left: 15px;}	
