table.other, td, th
{ border: dotted 1px #68e6fc; outline-style: none; }
th
{
background-color:green;
color:white;
}
.class { }

table.contacts
{ width: 580px;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


td.contactDept
{ background-color: #99CCCC;
border: 1px #000000 solid;
font-family: Verdana;
font-weight: bold;
font-size: 12px;
color: #404040; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-family: Verdana, sans-serif, Arial;
font-weight: normal;
font-size: .7em;
color: #404040;
background-color: #fafafa;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

input { 
 background-color: #e9e9fc; 
}
textarea { 
 background-color: #e9e9fc; 
 color: #070707; 
}
select { 
 background-color: #e9e9fc; 
 color: #070707; 
}
