@charset "windows-1251";
/* CSS Document */
* {
margin:0;
padding:0;
}
form {
width:1000px;
margin:0 auto;
}
input, textarea {
border:0;
}
fieldset {
width:1000px;
padding:5px;
margin:10px 0;
}
legend {
font:bold 18px Verdana;
color:#000080;
}
fieldset h1 {
font:bold 12px Verdana;
color:#2B67FF;
padding:10px 0;
background:#000080;
width:100%;
text-align:center;
}
fieldset h1 span {
color:#B6191B;
}
.calc {
table-layout:fixed;
width:1000px;
border-collapse:collapse;
background:#284ABC;
}
.calc td {
border:#333333 solid 1px;
width:160px;
text-align:center;
}
.calc td span {
margin:5px;
font:bold 14px Verdana;
color:#A6CAF0;
}
.scroll {
width:1020px;
height:250px;
overflow:auto;
}
.scroll table {
table-layout:fixed;
width:1000px;
border-collapse:collapse;
background:#A6CAF0;
}
.scroll table td {
width:160px;
text-align:center;
font:bold 14px Verdana;
color:#B6191B;
}
.scroll table td span {
margin:5px;
font:bold 14px Verdana;
color:#2B67FF;
}
.scroll table td input {
width:80px;
border:#B6191B solid 1px;
}
.itog {
width:1000px;
border:#333333 solid 1px;
border-collapse:collapse;
background:#284ABC;
}
.itog td {
border:#333333 solid 1px;
color:#A6CAF0;
}
.itog td p {
margin:5px;
font:bold 14px Verdana;
color:#A6CAF0;
}
.itog td span {
margin:5px;
font:bold 14px Verdana;
color:#A6CAF0;
}
.dannye {
width:1000px;
background:#284ABC;
border:#333333 solid 1px;
border-collapse:collapse;
}
.dannye p {
margin:5px;
font:bold 14px Verdana;
color:#A6CAF0;
}
.submit {
padding:10px;
}
.submit input {
background:#A6CAF0;
font:bold 14px Verdana;
color:#B6191B;
}
.contact {
margin:0px 10px;
float:left;
width:300px;
}