/* CSS Document */
<!--

DIV.contact
{	
	margin-bottom: 5px;
}
INPUT.contact
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	border: none;
	border-bottom: 1px dashed #88BF02;
	background-color: transparent;
}
TEXTAREA.contact
{
	font-family: verdana;
	font-size: 10pt;
	font-weight: bold;
	border-bottom: 1px dashed #88BF02;
	background-color: transparent;
}
#CONTACT_NAME
{	
	width: 250px;
}
#CONTACT_EMAIL
{
	width: 250px;
}
#CONTACT_COMP
{
	width: 250px;
}
#CONTACT_URL
{	
	width: 400px;
}
#CONTACT_MESS
{
	border: 1px dashed #88BF02;
}
#CONTACT_SUBMIT
{
	border: 1px dashed #88BF02;
}

-->