ul.contact{
	display: block;
	float: left;
	height: 440px;
	width: 1000px;
	position: relative;
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	overflow: hidden;
}
ul.contact h2{
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 440px;
	width: 330px;
	position: relative;
	overflow: hidden;
}
ul.contact h3{
	display: block;
	margin: 0px;
	float: left;
	width: 650px;
	position: relative;
	height: 420px;
	overflow: hidden;
	padding: 10px;
}
ul.contact h3 div{
	font-weight: normal;
	display: block;
	float: left;
	width: 650px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B3A549;
	padding-bottom: 2px;
}
ul.contact h3 div b.title{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 25px;
	font-weight: bold;
	color: #B28236;
	background-image: url(../contact/images/icon.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	float: left;
	padding-left: 13px;
	position: relative;
}
ul.contactbox{
	float: left;
	width: 650px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}
ul.contactbox h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 230px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	font-weight: normal;
}
ul.contactbox h2{
	display: block;
	float: left;
	width: 420px;
	position: relative;
	margin: 0px;
	padding-top: 10px;
}
ul.contactbox h2 b{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	color: #B1B1B1;
	display: block;
	float: left;
	position: relative;
	width: 410px;
	padding: 5px;
}
.graytxt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	color: #B1B1B1;
}
ul.contactbox h2 strong{
	display: block;
	float: left;
	position: relative;
	width: 410px;
	padding: 5px;
	text-align: center;
}
ul.contactbox table.contact{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	font-weight: normal;
	color: #FFFFFF;
}
ul.contactbox table.contact th{
	font-weight: normal;
	vertical-align: top;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 4px;
}

ul.contactbox table.contact input[type=text]{
	border: 1px solid #4f5f75;
	background-color: transparent;
	color: #FFFFFF;
	width: 320px;
}
ul.contactbox table.contact input {  
    border: expression((this.type=="text") ? "1px solid #4f5f75" : "style"); 
	background-color: expression((this.type=="text") ? "transparent" : "style"); 
	color: expression((this.type=="text") ? "#ffffff" : "style");
	width: expression((this.type=="text") ? "320px" : "style");
}

ul.contactbox table.contact input[type=password]{
	border: 1px solid #4f5f75;
	background-color: transparent;
	color: #FFFFFF;
	width: 320px;
}
ul.contactbox table.contact input {  
    border: expression((this.type=="password") ? "1px solid #4f5f75" : "style"); 
	background-color: expression((this.type=="password") ? "transparent" : "style"); 
	color: expression((this.type=="password") ? "#ffffff" : "style");
	width: expression((this.type=="password") ? "320px" : "style");
}

.ie6only input{
	_border: 1px solid #4f5f75;
	_background-color: transparent;
	_color: #FFFFFF;
	_width: 320px;
}

ul.contactbox table.contact textarea{
	border: 1px solid #4f5f75;
	background-color: transparent;
	color: #FFFFFF;
	scrollbar-face-color:#031A3A;
	scrollbar-highlight-color:#4F5F75;
	scrollbar-3dlight-color:#031A3A;
	scrollbar-darkshadow-color:#031A3A;
	scrollbar-shadow-color:#4F5F75;
	scrollbar-arrow-color:#4F5F75;
	scrollbar-track-color:#031A3A;
	width: 320px;
	height: 100px;
}
ul.contactbox h2 b input.key[type=text]{
	border: 1px solid #4f5f75;
	background-color: transparent;
	color: #FFFFFF;
	width: 100px;
}
ul.contactbox h2 b input.key input {  
    border: expression((this.type=="text") ? "1px solid #4f5f75" : "style"); 
	background-color: expression((this.type=="text") ? "transparent" : "style"); 
	color: expression((this.type=="text") ? "#ffffff" : "style");
	width: expression((this.type=="text") ? "100px" : "style");
}
.txt{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 18px;
	font-weight: normal;
	color: #B1B1B1;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}

