.companyName, .address1, .address2, .city, .email, .phone, .custTitle, .firstName,
	.lastName, .mi, .state, .zip {
 width: 100%;
}

.productInfo{
 padding-top: 30px;
}

.rowSpace{
 padding-top: 5px;
}

.submitBtn{
 margin-top: 35px;
}
/*
.leftMargin{
 margin-left: 25px;
}
*/
.errorTable{
 color: red;
}

.modelZoom{
	position: absolute;
	left: 65%;
	top: 550px;
	width:202px;
	height: 180px;
	z-index: 1;
	visibility: hidden;
}

.modelZoomImage{
	height: 200;
	width: 229;
}

.ThankYouImage{

}


.siteTable {
margin: 0 auto;
width: 860px; 
}

#mainContent {
background-color: #FFFFFF;
margin-top: 27px;
width: 860px;
float:left;
}

.regCrumbs {
display: none;
}

#proRec {
text-align: left;
float: left;
clear: both;
font-size: 18px;
color: #292929;

}
.title {
text-align: left;
float: left;
clear: left;
}
#topHat {
clear: right;
}

#mainTable {
text-align: left;
float: left;
clear: left;
}
#submitContainer {
text-align: left;
float:left;
clear: left;
}
.submitBtn {
vertical-align: top;
}

* {
font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
}

