div.form {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 #ff7800;
	padding: 15px;
	text-align: left;
	margin-top: 15px;
}
.orderform legend {
	color: #ff7800;
	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;
}
.hidden {display: none}
.orderform input, .orderform select, .orderform textarea {
	margin-top: 10px;
	width: 300px;
	border: 1px solid #555555;
	background: #EEEEEE;
	padding: 3px;
	margin-left: 220px;
	display: block;
}
.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.date {margin: 10px 0 0 220px}
.orderform div.date input {width: 30px; display: inline; margin: 0;}	
.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;
}
