.customer {
	display: block;
	float: left;
	width: 790px;
	padding-left: 10px;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-right: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
}

.customer h1{
	margin: 0px;
	display: block;
	float: left;
	width: 790px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A28037;
	font-size: 10pt;
	font-weight: normal;
	color: #FFFFFF;
	height: 100px;
}
.customer h1 img{
	float: left;
	border: 0;
}
ul.contactbox{
	float: left;
	width: 770px;
	padding-right: 10px;
	padding-left: 20px;
	list-style-position: inside;
	list-style-image: none;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
ul.contactbox h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 25px;
	color: #FFFFFF;
	display: block;
	float: left;
	width: 350px;
	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;
}
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 #B7B7B7;
	background-color: transparent;
	color: #FFFFFF;
	width: 310px;
}
ul.contactbox table.contact input {  
    border: expression((this.type=="text") ? "1px solid #B7B7B7" : "style"); 
	background-color: expression((this.type=="text") ? "transparent" : "style"); 
	color: expression((this.type=="text") ? "#B7B7B7" : "style");
	width: expression((this.type=="text") ? "310px" : "style");
}
ul.contactbox table.contact textarea{
	border: 1px solid #B7B7B7;
	background-color: transparent;
	color: #FFFFFF;
	scrollbar-face-color:#000;
	scrollbar-highlight-color:#4B4B4B;
	scrollbar-3dlight-color:#000;
	scrollbar-darkshadow-color:#000;
	scrollbar-shadow-color:#4B4B4B;
	scrollbar-arrow-color:#4B4B4B;
	scrollbar-track-color:#000;
	width: 310px;
	height: 210px;
}
ul.contactbox h2 b input.key[type=text]{
	border: 1px solid #B7B7B7;
	background-color: transparent;
	color: #FFFFFF;
	width: 100px;
}
ul.contactbox h2 b input.key {  
    border: expression((this.type=="text") ? "1px solid #B7B7B7" : "style"); 
	background-color: expression((this.type=="text") ? "transparent" : "style"); 
	color: expression((this.type=="text") ? "#B7B7B7" : "style");
	width: expression((this.type=="text") ? "100px" : "style");
}

