@charset iso-8859-1;

table.contact {
width:auto;
height:auto;
overflow:auto;
caption-side:top;
border-collapse:collapse;
empty-cells:show;
text-align:left;
white-space:nowrap;
border-left:1px solid #C0C0C0;
border-right:1px solid #8D8D8D;
border-top:1px solid #C0C0C0;
border-bottom:1px solid #8D8D8D;
color:#000000;
background-color:#F5F5F5;
font-family:Arial, sans-serif;
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
}

table.contact input:focus,table.contact textarea:focus {
background-color:#FFFFBF;
}

table.contact th,table.contact td {
background-color:#E6E6E6;
color:#000000;
font-family:Arial, sans-serif;
font-size:10pt;
font-style:normal;
font-variant:normal;
font-weight:normal;
vertical-align:top;
padding:1px 3px;
}
