
#mailform{
color: #666666;
font-family:Verdana, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
line-height: 150%;
text-align: left;
background-color: #FFFFFF;	
padding:15px;
}

html>body #mailform{ font-size: small; }

#mailform h3{
color: #DC143C;
font-family:Verdana, Arial, sans-serif;
font-size: medium;
font-weight: normal;
line-height: 150%;
text-align: center;
background-color: #FFFFFF;	
padding:15px;
}

html>body #mailform h3{ font-size: large; }

#mailform h4{
color: #666666;
font-family:Verdana, Arial, sans-serif;
font-size: small;
font-weight: normal;
line-height: 150%;
text-align: center;
}

html>body #mailform h4{ font-size: medium; }



#mailform p{
color: #666666;
font-family:Verdana, Arial, sans-serif;
font-size: x-small;
font-weight: normal;
line-height: 150%;
text-align: left;
}

html>body #mailform p{ font-size: small; }


#mailform table.postmail{
border:0;
margin:30px 5px;
}

td.form-left{
width:180px;
text-align:right;
color: #666666;
font-size:small;
padding:5px 10px;
}

td.form-right{
width:auto;
text-align:left;
color:#555555;
font-size:small;
padding:5px 10px;
}

* html td.form-left{
width:180px;
text-align:right;
color: #666666;
font-size:x-small;
padding:5px 10px;
}

* html td.form-right{
color: #666666;
width:auto;
font-size:x-small;
padding:5px 10px;
}

#mailform span {font-size:x-small;color:#DC143C;margin-left:10px;vertical-align:middle;}

* html #mailform span{font-size:xx-small;color:#DC143C;margin-left:10px;vertical-align:middle;}


#mailform textarea {color:#333333;
font-size:small;}

* html #mailform textarea {color:#333333;
font-size:x-small;}


a{
color:#cccccc;
}

a:hover{
color:#cccccc;

}

