#header,
div.action_buttons,
div.action_buttons+hr,
div.details+hr,
div.field.map_url,
input[type="button"],
span.help_text,
#order_form #order_items th.delete, #order_form #order_items td.delete
{
 	display: none;
}

#content h2,  #sub_content h2, #content h2 a, #sub_content h2 a{
	color: #666;
	text-decoration: none;
}

h2+hr {
	border-top: 1px solid #666;
}

input[type="text"], textarea, select{
	border: none
}
select option:not([selected="selected"]){
	display: none;
}


.order_update h3{
	font-size: 26px;
	margin-bottom: 10px;
}

	.order_update .customer div.field span{
		font-size: 18px;
	}
	.order_update #order_items td.order_total{
		font-size: 20px;
		padding-top: 15px;
	}
