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

#inline { display: none; width: 500px; padding:20px; }
#inline_obr{ display: none; width: 500px; padding:20px; }
#inline_dostavka_kuhni { display: none; width: 500px; padding:20px; }
#inline_zakaz { display: none; width: 500px; padding:20px; }

#inline_pokupka-prodazha { display: none; width: 500px; padding:20px; }
#inline_cart { display: none; width: 600px; padding:20px; }
#support { display: none; width: 500px; padding:20px; }
#addxml { display: none; width: 500px; padding:20px; }

.modalwindows { display: none; width: 500px; padding:20px; }


.txt {
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial; 
margin-bottom: 10px; 
border: 1px solid #ccc; 
padding: 5px 9px;
font-size: 12px;
line-height: 17px;

-webkit-border-radius:7px;
-khtml-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;

}

select.txt {
display: inline-block; 
color: #676767;
width: 420px; 
font-family: Arial; 
margin-bottom: 10px; 
border: 1px solid #ccc; 
padding: 5px 9px;
font-size: 12px;
line-height: 17px;

-webkit-border-radius:7px;
-khtml-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;

-webkit-border-top-right-radius:0px;
-webkit-border-bottom-right-radius:0px;
-moz-border-radius-topright:0px;
-moz-border-radius-bottomright:0px;
border-top-right-radius:0px;
border-bottom-right-radius:0px;

-khtml-border-bottom-right-radius:0px;
-khtml-border-top-right-radius:0px;

}


.txtarea { 
display: block; 
resize: none;
color: #676767;
font-family: Arial; 
margin-bottom: 10px; 
width: 420px; 
height: 150px;
border: 1px solid #ccc;
padding: 5px 9px; 
font-size: 12px;
line-height: 17px;

-webkit-border-radius:7px;
-khtml-border-radius:7px;
-moz-border-radius:7px;
border-radius:7px;
}

.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; }

label {
font-size:15px;
font-weight:bold;
color:#777777;
}