@CHARSET "UTF-8";

#orderTable input, textarea{
	width: 16em;
	margin:0;
	font-family:inherit;font-size:inherit;font-weight:inherit;
	*font-size:100%;
}

#orderTable input[type=radio] {
	width:1.5em;
} 

#orderTable input[type=checkbox] {
	width:1.5em;
}

.orderLabel{
	vertical-align:top;
}

.orderError{
	border:1px solid #f00;
	background-color:#fcc8c9;
	text-align:center;
	margin-bottom:1em;
	display:none;
}

#orderTable{
	width:522px;
}

.required{
	color:#999;
	font-size:0.8em;
	position:relative;
	top:-0.4em;
}
