



#inline { display: none; width: 600px; z-index:12000;}

label { font-size:11px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#4b4b4b; padding-top:2px; padding-left:0px; }

textbox{ width:50px; color:red; border:1px solid red;}
.con { font-size:11px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#4b4b4b; padding-top:2px; padding-left:0px; }


.contenthead{ font-size:12px; margin-left:10px; margin-bottom:20px; font-family:Tahoma, Geneva, sans-serif; font-weight:bold; color:#f06819; }

.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: 100px; 
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: #dee5f0;
display: block;
cursor: pointer;
padding: 3px 8px;
font-size: 12px;
font-weight:600;
border: solid 1px #f06819;
border-radius: 5px;
background: #fc7020; 
background: -webkit-gradient(linear, left top, left bottom, from(#fc7020), to(#fb833d)); 
background: -moz-linear-gradient(top, #fc7020, #fb833d); 
background: -webkit-linear-gradient(top, #fc7020, #fb833d);
background: -o-linear-gradient(top, #fc7020, #fb833d);
background: -ms-linear-gradient(top, #fc7020, #fb833d);
background: linear-gradient(top, #fc7020, #fb833d;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc7020', endColorstr='#fb833d'); 
}
#send:hover {
background: #fc7020; 
background: -webkit-gradient(linear, left top, left bottom, from(#fb833d), to(#fc7020)); 
background: -moz-linear-gradient(top,  #fb833d, #fc7020); 
background: -webkit-linear-gradient(top, #fb833d, #fc7020);
background: -o-linear-gradient(top, #fb833d, #fc7020);
background: -ms-linear-gradient(top, #fb833d, #fc7020);
background: linear-gradient(top, #fb833d, #fc7020);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb833d', endColorstr='#fc7020');
}
#send:active {
color: #fc7020; 
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');
}