* { margin: 0; padding: 0; outline: none; }
html { font-size: 62.5%; height: 101%; }

body { background: #fff;}
img { border: 0; }

a { color: #3a51b2; text-decoration: none; }
a:hover { text-decoration: underline; }

h2 { font-size: 1.8em; line-height: 1.9em; margin-bottom: 15px;  }

p { color: #595959; font-size: 18px; margin-bottom: 10px; }



#wrapper { width: 640px; margin: 0 auto; padding: 30px 45px; }

#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; font-family: Century Gothic, Calibri, News Gothic MT, Euphemia UCAS; color: #595959; font-size: 18px; }

.txt { 
display: inline-block; 
color: #595959;
width: 420px; 
font-family: Century Gothic, Calibri, News Gothic MT, Euphemia UCAS; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 18px;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #595959;
font-family: Century Gothic, Calibri, News Gothic MT, Euphemia UCAS; 
margin-bottom: 10px; 
width: 500px; 
height: 150px;
border: 1px dotted #ccc;
padding: 5px 9px; 
font-size: 18px;
line-height: 1.4em;
}

.txt:focus, .txtarea:focus { border-style: solid; border-color: #bababa; color: #444; }

input.error, textarea.error { border-color: #973d3d; border-style: solid; background: #f0bebe; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send {
color: #b3ee00;
display: block;
cursor: pointer;
padding: 40px 25px;
font-size: 25px;
border-radius: 70px;
background: #595959;
border:solid 1px #f9f9f9; 

}
#send:hover {
color: #595959;
background: #b3ee00;
border:solid 1px #f9f9f9;
}
#send:active {
color: #595959; 
background: #ffffff;

}