

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

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

label { margin-right: 12px; margin-bottom: 9px; color: #000; font-size: 1.0em; }

.txt { 
display: inline-block; 
color: #676767;
width: 180px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
padding: 5px 9px;
font-size: 1.2em;
line-height: 1.4em;
}
.txtmail { 
display: inline-block; 
color: #676767;
width: 454px; 
font-family: Arial, Tahoma, sans-serif; 
margin-bottom: 10px; 
border: 1px dotted #ccc; 
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: 530px; 
height: 150px;
border: 1px dotted #ccc;
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: 7px 13px;
font-size: 1.0em;
border: solid 0px #1ed2eb;
background: #49abea; 
}
#send:hover {
background: #1f8fd9; 

}
#send:active {
color: #000; 
background: -webkit-gradient(linear, left top, left bottom, from(#8d0404), to(#c02626)); 
background: -moz-linear-gradient(top,  #8d0404,  #c02626);
background: -webkit-linear-gradient(top, #8d0404, #c02626);
background: -o-linear-gradient(top, #8d0404, #c02626);
background: -ms-linear-gradient(top, #8d0404, #c02626);
background: linear-gradient(top, #8d0404, #c02626);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d0404', endColorstr='#c02626');
}



/*#send { 
color: #fff;
display: block;
cursor: pointer;
padding: 7px 13px;
font-size: 1.0em;
border: solid 1px #a20202;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#f53520), to(#a20202)); 
background: -moz-linear-gradient(top, #f53520, #a20202); 
background: -webkit-linear-gradient(top, #f53520, #a20202);
background: -o-linear-gradient(top, #f53520, #a20202);
background: -ms-linear-gradient(top, #f53520, #a20202);
background: linear-gradient(top, #f53520, #a20202);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f53520', endColorstr='#a20202'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#a20202), to(#f53520)); 
background: -moz-linear-gradient(top,  #a20202, #f53520); 
background: -webkit-linear-gradient(top, #a20202, #f53520);
background: -o-linear-gradient(top, #a20202, #f53520);
background: -ms-linear-gradient(top, #a20202, #f53520);
background: linear-gradient(top, #a20202, #f53520);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a20202', endColorstr='#f53520');
}
#send:active {
color: #000; 
background: -webkit-gradient(linear, left top, left bottom, from(#8d0404), to(#c02626)); 
background: -moz-linear-gradient(top,  #8d0404,  #c02626);
background: -webkit-linear-gradient(top, #8d0404, #c02626);
background: -o-linear-gradient(top, #8d0404, #c02626);
background: -ms-linear-gradient(top, #8d0404, #c02626);
background: linear-gradient(top, #8d0404, #c02626);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d0404', endColorstr='#c02626');
}*/