#ContactForm	{
	width:100%;
	background-color:#888;
}
#ContactForm label	{
float:right;
font-weight:bold;
padding:4px 8px 0 0;
}

form#Contact {
	font-family:Arial, Helvetica, sans-serif;
	border:20px solid #666666;
}
#ContactForm td	{
	padding:8px;
}

#ContactForm tr	{
}

#ContactForm tr:hover	{
	background:#333;
	color:#FFFFFF;
}

#ContactForm .inputtext	{
	width:250px;
	background:#fff;
	padding:4px;
	border:1px solid #dcdad2;
}
#ContactForm  .ChooseProduct	{
	width:260px;
	background:#fff;
	padding:4px;
	border:1px solid #dcdad2;
}
#ContactForm .message	{
	width:250px;
	height:100px;
	background:#fff;
	padding:4px;
	border:1px solid #dcdad2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#ContactForm select 	{
	background:#353535;
}
#ContactForm select option	{
	line-height:1.9em;
	background:#eaefea;
}
#ContactForm .inputtext:active	{
	border:1px solid #000000;
}
#ContactForm .odd	{

}
#ContactForm	.even	{

}
.FormButtonSend	{
	background-image: url(/images/contact_send.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:109px;
	height:30px;
	border:none;
	cursor:pointer;
	cursor:hand;
}
.FormButtonReset	{
	background-image: url(/images/contact_reset.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width:109px;
	height:30px;
	border:none;
	cursor:pointer;
	cursor:hand;
}

/* END FORM and BEGIN PEOPLE CONTACT INFO */
#ContactPersonnel	{
	background-color:#666666;
	padding-top:4px;
	margin-bottom:12px;
	}
#ContactPersonnel p	{
	padding:0 0 0 8px;
	color:#FFFFFF;
}
#ContactPersonnel	td	{
	padding:10px;
}
.ContactName	{
	background-image: url(/images/contact_icons_person.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:0;
	padding-left:20px;
	font-size:15px;
	margin:0;
	font-weight:bold;
}
.ContactTel	{
	margin:0;
	padding:0;
}
.ContactEmail	{
	margin:0;
	padding:0;