a { outline:0; }
* 						{ margin: 0; padding: 0;  /* padronizando nos navegadores */ }
body					{ background:#fff; font:11px tahoma; color:##414141;}
img 					{ border: 0;}
ul {list-style-type:none}



#lado-esquerdo{
	width:310px;
	float:left;
	margin-right:20px;
	
}

#lado-direito{
	float:left;
	width:166px;
	
}


fieldset {
	border:0;
	margin-top:15px;
}

#contato {
	padding:10px;
}

#contato h1 {
	width:310px;
	height:46px;
	background:url(../imagens/duvidas-entre-em-contato.gif) no-repeat;
	text-indent:-99999px;
	margin-bottom:15px;
}


input {
	width:100%;
	display:block;
	margin-top:5px;
	padding:2px;
	font:12px tahoma;
}

select {
	width:134px;
	padding:2px;
	margin-top:5px;
	font:12px tahoma;
}


textarea{
	display:block;
	font:12px tahoma;
	padding:2px;
	width:100%;
	height:80px;
	overflow:auto;
	margin-top:10px;
}


#contato a{
	margin-top:15px;
	background:url(../imagens/bt-form.gif) no-repeat;
	width:57px;
	float:right;
	height:16px;
	text-align:center;
	padding:3px;
	display:block;
	font:11px tahoma;
	color:#FFFFFF;
	text-decoration:none;
}

#contato a:hover{
	background:url(../imagens/bt-form-over.gif) no-repeat;
	width:57px;
	height:16px;
	text-align:center;
	padding:3px;
	display:block;
	font:11px tahoma;
	color:#FFFFFF;
	text-decoration:none;
}
