#logoimage {
    margin-bottom: 10px;
}

.apagecontentdiv h4 {
	margin-top:15px;
}

.list-panel li {
	font-size:13px;
}

.btn-quotesend:hover {
	background-color: #2a2867;
	background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.4)) !important;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0),  rgba(0, 0, 0, 0.4)) !important;
}

#thequoteform.v_form input, #thequoteform.v_form select, #thequoteform.v_form textarea {
	background-color: white;
	border: 1px solid #cccccc;
}
#thequoteform.v_form textarea {
	width:100% !important;
	height: 140px;
}
#thequoteform.v_form input {
	width:100% !important;
}
#thequoteform .v_alert_box.alert {
	padding: 5px 14px 8px 14px;
}

#thequoteform2.v_form input, #thequoteform2.v_form select, #thequoteform2.v_form textarea {
	background-color: white;
	border: 1px solid #cccccc;
}
#thequoteform2.v_form textarea {
	width:100% !important;
	height: 140px;
}
#thequoteform2.v_form input {
	width:100% !important;
}
#thequoteform2 .v_alert_box.alert {
	padding: 5px 14px 8px 14px;
}

.uploader {
	background-color:white;
}

#headertop {
	min-height:140px;
}