.checkout table
{
	font-size: 12px;
	width: 100%;
}

.checkout table tr th,
.checkout table tr td
{
	padding: 5px;
}

.checkout table tr th
{
	background: #78496b;
	color: #f9f2e2;	
	font-weight: bold;
}

.checkout table tr td {border-bottom: 1px #000 dotted;}

.checkout table tr td.item,
.checkout table tr td.subtotal-note,
.checkout table tr td.price,
.checkout table tr td.total {font-weight: bold;}

.checkout table tr td.item,
.checkout table tr td.subtotal-note
{
	color: #78496b;
}

.checkout table tr td.item
{
	width: 350px;
}

.checkout table tr td.price
{
	color: #787878;
}

.checkout table tr td.total a
{
	color: #c4aa00;
	float: right;
	text-decoration: underline;
}

#primary-content .checkout table tr td.total a:hover
{
	text-decoration: none;
}

.checkout p.note
{
	color: #555;
	font-style: italic;
}

#primary-content .form h6
{
	background: #78496b;
	color: #f9f2e2;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0;
	padding: 5px; 
}

.form ul
{
	width: 95%;
}

.form li span
{
	float: left;
	margin: 0 0.3em 0 0;
}

.form li span.req
{
	color: #fc312b;
	float: none;
}

.form li span.full
{
	clear: both;
	float: none;
	width: 100%;
}

.form li span.full input
{
	width: 100%;
}

.form input
{
	padding: 2px;
}

.form label
{
	color: #767875;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.form label.choice
{
	color: #787679;
	display: inline;
	font-size: 12px;
	font-weight: bold;
	padding: 0;
}

.form label.description
{
	color: #787679;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}

.form .left-half
{
	clear: both;
	float: left;
	width: 46%;
}

.form .right-half
{
	xbackground: green;
	clear: none;
	float: right;
	width: 46%;
}

.form .complex
{
	clear: both;
}

.form span.left
{
	clear: both;
	float: left;
	width: 46%;
}

.form span.left.checkbox
{
	padding-top: 25px;
}

.form span.right
{
	clear: none;
	float: right;
	width: 46%;
}

.form span.error
{
	clear: both;
	color: #ff0000;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 100%;
}

.micro-copy {font-size: 11px;}

.alert
{
	background: #FFDFDF;
	border: 3px #ff0000 solid;
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	margin: 20px 0;
	padding: 20px;
	text-align: center;
}
