h1 {
	font-size: 16px;
	font-weight: bold;
}

h2 { 
	font-size: 14px;
	font-weight: bold;
	
	margin-bottom: 0px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
}

h2 a:link,
h2 a:active,
h2 a:visited
 {
	color: #666600;
	background-color: transparent;
}

p { margin-top: 5px; }

form table {
	font-size: 11px;
}

span.header,
form table th.header {
	padding-top: 15px;
	
	font-size: 14px;
	font-weight: bold;
	
	color: #F76210;
	background-color: transparent;
}

form#checkout_details table {
	width: 100%;
	background-color: #F5F6DE;
}

.form_error,
.required {
	color: #F76210;
	background-color: transparent;
}
