#contact_form .btn-group.bootstrap-select {
	width: 100% !important;
}

input[type="text"], textarea {
    width: 100%;
    padding: 10px;
}

.contact-content {
	border-radius: 4px;
	background: #f6f7f9;
	padding: 2em;
}

#contact_form ul li {
    padding-bottom: 10px;
}

#contact_form ul li label {
	font-weight: 700;
}

.req {
	text-align: center;
	font-size: 13px;
	font-weight: 500;
}

.required_color {
    color: #db0000;
    margin-left: 2px;
}

.to-name {
	font-weight: 700;
	font-size: 16px;
	margin-left: 4px;
}

.contact-msg {
	font-size: 12px;
}

@media (max-width: 1000px) {	
	
	label.full-width {
		width: 100%;
	}
	
	.contact-content {
		padding: 1em;
	}
}



/* PREVIOUS VERSION ********************
	
h1#contact_seller_header
{
    font-family: Montserrat;
    font-size: 142%;
    font-style: normal;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 11px 0 0 15px;
    text-align: left;
    text-transform: uppercase;
}

#contact_form
{
	padding: 10px 10px 10px 75px;
}

#contact_form ul.hidden
{
	display: none;
}

#contact_form ul li
{
	width: 705px;
	margin-bottom: 5px;
	list-style-type: none;
}

#contact_form ul li.space_top
{
   margin-top: 15px;
}

#contact_form ul li.space_bottom
{
   margin-bottom: 15px;
}

#contact_form ul li label
{
	float: left;
	width: 175px;
	margin-right: 5px;
	text-align: right;
	font-size: 110%;
	font-weight: bold;
}

#contact_form input {
    width: 300px;
}

#contact_form ul li input.subject_input
{
	width: 500px;
}

#contact_form ul li p
{
	margin-left: 134px;
	width: 645px;
	font-size: 90%;
}

#contact_form ul li textarea
{
	margin-left: 134px;
	width: 500px;
	max-width: 555px;
}

#captcha_area
{
	margin-left: 160px;
}

#captchaImage
{
	width: 212px;
	height: 118px;
	border: 1px solid black;
}

#captcha_area > input {
    width: 208px;
}

#captchaRefreshImage
{
	border: 1px solid black;
	cursor: pointer;
}

.required_color
{
	color: red;
}

.error_msg
{
	margin-top: 5px;
	color: red;
	font-style: italic;
}

input[type="text"].extension
{
	width: 50px;
}

span#phone_req,
span#fax_req,
span#email_req
{
	color: red;
}

button#send_email_button
{
    border: 1px solid #FFF;
    box-shadow: 0 3px 4px black;
    cursor: pointer;
    font-family: Montserrat;
    margin: 6px 0 17px 28em;
    padding: 3px 14px;
    border-radius: 4px;
    text-decoration: none;
    background: -webkit-gradient(linear, left top, right top, from(#feec78), to(#fed63a));
	background: -webkit-linear-gradient(top, #feec78, #fed63a);
	background: -moz-linear-gradient(top, #feec78, #fed63a);
	background: -o-linear-gradient(top, #feec78, #fed63a);
	background: -ms-linear-gradient(top, #feec78, #fed63a);
	background: linear-gradient(top, #feec78, #fed63a);
	background-color: #feec78;
}

button#send_email_button:hover
{
	background: #fed63a;
	box-shadow: 0px 1px 2px black;
	-moz-box-shadow: 0px 1px 2px black;
	-webkit-box-shadow: 0px 1px 2px black;
}

img.loading_img {
	display: none;
	margin: 0 0 0 20px;
}
