/*таблица*/
#step2 table, #step2 td, #step2 tr{
margin: 0;
padding: 0;
border: 1px solid #fff;
}
/*шаг 1 и 2*/
input{
float: none;
width: auto;
cursor: pointer;
}
input.buttnh {
width: 0;
height: 0;
display: none;
}
/*кнопка Продолжить и т.п.*/
input.buttn {
width: 100px;
height: 25px;
color: #f8f8f8;
font: 11px Verdana, Arial, Sans-Serif;
background-color: #bbbeee;
}
/*шаг 1*/
input.cnt1, input.cnt2 {
border: 3px solid #f8f8f8;
width: 35px;
text-align: center;
color: #000000;
font: bold 100% Arial, Sans-Serif;
background-color: #f8f8f8;
}
input.cnt2 {
background-color: #eeeeee;
border: #eeeeee 3px solid;
}
input.bp, input.bm {
width: 25px;
height: 25px;
background-color: #cceecc;
}
input.bm {
background-color: #eecccc;
}
/*шаг 2*/
textarea, input.din, input.dsin {
border: 1px solid #333366;
border-right: 2px solid #444444;
border-bottom: 2px solid #444444;
}
textarea, input.din, input.dinerr{
width: 568px !important;
width: 612px;
}
input.dsinerr, input.dinerr{
border: 1px solid #CC0000;
}