body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,
fieldset,input,blockquote,th,td {
margin:0; padding:0;
}
fieldset,img {border:0;}
address,caption,cite,code,dfn,em,strong,th,var {
font-style:normal;font-weight:normal;
}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}

html{
	height:100%;
	width:100%;
	overflow:hidden;
}

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#000;
	height:100%;
	width:100%;
	background-image:url(../imgs/bn.jpg);
	background-repeat:repeat;
	overflow:hidden;
} 
#formulario{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
margin-top:45px;
}

#contato{
background-image:url(../imgs/form.gif);
background-repeat:no-repeat;
background-position:top left;
right:385px;
top:160px; 
position:absolute; 
z-index:35; 
height:330px; 
width:300px; 
padding:10px;
}

#formulario label{
float: left;
width: 90px;
font-weight: bold;
display:block;
}
#formulario input, select{
width: 180px;
margin-bottom: 5px;
border:1px solid #000000;
}
#formulario textarea{
width: 170px;
height: 100px;
margin-bottom: 5px;
border:1px solid #000000;
}
#formulario .boxes{
width: 1em;
}
#formulario #submitbutton{
margin-left: 192px;
margin-top: 12px;
width: 90px;
background-color:#3399FF;
color:#FFFFFF;
font-weight:bold;
}
#formulario br{
clear: left;
}
#formulario fieldset{
	padding: 25px 20px 5px 40px;
	border: 1px solid #333333;
	color:#333333;
	position: relative;

}
#formulario legend{
	font-weight: bold;
	color:#ffffff;
	font-size: 11pt;
	letter-spacing: 1px; 
	margin-bottom:20px; 
	background-color:#666666; 
	border-bottom: 1px solid #333333; 
	border-right:1px solid #333333; 
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc; 
	padding:2px 10px 2px 10px;
	position: absolute; 
	top: -11px; 
	left: 3em;

}
html>body #formulario legend{
	margin-bottom: 0px;
}
#mensagem{
border:2px #000000 solid;
background-color:#ffffff;
padding:5px;
color:#000000;
font-weight:bold;
margin-left: auto;
margin-right:auto;
width:90%;
margin-bottom:20px;

}
.icon-ok{
	border:solid 1px #90ac13; 
	background:#eef4d3 url(../imgs/green.gif) 8px 8px no-repeat;
	color:#6b800d;
	font-weight:bold;
	margin:0px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	right:385px;
	top:160px; 
	position:absolute; 
	z-index:300; 
	height:330px; 
	width:300px; 
	padding:10px;
}
