/*	ФОРМА ЗАКАЗА СТОЛИКОВ И БАНКЕТОВ	*/
div.forma_zakaza
{
width: 100%;
padding: 3px;
border: 1px solid #84C225;
text-align: center;
}

/*	таблица ивсе ячейки	*/
table.stolik
{
text-align: center;
}
table.stolik td
{
font-family: Verdana;
font-size: 10px;
color: #333333;
text-align: left;
}

/*	дата и время	*/
table.stolik .input, table.stolik input
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 125px;
}

/*	ресторан, кол-во мест, емаил и телефон	*/
table.stolik .inputtext 
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 100px;
}

td.vrm .inputtext, td.fio .inputtext 
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 220px;
}

/*	пожелания	*/
table.stolik .inputtextarea
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 220px;
height: 50px;
}
/*	captcha		*/
td.captcha .inputtext
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 180px;
}

/*	кнопка сабмита формы	*/
table.stolik input.zakaz
{
font-family: Verdana; 
font-size: 11px; 
color: #ffffff; 
background-color: #99CC33; 
height: 18px; 
border: solid 1px #FFFFFF;
cursor: hand;
cursor: pointer;
text-align: center;
}

/*	 выводятся ошибки и предупреждения	*/
div.stolik .errortext, div.stolik .notetext
{
font-family: Verdana;
font-size: 8px;
}

div.zakaz_link
{
margin-top: 10px;
margin-bottom: 10px;
}
/*	ссылки-заголовки	*/
a.zakaz_link:link, a.zakaz_link:active, a.zakaz_link:visited
{
font-family: Verdana;
font-size: 12px;
text-decoration: underline;
}

a.zakaz_link:hover
{
font-family: Verdana;
font-size: 12px;
text-decoration: none;
}

/*	мероприятие	*/
table.stolik .inputselect
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 220px;
text-align: left;
}

/*	услуги по организации	*/
td.chk .input, td.chk input
{
background-color: #EAEDF0;
border: solid 1px #CCCCCC;
font-family: Verdana;
font-size: 10px;
color: #333333;
width: 18px;
}

