@charset "UTF-8";
#contactform input[type="text"]{width:350px;}
#contactform input[type="text"],#contactform input[type="checkbox"],#contactform textarea{margin:0 0 0 10px; padding:3px 5px;border:1px solid #888;box-shadow:-1px 0px 3px 2px rgba(0,0,0,0.1)inset;}
#contactform .forminput{height:65px;}
#contactform input[type="submit"],#contactform input[type="reset"]{margin:0 0 0 10px;padding:2px 4px;box-shadow:2px 2px 2px 1px rgba(0,0,0,0.5);border:1px solid #666;}
table.contactform {background:url(../images/white.png) repeat; border: 1px #888 solid; margin:20px auto 0px auto; width: 650px; }
table.contactform tr th,table.contactform tr td {text-align: left;font-weight: normal;vertical-align:top;font-size: 12px;border-bottom: solid 1px #999999;padding: 7px 5px 7px 15px;}
table.contactform tr th {width: 100px;}
table.contactform td {width: 470px;}
table.contactform tr th span {color: #CC0000;font-size: 10px;}
table.contactform tr th p {margin: 0px;padding: 0px;font-size: 10px;color: #999999;}
table.contactform tr td textarea {resize: vertical;width:350px;height:250px; overflow: auto;}

