@import url(http://fonts.googleapis.com/css?family=Dosis);
.button {
   
    color: #B01919;
    display: inline-block;
   
}
.none { display: none; }
.wp_auto_popup { width: 600px; }

/* --- The Form --- */
.wp_auto_popup {  }

.wp_auto_popup fieldset {
    border:none;
    
	border-radius: 3px;
}

.wp_auto_popup h2 {
    
    color: #617797;
    margin-bottom: 0 !important;
    padding: 7px 0px;
	font-weight: bold;
	border-radius: 3px;
}

.wp_auto_popup label {
    display: inline-block;
    font-size: 1em;
    height: 26px;
    line-height: 26px;
    width: 120px;
}

.wp_auto_popup input[type=text], .wp_auto_popup input[type=email], .wp_auto_popup textarea, .wp_auto_popup select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 360px;
	border-radius: 3px;
}

.wp_auto_popup input[type=submit] {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
	border-radius: 3px;
}

.wp_auto_popup .button { border-radius: 3px; margin: 5px 20px 10px 155px; }

.wp_auto_popup input:focus, .wp_auto_popup textarea:focus { border: 1px solid #eee; color: #444; background: #fff; }

.wp_auto_popup .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
.wp_auto_popup .error:focus { border: 1px solid #eee; color: #a35959; }
#send {width:150px !important;margin-left:81px !important;}