

body { background: #fff; font-family: "Tahoma"; }
img { border: 0; }





p { color: #000000; font-size: 1.2em; margin-bottom: 10px; }

#wrapper { width: 640px; margin: 0 auto; padding:90px 0 0 0; }

#inline { display: none; width: 600px; }

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

.txt { 
display: inline-block; 
color: #676767;
width: 420px; 
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: 500px; 
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: #ffffff;
display: block;
cursor: pointer;
padding: 5px 11px;
font-size: 1.2em;
border: solid 1px #F0469B;
border-radius: 5px;
background: #1e4c99; 
background: -webkit-gradient(linear, left top, left bottom, from(#F0469B), to(#ec1b83)); 
background: -moz-linear-gradient(top, #F0469B, #ec1b83); 
background: -webkit-linear-gradient(top, #F0469B, #ec1b83);
background: -o-linear-gradient(top, #F0469B, #ec1b83);
background: -ms-linear-gradient(top, #F0469B, #ec1b83);
background: linear-gradient(top, #F0469B, #ec1b83);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0469B', endColorstr='#ec1b83'); 
}
#send:hover {
background: #183d80; 
background: -webkit-gradient(linear, left top, left bottom, from(#F0469B), to(#ec1b83)); 
background: -moz-linear-gradient(top,  #F0469B, #ec1b83); 
background: -webkit-linear-gradient(top, #F0469B, #ec1b83);
background: -o-linear-gradient(top, #F0469B, #ec1b83);
background: -ms-linear-gradient(top, #F0469B, #ec1b83);
background: linear-gradient(top, #F0469B, #ec1b83);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#284f9d', endColorstr='#ec1b83');
}
#send:active {
color: #8c9dc0; 
background: -webkit-gradient(linear, left top, left bottom, from(#F0469B), to(#ec1b83)); 
background: -moz-linear-gradient(top,  #F0469B,  #ec1b83);
background: -webkit-linear-gradient(top, #F0469B, #ec1b83);
background: -o-linear-gradient(top, #F0469B, #ec1b83);
background: -ms-linear-gradient(top, #F0469B, #ec1b83);
background: linear-gradient(top, #F0469B, #ec1b83);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0469B', endColorstr='#ec1b83');
}