#contact h1 {
 text-indent: -9999px;
 width: 350px;
 height: 32px;
 background: transparent url(images/Title-Contact.gif) no-repeat;
}

#contactform {
 color: #000000;
 background: #FAFAFA;
 font: 12px Tahoma, Arial, Helvetica, sans-serif;
	border: 1px solid Gainsboro;
}

#contactform #pad { padding: 5px; }

#contactform p {
   text-align: justify;
}

#contactform p.error {
   color: #FF0000;
   font-weight: bolder;
}


#contactform a:link	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform a:visited	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform a:hover	{ color: #0000FF; background: transparent; text-decoration: none;}

#contactform a:active	{ color: #0000FF; background: transparent; text-decoration: underline;}

#contactform h2 {
   color: #000000;
   background-color: #4682B4;
   letter-spacing: 2px;
   padding: 2px;
}

#contactform hr {
   color: Gray;
   background-color: gray;
   height: 1px;
   border: none;
}

#contactform td.label {
	width: 100px;
   vertical-align: top;
   font-weight: bold;
}

#contactform img.required {
   width: 17px;
   height: 17px;
}

#contactdetails {
	width: 260px;
}

#contactdetails td {
	font: .9em Tahoma, Arial, Helvetica, sans-serif;
}

#contactdetails td.label2 {
	width: 80px;
 vertical-align: top;
 font-weight: bold;
}

table#contactmain td {
	vertical-align: top;
}

div.writemail {
   background: AntiqueWhite;
   border: 1px solid black;
   padding: 2px;
   margin-bottom: 10px;
   font: .8em Verdana, Geneva, Arial, Helvetica, sans-serif;
}










