
#article h2{
background:url(../img/contact_title.jpg) no-repeat;
}

#form{
width:800px;
margin:20px auto;
}

#form table{
width:800px;
}

#form th{
width:150px;
padding:5px 0 0 10px;
background:#FFE6E6;
border-top:1px dotted #CC0000;
border-bottom:1px dotted #CC0000;
font-weight:lighter;
}

#form td{
padding:10px;
border-top:1px dotted #CC0000;
border-bottom:1px dotted #CC0000;
}

#form input{
vertical-align:-0.2em;
}

.mail{
text-align:center;
margin:10px;
}

.important{
color:#FF0000;
}