#content #order_form {
	width: 442px;
	padding-bottom: 7px;
	background-color: #F1E8BD;
	border: 2px solid #B99647;
}

#content #order_form h2 {
	padding: 2px 9px 4px;
	background-color: #DCCAA2;
	font-size: 12px;
}

#content #order_form ul {
	width: 428px;
	padding: 5px 7px 0;
}

#content #order_form li {
	float: left;
	list-style-type: none;
	width: 338px;
	padding-bottom: 6px;
}

#content #order_form li a {
	font-weight: bold;
}

#content #order_form li input {
	width: 334px;
	border: 2px solid #B99647;
}

#content #order_form li select {
	width: 337px;
	border: 2px solid #B99647;
}

#content #order_form li input.auto {
	width: auto;
}

#content #order_form li input.submit {
	float: right;
	width: 150px;
	background-color: #DCCAA2;
	font-family: "Times New Roman", serif;
	font-size: 14px;
}

#content #order_form li.label {
	clear: both;
	width: 90px;
}

#content #order_form li.label_side {
	width: 80px;
}

#content #order_form li.label_side_smaller {
	width: 40px;
}

#content #order_form li.small {
	width: 100px;
}

#content #order_form li.small input {
	width: 92px;
}

#content #order_form li.medium,
#content #order_form li.medium input {
	width: 154px;
}

#content #order_form li.medium_bigger,
#content #order_form li.medium_bigger input {
	width: 194px;
}



