.row1{
	text-align: left;
	clear: both;
	width: 100%;
	float:left;
}

.col-md-4 {
    width: 33.33333333%;
	float: left;
	position: relative;
    min-height: 1px;
}

.row1 h2{
	
	font-weight: bold;
}

.form-control {
    width: 90%;
    margin-top: 10px;
	border: 2px solid #d4d0ba;
}

.quoteButton{
	margin: 20px 0 20px 0;
}

.quoteButton h4{
	font-size: 18px;
}

.customerButton{
	width: 180px;
}

.payButton{
	margin-left:auto;
	margin-right:auto;
	width:110px;
	text-align: center;
}

#quote-form a{
	display: block;
}

.payment-quote-form{
	display: inline-block;
	width: 50%;
	
}

.secure-cart-icon{
	display: inline-block;
	vertical-align: top;
}

.secure-cart-icon img{
	height: 120px;
	width: auto;
}

.verticalLine {
    border-right: 1px solid #808286;
	height: 190px;
}

.same-line{
	display: inline-block;
	width: 10%;
	vertical-align: top;
}

.same-line table td {
	text-align: center;
	border: none;
}

.payable{
	font-size: 25px;
    font-weight: bold;
    text-align: center;
	margin: 20px auto;
	padding: 20px 0;
	color: #FFF;
	width: 40%;
	background-color: #8cc63f;
}

.terms{
	margin-top:10px;
}

.terms input, .terms label, .terms a{
	display: inline-block !important;
	margin-top: 0;
}

.site-search .input-append .search-query{
	margin-top: 0;
}