
#simplemodal-overlay {
	background-color: #000;
	cursor: wait;
	filter: alpha(opacity=50);
}


/* Container */
.QuickQuotePopupWrapper {
	height: 819px;
	width: 600px;
	padding: 5px;
}
.QuickQuotePopupWrapper h3{

}

#QuickQuoteModalContent {
	margin: 0px 11px 0px 11px;
	padding-top: 5px;
	height:743px
}


/* IE 6 hacks*/
div.leftColumn {
	margin: 5px 30px 0px 0px;
	float: left;
}

div.rightColumn {
	margin: 5px 0px 0px 0px;
	float: left;
}

.PopupHeaderTitle {
	padding-left: 10px;
	line-height: 22px;
	height: 22px;
	//line-height: 20px;
	//height: 20px;
}

.ClosePopup {
	float: right;
	margin-top: 2px;
	margin-right: 11px;
	width: 60px;
	cursor: pointer;
}

.ClosePopup A.PopupCloseLabel {
	text-decoration: underline;
	position: relative;
	top: -3px;	
}

.ClosePopup div.PopupCloseX {
	float: right;
	width: 18px;
	height: 18px;
	line-height: 18px;

	background-image: url(http://dynamic.images.ebizautos.com/corner3_tl_cccccc_ececec.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.ClosePopup div.PopupCloseX2 {
	background-image: url(http://dynamic.images.ebizautos.com/corner3_tr_cccccc_ececec.png);
	background-position: top right;
	background-repeat: no-repeat;
}
.ClosePopup div.PopupCloseX3 {
	background-image: url(http://dynamic.images.ebizautos.com/corner3_bl_cccccc_ececec.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
.ClosePopup div.PopupCloseX4 {
	background-image: url(http://dynamic.images.ebizautos.com/corner3_br_cccccc_ececec.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
.ClosePopup div.PopupCloseX5 {
	padding-left: 2px;
}

.QuickQuoteModalContentResponse2 h3 {
	font-size: 16px;
	font-weight: bold;
	color: #11284a;
	margin-top: 10px;
	margin-bottom: 5px;
}

.QuickQuoteModalContentResponse {
	font-size: 14px;
}

.QuickQuoteModalContentResponse h3 {
	font-size: 18px;
}

.DashedLine { 
	height: 1px; 
	line-height: 1px; 
	font-size: 1px; 
	border-bottom: 1px dashed #333333; 
}


.FormDataField {
	width: 220px; 
	height: 44px;
}

.FormInputField { 
	width: 220px; 
	height: 20px;
	font-size:12px;
}

select.FormInputField_s {
	width: 95px;
	font-size:12px;
}
input.FormInputField_s {
	width: 94px;
	font-size:12px;
}
.FormInput_Left {
	margin-right:7px;
	//margin-right:7px;
}

.FormInput_Right {
	margin-left:7px;
	//margin-left:6px;
}

#QuickQuoteButton {
	margin-top: 16px;
}


.QuickQuoteNoteLabel {
	float: left; 
	width: 252px;
	font-size: 11px;
}

.QuickQuoteSubmitButton {
	float: left; 
	cursor: pointer; 
	width: 60px; 
	line-height: 11px; 
	font-size: 11px; 
	text-align: center;
}
