div.wpcf7 {
margin-left: -40px;
background: #f7f7f7 url(../images/contact-top-bg.png) no-repeat top center;
margin-bottom: 80px;
}

div.wpcf7 form{
	padding: 30px 53px 40px;
	background: url(../images/contact-bottom-bg.png) no-repeat bottom center;
}

div.wpcf7 h4{
	font-size: 18px;
	color: black;
	border-bottom: 1px solid #DFDEDF;
	line-height: 27px;
	margin-bottom: 30px;
}

div.wpcf7 label{
	font-family: 'source_sans_pro_lightregular';
	font-size: 12px;
	line-height: 12px;
	color: #2E2E2E;
	display: block;
}

div.wpcf7 .submit-area-wrapper label{
	display: inline-block;
	color: #4C4C4C;
	height: 30px;
	margin-top: 12px;
	float: left;
	margin-left: 0px;
	cursor: pointer;
}

div.wpcf7 img.ajax-loader{
	float: left;
	margin-left: 5px;
}

div.wpcf7 .submit-area-wrapper span.wpcf7-form-control-wrap {
position: relative;
float: left;
margin-top: -4px;
}

div.wpcf7 .input-text-wrapper{
	float: left;
	margin-right: 28px;
}

div.wpcf7 .input-text-wrapper.last{
	margin-right: 0px;
}

div.wpcf7 .text-area-wrapper{
	margin-top: 20px;
	float: left;
}

div.wpcf7 .submit-area-wrapper{
	clear: both;
}


.wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 10px;
}

div.wpcf7 input[type="text"], div.wpcf7 input[type="password"], div.wpcf7 input[type="email"], div.wpcf7 input[type="url"], div.wpcf7 textarea, div.wpcf7 select {
        padding: 6px;
        font-family: inherit;
        border: 1px solid #e1e1e1;
        box-shadow: inset 0px 1px 1px #CBCBCA;
        border-radius: 0;
        font-size: 12px;
        line-height: 12px;
        background: transparent;
        margin-bottom: 10px;
}

.wpcf7-form-control-wrap{
        display: block;
        margin-bottom: 10px;
}

div.wpcf7 input[type="text"], div.wpcf7 input[type="email"]{
        width: 215px;
}

.submit-area-wrapper.clearfix{
	padding-top: 15px !important;
}

div.wpcf7 select{
	width: 230px;
	height: 29px;
}

span.wpcf7-not-valid-tip{
	position: relative !important;
	top: 0 !important;
	width: auto !important;
	padding: 0 !important;
}


a.button, .simple_popup_link, div.wpcf7 button {
    background: #004683;
    background: -webkit-linear-gradient(top , #0065aa 0%, #004683 100%, #004683 100%); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top , #0065aa 0%, #004683 100%, #004683 100%);; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top , #0065aa 0%, #004683 100%, #004683 100%);; /* For Firefox 3.6 to 15 */
    background: linear-gradient(top , #0065aa 0%, #004683 100%, #004683 100%);; /* Standard syntax */
    border: 1px solid #003660;
    border-radius: 1px;
    display: inline-block;
    text-decoration: none !important;
}

a.button span, div.wpcf7 button span, .simple_popup_link span {
    color: white;
    font-family: "source_sans_pro_semiboldRg";
    line-height: 12px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

div.wpcf7 button span {
    background: rgba(0, 0, 0, 0) url("//www.acboilers.com/wp-content/themes/ansaldo-restyle/images/continue-button-bg.png") no-repeat scroll right 5px;
    font-size: 14px;
    padding-right: 15px;
    width: 300px;
}

div.wpcf7 textarea{
	width: 560px;
	height: 132px;
	resize: none;
}


div.wpcf7 form input[type="text"]:focus, div.wpcf7 input[type="password"]:focus, div.wpcf7 input[type="email"]:focus, div.wpcf7 input[type="url"]:focus, div.wpcf7 textarea:focus {
	outline: none;
}

div.wpcf7 button[type="submit"]{
	float: left;
	padding: 5px 10px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
border: none;
margin-top: 20px;
font-size: 13px;
padding: 0;
margin-top: 15px;
color: #B10000;
}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 100;
	width: 210px;
	padding: 2px;
	color: #005EA1;
	font-size: 12px;
	border: none;
	background: none;
}


div.wpcf7-response-output {
margin: 0;
padding: 0;
}


div.wpcf7-mail-sent-ng {
	border: 0;
	color: red;
}

div.wpcf7-mail-sent-ok {
border: none;
color: #398F14;
}

.submit-area-wrapper .wpcf7-not-valid-tip {
    position: absolute !important;
    width: 200px !important;
    top: 30px !important;
    left: 20px;
}


/* FIX FORM 2023*/
div.wpcf7 .submit-area-wrapper span.wpcf7-form-control-wrap {
  position: relative;
  float: left;
  margin-top: -25px;
  width: 420px;
}

/*  */
