
.contactDiv
{ 
	width: 390px; 
	padding: 20px;
	border-width: 1px;
	border-style: outset; 
	background-color: rgb(255,245,245); 
}

.contactTable		{ width: 100%; }
.contactCell1		{ width: 150px; text-align: left; }
.contactCell2		{ }
.contactCell2B		{ padding-top: 4px; }
.contactField		{ width: 220px; font-size: 11px; }
.contactArea		{ width: 220px; font-size: 11px;  height: 100px;}

.contactButton		
{ 
	width: 220px; 
	font-size: 11px; 
	font-weight: bold;
	border-width: 2px;
	border-style: outset;
	/*background-color: rgb(235,232,238);
	color: rgb(95,70,123);*/

}