#shipping_options {
	margin-top: 10px;
}
#shipping_options ul {
	list-style: none;
	padding-left: 1em;
}
#shipping_options input[selected] {
	font-weight: bold;
}



#checkout_form {
	clear: both;
}

#checkout_form input[disabled] {
	color: black;
}
#checkout_form input[readonly] {
	background-color: #CCCCCC;
}

#checkout_form h2 {
	font-size: .95em;
	background-color: #777776;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 2em;
	padding: .2em .5em;
	margin: 15px 0px 5px 0px;
}

#personal_inputs {
	width: 100%;
}
#personal_inputs td {
	vertical-align: top;
	width: 50%;
}

#personal_inputs p {
	font-size: .85em;
	width: 75%;
	color: #555555;
	font-weight: bold;
}

#same_bill_ship_box {
	margin: 5px 0px;
}
#shipto_billto_inputs {
	width: 100%;
}

#return_policy_box {
	margin: 10px 0px 5px 0px;
}

.form_row {
	clear: both;
	padding-top: 5px;
}
.form_row label {
	float: left;
	display: block;
	width: 150px;
	text-align: left;
	margin-top: 4px;
}
.form_row.required label {
	font-weight: bold;
}
.form_row label input {
	float: right;
	text-align: left;
}
.clearer {
	clear: both;
	height: 1px;
}

#submit_bar {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.checkout_button {
	color: #FFFFFF;
	font-weight: normal;
	padding: 4px 3px;
	background-color: #777777;
	border: 1px solid black;
	font-weight: bold;
	margin: 0px 5px;
} 
.checkout_button:hover {
	background-color: #AAAAAA;
}
.checkout_button:active {
	color: #000000;
}

/*
 *
 * Paypal Checkout
 *
 */
#paypal_shipping_inputs p {
	font-size: .85em;
	width: 75%;
	color: #555555;
	font-weight: bold;
}

TD.error_td
{
	background-color: red;
	color: white;
	font-weight: bold;
	font-size: large;
}
