html,body {background-color: white; width: 1000px; margin: 0px auto; padding: 0px; font-family: Arial; color: rgb(92,92,92); font-size: 12px;}

h1{font-size: 30px; font-weight: normal; }

.main{background-image: url('/images/background.jpg'); background-position: 0px 50px; background-repeat: no-repeat; width: 100%; height: 500px;}

.zakaz{height: 500px; width: 350px; vertical-align: top;}
.zakaz .home{margin: 50px 0px 0px 40px;}
.zakaz .btZakaz{margin: 0px 0px 0px 85px;}
.zakaz .btAbout{margin: 0px 0px 0px 140px;}

.about{vertical-align: top; padding-top: 20px;}

.contact{font-size: 11px;}
.contact .fullName{width: 350px;}
.contact .email{width: 200px;}
.contact .city{width: 200px;}
.contact .quant{width: 30px;}

.footer{color: rgb(160,160,160); text-align: center;}

.t1{color:rgb(0,0,0)}
.t2{color:rgb(90,90,90)}

.messages{margin: 10px 10px 10px 100px; font-weight: bold;}
.messages .error{color:red;}
.messages .default{color:red;}