@charset "UTF-8";
form {
	width:800px;
	margin:0 auto;
}
input, textarea {
	font-family:"Arial";
	font-weight:normal;
	font-size:12pt;
    color: #006;
	background-color:rgba(255,255,255,.4);
    margin-left:100px;
}
input:hover, textarea:hover {
	background-color: #FFF;
}
label#form {
    font-family:"Courier New";
    font-size:12pt;
}
legend {
	color: #888;
	*font-weight: bold;
	font-size: 12pt;
	font-family: "Arial";
}
fieldset {
    position: relative;
    border-radius: 10px;
	border-color: #AAA;
	margin: 10px;
}
#form_contato {
	background-image: url(imagens/icone-contato.png);
    background-repeat: no-repeat;
    *margin: 0 auto;
}