/* CSS Document */
.serifada{font-family:Georgia, "Times New Roman", Times, serif;	}
.form_contato .campo{
width:280px;
background:url(../img/campo.gif) repeat-x;
border:1px solid #ccc;
padding:3px;
color:#333; font-size:13px;
margin-bottom:4px;
font-family:Georgia, "Times New Roman", Times, serif;
}
.contato_titulo{
border-bottom:2px solid #666;
padding-bottom:4px;
background-color:#fff;
width:280px;
text-transform:uppercase;
}
.effect{overflow:auto}
label.check{
width:250px;
display:block;
padding:0em;
padding-left:20px;
background-position:0px center;
background-repeat:no-repeat;
clear:both;cursor:pointer;
font-size:12px;
}
.checked{background-image:url(../img/chk_on.gif)}
.unchecked{background-image:url(../img/chk_off.gif)}
.form_contato div.endereco{float:right; width:250px; margin-top:15px;}