#orderform input#datepicker {
	width: 90px;
	background-image: url('http://www.turmaster.ru/orders/inc/css/flick/images/calendar.gif');
	background-position: 72px 4px;
	background-repeat: no-repeat;
}
div#orderform {text-align: center;}
.required, .error-message {color: red}
#orderform .error-message {
	display: none;
	clear: both;
	margin-left: 220px;
	padding: 3px 0 3px 0;
}
#orderform fieldset {
	border: 1px solid #CC6733;
	padding: 15px;
	text-align: left;
	margin-top: 15px;
}
#orderform legend {
	color: #CC6733;
	font-size: 16px;
	font-weight: bold;
}
#orderform label {
	clear: both;
	float: left;
	width: 200px;
	text-align: right;
	margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	padding-top: 4px;
	margin-right: 20px;
}
.hidden {display: none}
#orderform input, #orderform select, #orderform textarea {
	margin-top: 10px;
	width: 300px;
	border: 1px solid #555555;
	background: #EEEEEE;
	padding: 3px;
	display: block;
}
#orderform .wolabel {margin-left: 220px;}
#orderform input:hover, #orderform select:hover, #orderform textarea:hover {background: #ffffff;}
#orderform div.help {
	cursor: help;
	color: #777777;
	clear: both;
	margin-left: 220px;
	padding: 3px 0 10px 0;
}
#orderform div.help:hover { color: #000000; }
#orderform div.checkbox label {
	clear: none;
	float: left;
	width: auto;
	padding: 0;
	margin-top: 0;
}
#orderform div.checkbox input {
	width: auto;
	border: none;
	float: left;
	margin: 3px 10px 0 220px;
}
/*#child {margin-left: 220px; clear: both; padding-top: 3px}
#child input {width: 30px; display: inline; margin: 0}*/
#orderform div.checkbox { float: left; margin-top: 10px; }
#orderform div.checkbox input { margin-left: 20px; }
#orderform div.checkbox label { margin-right: 10px; }
#orderform #childs {clear: both; padding-top: 1px;}
#orderform #childsage {clear: both; padding-top: 1px;}

#orderform div.date {margin: 10px 0 0 220px}
#orderform div.date input {width: 30px; display: inline; margin: 0; float: none}
#orderform img.captcha {margin-left: 220px;}	
#orderform div.buttons {margin: 20px 0 0 220px}
#orderform div.buttons input {
	width: auto;
	float: left;
	margin: 0 20px 0 0;
}
#orderform div.message {
	font-size: 16px;
	color: #550000;
	border: 1px solid #330000;
	background: #FFAAAA;
	padding: 10px;
	text-align: center;
}

/*
*	Styles for results table
*/
#orderresults {text-align: center}
#orderresults .done {
	font-size: 14px;
	font-weight: bold;
}
#orderresults table {
	border-collapse: collapse;
	width: 100%;
	margin-top: 20px;
}
#orderresults table td, #orderresults table th {
	padding: 3px;
	background: #ffecc4;
	color: #000000;
	text-align: left;
	border: 1px solid #CC6733;
	width: 49%;
}
#orderresults table td.link {text-align: center}
#orderresults table td.link a {color: #000000; font-weight: bold; text-decoration: underline}
#orderresults table th {font-weight: bold; text-align: right; font-size: 12px}

