﻿.contact
{
	/*padding: 5px 15px 5px 15px;*/
	color: white;
	font-size: 11px;
	font-family: Tahoma,Arial,Sans-Serif !important;
}
.contact .currentPanelPath
{
	font-size: 12px;
	font-weight: bold;
}
.contact .titleFont
{
	font-family: Tahoma,Arial,Sans-Serif !important;
	font-weight: bold;
	font-size: 12px;
	padding: 16px 0px 0px 16px;
}
.contact .infoFont
{
	color: #fff;
	font-weight: normal;
}
.contact input.textbox
{
	width: 235px !important;
}
* html .contact input.textbox 
{
    width: 232px !important;
}
.contact .form_buttons
{
	padding: 10px 0px 0 0;
}
.contact .clear
{
	width: 70px;
	height: 20px;
	background-color: black;
	border: none !important;
	background-image: url(images/clear.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 341px;
}
.contact .send
{
	width: 50px;
	height: 20px;
	background-color: black;
	border: none !important;
	background-image: url(images/send.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.contact textarea
{
	font-family: Tahoma,Arial,Sans-Serif !important;
	font-size: 11px;
	font-weight: normal;
	color: white;
	background-color: black;
	border: 1px solid #4d4d4d;
	height: 85px !important;
	width: 460px !important;
	padding: 1px 4px 4px 4px;
	margin: 4px 0px 4px 0px;
}
.contact .contactListDiv table td
{
	vertical-align: top;
}
.contact .contactListDiv ul
{
	margin-left: 40px;
	padding: 0px;
}
.contact .contactListDiv ul li
{
	margin-bottom: 25px;
	padding-left: 4px;
	padding-right: 20px;
	list-style-image: url(images/contact.gif);
}

.contact .contactListDiv ul li a
{
	font-weight: bold;
}

