.contact{
	margin:50px;
}
.contact .crow{
    float: left;
    margin-bottom: 50px;
}
.contact h1{    
    font-size: 25px;
    color: black;
    font-family: Arial, sans-serif;
    font-weight: bold;
}
.contact p{    
	font-size: 20px;
    color: black;
    font-family: Arial, sans-serif;
    min-height: 100px;
}
.contact .crow2{
	width:50%;
	min-width:400px;
    min-height: 170px;
}
@media only screen and (max-width: 979px) {
    .contact .crow2{
        min-height: auto;
    }
}
.contact .crow1{
	width:100%;
}

.field-name {
    color: #6c6c6c;
    font: 1.3em Open Sans, sans-serif;
    margin-bottom: 4px;
}
.contact-us-form {
    float: left;
    line-height: 1.4;
    margin-bottom: 70px;
    margin-left: 8px;
    margin-right: 47px;
    overflow: hidden;
    width: 524px;
    zoom: 1;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.contact-us-form .field_with_placeholder {
    background: #fff;
    border-color: #c6c6c6;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.field_with_placeholder {
    background: #eee;
}
.field_with_placeholder {
    border: 1px solid #eee;
    margin-bottom: 17px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.contact-us-form .field_with_placeholder input, .contact-us-form .field_with_placeholder textarea {
    background: transparent;
    border-color: transparent;
    color: #bbb;
    padding: 0.7em 0;
    font: 1.3em/1.4 Open Sans, sans-serif;
}
#csf_question {
    background: #EEE none repeat scroll 0% 0%;
    border-width: medium 10px;
    border-style: none solid;
    border-color: -moz-use-text-color #EEE;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    border-radius: 0px;
    box-sizing: border-box;
    font: 1.3em Arial,Helvetica,sans-serif;
    margin: 0px;
    padding: 1.2em 0px;
}
.contact-us-form .field_with_placeholder textarea {
    border: 0;
    height: 167px;
    resize: vertical;
    padding-left: 10px;
    padding-right: 10px;
}
.contact-us-buttons input[type="button"] {
    background: #383838;
    border: none;
    color: #fff;
    cursor: pointer;
    font: 700 1.4em/52px Open Sans,sans-serif;
    height: 52px;
    line-height: 52px;
    margin-top: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 121px;
}
.contact-us-form .input_width {
    width: 255px;
}
user agent stylesheet
input:not([type="image" i]), textarea {
    box-sizing: border-box;
}

    .contact-us-form{float:left;line-height:1.4;margin-bottom:70px;margin-left:8px;margin-right:47px;overflow:hidden;width:524px;zoom:1}
    .mobile-large .contact-us-form {margin-right:16px;}
    .mobile-small .contact-us-form, .mobile-medium .contact-us-form {float:none;margin:0 8px 30px 8px;;width:auto;}
    .contact-us-form .field_with_placeholder {background:#fff;border-color:#c6c6c6;border-radius:2px;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;}
    .contact-us-form .field_with_placeholder input, .contact-us-form .field_with_placeholder textarea {background:transparent;border-color:transparent;color:#bbb;padding:0.7em 0;font:1.3em/1.4 Open Sans, sans-serif;}
    .contact-us-form .field_with_placeholder textarea {border:0;height:167px;resize:vertical;padding-left:10px;padding-right:10px;}
    .contact-us-form .field_with_placeholder input:focus, .contact-us-form .field_with_placeholder textarea:focus {color:#6c6c6c;}
    .field-name {color:#6c6c6c;font:1.3em Open Sans, sans-serif;margin-bottom:4px;}
    .contact-us-form .select_arrow_hide.active > select {background:url('/images/static-pages/contact-us/new/select-arrow.png') no-repeat right 0 #fff;color:#bbb;font:1.3em/1.4 Open Sans, sans-serif;padding:0.7em 8px;:)background:#fff!important;:)color:#bbb!important;}
    .mobile-small .contact-us-form .select_arrow_hide.active > select {height:auto;}
    .contact-us-form .field_with_placeholder:hover .select_arrow_hide.active > select,.contact-us-form .field_with_placeholder .select_arrow_hide.active > select:focus {background-position:right -39px;color:#6c6c6c;}
    .contact-us-form .input_width{width:255px}
    .mobile-small .contact-us-form .float_left, .mobile-small .contact-us-form .float_right, .mobile-medium .contact-us-form .float_left, .mobile-medium .contact-us-form .float_right {float:none;}
    .mobile-small .contact-us-form .input_width, .mobile-medium .contact-us-form .input_width {width:100%;}