@import url(http://fonts.googleapis.com/css?family=Dosis);


#inline { display: none; width: 100%; }

/* --- The Form --- */
#contact {  }

#contact fieldset {
    border: 1px solid #EEEEEE;
    padding: 20px;
	border-radius: 3px;
	background: #f2f1f1;
}

#contact legend {
    border: 1px solid #EEEEEE;
    color: #972282;
    margin-bottom: 0 !important;
    padding: 7px 10px;
	font-weight: bold;
	border-radius: 3px;
	font-size: 20px;
}

#contact label {
    display: inline-block;
    float: left;
    font-size: 1em;
    height: 20px;
    line-height: 26px;
    width: 20%;
}

#contact input, #contact textarea, #contact select {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 1em "Dosis";
    margin: 5px 0;
    padding: 5px;
    width: 80%;
	border-radius: 3px;
}

.contactbutton { border-radius: 3px; margin: 5px 20px 10px 155px; height: 40px; width: 120px; float: right; background: #00a1d9; color: white;}

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

#contact .error { border: 1px solid #973d3d; background: #f0bebe; color: #a35959; }
#contact .error:focus { border: 1px solid #eee; color: #a35959; }

