/*************************************************************
*
* SECTION: order
*
*************************************************************/
div.order_content {
	font-family: verdana;
	font-size: 9pt;
	line-height: 18px;
	color: #000;
}

div.error {
	font-family: verdana;
	font-size: 9pt;
	line-height: 18px;
	color: #e30000;
}

#order_xfield {
	background: #fff;
	border: 1px solid #000000;
	font-size: 9pt;
	font-family: arial;
	color: #000;
	width: 100px;
}

#order_select {
	background: #fff;
	border: 1px solid #000000;
	font-size: 10pt;
	font-family: arial;
	color: #000;
	width: 200px;
}

#order_text {
	background: #fff;
	border: 1px solid #000000;
	font-size: 10pt;
	font-family: arial;
	color: #000;
	width: 250px;
}

#order_submit {
	background: #fff;
	border: 1px solid #000000;
	font-size: 9pt;
	font-family: arial;
	color: #000;
	padding: 5px 5px 5px 5px;
}