
.h3SectionHeader{
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6875em; /*11px*/
	line-height:15px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.Indent{
	margin-left: 20px;
}

.Indent td{
	padding-bottom:2px;
}

#divSalespeople{
	display: none;	
}
#radPreferContactPhone, #radPurchase, #radExistingSalespersonNo, #radSpecificVehicleYes
{
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top:5px;
}

#radPreferContactEmail, #radLease, #radExistingSalespersonYes, #radSpecificVehicleNo
{
	margin-top: 3px;
	margin-right: 2px;
	margin-left: 5px;
	margin-bottom: 10px;
}

#calPreferredDate_outer IMG /* Styles for Preferred Date clock icon */
{
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-left: 5px;
	margin-right: 100px;
	margin-top:1px;
	margin-bottom: 8px;
}

#calPreferredStartTime_outer IMG /*Styles for left Preferred Appt. Time clock icon */
{
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-left:5px;
	margin-right:10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

#calPreferredEndTime_outer IMG /*Styles for right Preferred Appt. Time clock icon */
{
	border: 0px;
	padding: 0px;
	vertical-align: middle;
	margin-left:5px;
	margin-right:10px;
	margin-top: 4px;
	margin-bottom: 10px;
}

.GeneralLabel{
	/*Makes compliant with BMW's text styles*/
	font-family: Helvetica, Arial, sans-serif;
	font-size: 0.6875em; /*11px*/
	line-height:15px;
}

.TextBox{
	margin-right:5px;
	margin-top:3px;
}

#calPreferredDate, #calPreferredStartTime, #calPreferredEndTime{
	margin-top:5px;
}

/*radio button styling start*/
#divBtnPhone, #divBtnYes, #divBtnPurchase{
	float:left;
	padding:0px;
	height:18px;
	width:18px;
	text-align:center;
}

#divBtnEmail, #divBtnNo, #divBtnLease {
	float:left;
	padding:0px;
	margin-left:15px;
	height:18px;
	width:18px;
	text-align:center;
}

#divLblEmail, #divLblPhone, #divLblYes, #divLblNo, #divLblPurchase, #divLblLease{
	float:left;
	font-size: 0.6875em; /*11px*/
	line-height:15px;
	padding-left:5px;
	padding-top:1px;
}

#divBtnEmail input, #divBtnNo input, #divBtnLease input, #divBtnPhone  input, #divBtnYes input, #divBtnPurchase input {
	margin-top:3px;
}
/*radio button styling end*/

.tdButton {
	/*makes compliant with BMW's button styles*/
	text-align:right;
	margin-top:0px;
	padding-top: 8px;
	border-style:solid;
	border-bottom:none;
	border-left:none;
	border-right:none;
	border-top-width:1px;
	border-top-color:#A8A9AD; /*40% gray rule*/;
}