@charset "UTF-8";
/* CSS Document */


.CheckOffer h2 {
	display: block;
	width: 90%;
	padding-bottom: 20px;
	}

.LeftSide {
	position:relative;
	float:left;
	padding-left: 0 !important;
	width: 45% !important;
	padding-right: 20px;
	}

.LeftSide p {
	
	display: block;
	line-height: 22px !important;
	
	
	}
	

.LogoCopy {
    float: left;
    padding-top: 30px;
}

.BelowLogo {
    float: left;
    font-size: 17px;
    padding-left: 63px;
}

.DisclaimerOffer {
    float: left;
    font-size: 12px;
    padding-top: 25px;
}

.RightSide {
	
	postioning: relative;
	float: right;
	width: 45%
	
	}

.RightSide img {
	postioning: relative;
	float: left;
	}

/* Form */	
	
.CheckOfferForm {
	float: left;
    width:310px;
	margin-top:30px;
	background-color: #f5f5f5;
    border-width: 1px;
	border: thin solid #E5E5E5;
	/*height: 760px;*/
	}

.FormHeader {
	width: 290px;
}

.FormHeader p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
    font-size: 18px !important;
	line-height:22px;
    padding: 19px;
	color:#222222;
	}

.CustName {
    background-color: #FFFFFF;
    border-color: #E5E5E5;
    border-style: solid;
    border-width: 1px;
	border-radius: 3px 3px 3px 3px;
    float: left;
    font-size: 12px;
    margin-left: 19px;
    margin-top: 5px;
    width: 270px;
	height: 25px;
	line-height: 25px !important;
	vertical-align:middle;
	color: #54585A;
}

label {
	font-size: 12px;
	margin-left: 19px;
	padding-bottom: 5px;
	}

input.Form_CC {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    color: #54585A;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    margin: 1px 2px;
    min-height: 12px;
    width: 88%;
}
.Form_CC {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-top: 5px;
}

.CustCheckLabel {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	line-height: 12px;
	margin-left: 5px !important;
		display:inline-block;
	}

.SelectQty {
	height: 16px !important;
	font-size: 11px !important;
	}

.cellDiv {
    padding: 5px 0 10px 0;
	}




	/* Form validation error css */
#form-offer .error {
    color: #ff0004;
	display: block;
}

#form-offer input.error, #form-offer select.error {
    border: 2px solid #ff0004;
}