textarea {
	width: 180px;
}
.row {
	display: block;
	width: 400px;
}
.label, .labelReq {
	float: left;
	padding: 0 7px 0 0;
	text-align: right;
	width: 110px;
}
.labelReq {
	color: #f00;
}
.formw {
	float: left;
	width: 200px;
}


table#contactInfo {
		border: 1px solid #0066B3;
}
table#contactInfo td {
	padding-left: 10px;
	height: 25px;
}
.tableHeader {
	background-color: #0066B3;
}
#ExtraInformationInput {
	margin-left: 20px;
	position: absolute;
	top: 0;
}
#ExtraInformationInput input {
	border-style: none;
	border: 0px solid #ff0000;
}	

#col-a {
	/*
	padding: 20px 15px 0 15px;
	width: 717px;
	*width: 747px;
	*/
	/*width: 697px;*/
}
td {
	font-size: 12px;
}

#captchaArea {
	background: transparent url(/images/captchaBack.gif) no-repeat 0px 0px;
	height: 111px;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 0 0 5px;
	width: 291px;
}
#captchaImage {
	display: inline;
	height: 50px;
	margin-right: 15px;
	width: 200px;
}
#captchaArea img {
	border-style: none;
}
#captchaInput {
	padding-left: 5px;
	padding-top: 0px;
	*padding-top: 0px;
}
#captchaInput input {
	width: 120px;
}
#ProdInterest {
	white-space: nowrap;
	font-weight: bold;
	margin-left: 5px;
}
.ReqHead {
	color: #A7A7A7;
	font-weight: bold;
	font-size: 11px;
	background-color: #fff;
	text-align: right;
	padding-right: 5px;
	border: 1px solid #A7A7A7;
	border-width: 0px 0px 1px 0px;
}
.Required {
	color: #ff0000;
}
#ExtraInformationInput {
	position: absolute;
	top: 0;
	visibility: hidden;
}
#ExtraInformationInput input {
	border-style: none;
	border: 0px solid #ff0000;
}
#privacyLink {
	background: transparent url(/images/trans.gif) no-repeat 0px 0px;
	margin: 15px 0 0 10px;
	width: 130px;
}




/* ~~~~~~~~~~~~~[ form ]~~~~~~~~~~~~~~ */
.row {
	background-color: transparent;
	clear: both;
	padding-top: 1px;
	width: 580px;
}
.row .label, .row .labelReq {
	border: 1px solid #eee;
	border-width: 0px 0px 1px 0px;
	color: #777;
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	margin-right: 3px;
	padding-bottom: 5px;
	padding-top: 3px;
	text-align: right;
	width: 220px;
}
.row .labelReq {
	color: #ff0000;
}
.row .formw {
	float: left;
	margin-left: 3px;
	text-align: left;
	width: 255px;	
}
.spacer {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	margin: 0;
	padding: 0;
}  
/* ~~~~~~~~~~~~~[ thanks ]~~~~~~~~~~~~~~ */
#formThanks{
	display:none;
}

