
a { color: #e43b37; text-decoration: none; }
a:hover { text-decoration: underline; }


p { color: #e43b37; text-align:center; margin-bottom: 10px; }

#wrapper { margin: 0 auto; padding: 30px 45px; }

#inline { display: none; width:500px; height:400px}

label { margin-right: 12px; margin-bottom: 9px; font-family: Arial, Helvetica, sans-serif; color:#e43b37; font-size: 14px; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #e43b37; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}

.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
width: 420px; 
height: 150px;
border: 1px dotted #e43b37;
padding: 5px 9px; 
font-size: 1.2em;
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: #fff;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #e43b37;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#e43b37), to(#e43b37)); 
background: -moz-linear-gradient(top, #e43b37, #e43b37); 
background: -webkit-linear-gradient(top, #e43b37, #e43b37);
background: -o-linear-gradient(top, #e43b37, #e43b37);
background: -ms-linear-gradient(top, #e43b37, #e43b37);
background: linear-gradient(top, #e43b37, #e43b37);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43b37', endColorstr='#e43b37'); 
}
#send:hover {
border:groove #000;
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#e43b37), to(#e43b37)); 
background: -moz-linear-gradient(top,  #e43b37, #e43b37); 
background: -webkit-linear-gradient(top, #e43b37, #e43b37);
background: -o-linear-gradient(top, #e43b37, #e43b37);
background: -ms-linear-gradient(top, #e43b37, #e43b37);
background: linear-gradient(top, #e43b37, #e43b37);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e43b37', endColorstr='#e43b37');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#0e387d), to(#2f55b7)); 
background: -moz-linear-gradient(top,  #0e387d,  #2f55b7);
background: -webkit-linear-gradient(top, #0e387d, #2f55b7);
background: -o-linear-gradient(top, #0e387d, #2f55b7);
background: -ms-linear-gradient(top, #0e387d, #2f55b7);
background: linear-gradient(top, #0e387d, #2f55b7);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e387d', endColorstr='#2f55b7');
}