﻿#order-status {
	margin: 0 20px 50px;
}
#order-status h1 {
	font-size: 2.5em;
	margin-bottom: 0;
}
#order-status p {
	margin: 0.5em 0 2em;
}
#order-status td {
	padding-bottom: 10px;
}
#order-status td.first {
	width: 130px;
	padding-top: 7px;
	color: #333;
}
#order-status table input {
	width: 400px;	
	border: 1px solid #cbd6d2;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 9px;
	font-weight: bold;
	font-size: 1.1em;
}
#order-status table span {
	display: block;
	font-style: italic;
	padding: 5px 0 0;
	color: #6B746F;
	font-size: 0.9em;
}
#order-status p.action {
	width: 560px;
	text-align: right;
}
#order-status div.error {
	width: 460px;
	margin-top: 23px;
}
