#contact { display: block; width: auto; margin: 0; padding: 0px; border: none; margin-top:20px; overflow:visible }

/* Form style */

#contact label { display: none; float: none; height:0px; }
input, textarea, select { width:220px; height:16px; padding:15px 0px; font-family: 'Open Sans'; color:#555; border:0; border-bottom:1px solid #555; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; float:none; display:block; margin:0px 40px;}
#contact textarea { margin-bottom:0px; margin-right:0px !important; }
input:focus, textarea:focus, select:focus {  }
input.submit { display:inline-block; position:absolute; width:auto; bottom:20px; right:0px; border:0px; padding:0px; color:#8d8d8d; font-size:12px; background:none; cursor:pointer}
#contact input.submit:hover { color:#555; }


#contact fieldset { padding-left:0px;}

#contact span.required { padding-left:28px; background:url(../images/bg-bullet.png) no-repeat 12px 5px; margin-left:-28px; }

/*#message { margin: 0; padding: 0px; z-index:200; position:absolute !important; top:40px; left:40px; background:#fff; height:auto; width:220px; }*/

#message { 
	/* margin: 0; padding:34px 40px 0 40px; z-index:200; position:absolute !important; top:40px; left:40px; color:#fff; height:auto; width:220px; font-family: 'Open Sans'; font-size: 15px; */
	    margin: 0;
    z-index: 200;
    position: absolute !important;
    top: 0;
    left: 0;
    color: #fff;
    height: auto;
    width: 320px;
    font-family: 'Open Sans';
    font-size: 15px;
    
 }
 
 #message #success_page{
         background-color: #b5eb01;
          color: #000;
         padding: 20px;
         height: 361px;
 }


#success_page h3 {font-size:15px; font-weight:600; padding:34px 40px 0 40px; margin-bottom: 3px; }
#success_page p {position:relative !important; padding-bottom:35px;  font-style:italic;}


.error_message { 
    display: block; 
    height:auto; 
    padding:50px; 
    background: #FBE3E4; 
    color:#8a1f11;  
    font-style:italic; 
}

.loader { display:none; }

#contact .padding-right {padding-right:20px; }
#comments {height: 65px; }

.g-recaptcha {
	margin-top:5px;	
	transform:scale(0.77);
	-webkit-transform:scale(0.77);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	margin-left: 40px;
}

.customSubmitButton{
        margin-left: 40px;
    display: block;
    width: 235px;
    margin-top: -25px;
    padding: 5px;
    /* background: green; */
    color: #000;
        font-weight: bold;
    background-color: #b5eb01;
    border-color: #b5eb01;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: button;
    border:none;
}

.customSubmitButton:disabled{
    background-color: #c2e256;
    border-color: #c2e256;
}
