/********************************
		order.php
********************************/
.order { text-transform: none !important;}
.order h1 { color: #2570A4; text-align: left;}		
.order h2 { text-align: left; margin: 20px 0; font-size: 25px !important;}
.order p { line-height: 25px;}
p.contact { text-align: center; font-weight: bold; margin: 25px 0;}
p.address { text-align: center; margin: 20px 0;}
span.bold { font-weight: bold; }
span.green { color: green; }
ul.services { background: none !important; margin: 20px 0; line-height: 25px; padding-bottom: 70px;}
ul.services li:before { content: "*"; padding-right: 7px;}

div.form { margin: 35px auto; width:260px;}
div.form span { font-size: 20px; margin-bottom: 20px; display: inline-block;}
div.form input.text { padding: 5px; margin-bottom: 15px; width: 246px;}
div.form select { padding: 5px; margin-bottom: 15px; width: 260px;}
div.form input[type="submit"] { 
	background: url(images/btn-continue.png);
	border: 0;
	padding: 0;
	margin: 0;
	height: 48px;
	width: 126px;
	color: transparent;
	cursor: pointer;
	display: block;
	margin: 0 auto;
}
div.form label { margin-bottom: 8px; display: inline-block;}
div.form img { display: none; margin-left: 8px;}
div.form .error { border:1px solid #f00;}

div#terms { margin: 25px 0; line-height: 25px;}
#terms_form { margin: 10px 0; }
#terms_form #agree { margin-right: 8px; }
#terms_form #terms_submit { margin-top: 10px;}