div.checkout h2 {
	color: #962B2D;
	font-size: 12px;
	font-weight: bold;
}

div.checkout h3 {
	color: #962B2D;
	font-size: 11px;
	font-weight: bold;
}

div.checkout span.info {
	color: #064476;
	font-size: 10px;
	font-weight: bold;
	display: block;
}

div.checkout span.inline_question {
	color: #064476;
	font-size: 11px;
	font-weight: bold;
	display: inline;
	float: none;
}

div.checkout form p {
	margin-top: 8px;
}

div.checkout label {
	text-align: right;
	padding-right: 5px;
	color: #064476;
	font-size: 11px;
	font-weight: bold;
	display: block;
	float: left;
	width: 100px;
}

div.checkout span.required {
	color: #962B2D;
	display: inline;
}

div.checkout input.field {
	background: url('../images/checkout/input_bg.gif') repeat-x top;
	height: 15px;
	border: 1px solid #064476;
	width: 180px;
}

div.checkout span.indication {
	color: #064476;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}

div.checkout select {
	background: url('../images/checkout/input_bg.gif') repeat-x top;
	height: 18px;
	border: 1px solid #064476;
	font-size: 10px;
	color: #000;
	width: 180px;
}

div.checkout hr.small {
	height: 1px;
	margin: -0.5em 0;
	padding: 0;
	color: #064476;
	background-color: #064476;
	border: 0;
}

div.checkout hr.large {
	height: 2px;
	margin: -1em 0;
	padding: 0;
	color: #b8c5d1;
	background-color: #b8c5d1;
	border: 0;
}

div.checkout span.small {
	text-align: left;
	padding-left: 5px;
	color: #064476;
	font-size: 9px;
	display: inline;
}