/* Order form */
div.orderform {
	width:800px;
	float:left;
	margin:0 0 25px 75px;
}
div#maincontent h2.step {
	border-top:4px solid #2bc9af;
}
ul.items {
	list-style:none;
	padding-left:10px;
}
ul.items table {
	width:600px;
	font:14px/1 Verdana, sans-serif;;
}
ul.items table tr td:first-child {
	width:130px;
	border-bottom:0;
}
ul.items table tr td:last-child {
	width:100px;
	text-align:center;
}
ul.items tr.lastitem td {
	border-bottom:0;
}
ul.items td {
	padding:5px;
	vertical-align:top;
	border-bottom:1px dotted #ccc;
}
ul.items td p {
	font:10px/1.5 Verdana, sans-serif;
	font-style:italic;
	padding-top:5px;
}
td.item {
	width:270px;
}
h3 {
	color:#2bc9af;
	font-weight:normal;
	padding:0;
	margin:0;
	clear:both;
}
ul.items td input {
	width:30px;
	border:1px dotted #ff3300;
}

ul.contactinfo {
	width:290px;
	margin:0 0 20px 0;
	list-style:none;
	text-align:left;
	float:left;
}
.borderleft {	
	border-left:1px dotted #ccc;
	padding-left:15px;
}
ul.contactinfo li {
	padding-top:10px;
}
ul.contactinfo li:first-child {
	padding-top:0;
}
ul.contactinfo input {
	width:260px;
}
ul.contactinfo input#phone {
	width:100px;
	margin-right:17px;
}
ul.contactinfo input#cell {
	width:100px;
}
#citybox {
	width:127px;
}
ul.contactinfo input#city {
	width:102px;
}
#statebox {
	width:45px;
}
ul.contactinfo input#state {
	width:25px;
}
#zipbox {
	width:63px;
}
ul.contactinfo input#zip {
	width:63px;
}
#orderform textarea {
	width:565px;
	height:100px;
	margin:3px 0 15px 15px;
}
#contactform textarea {
	width:350px;
	height:90px;
	margin-bottom:25px;
}
#orderform input.submit {
	clear:both;
	display:block;
	margin-top:20px;
	width:355px;
	height:74px;
	background:url(../images/order_button.png);
	text-indent:-300000px;
	border:0;
}
#orderform input.submit:hover {
	background-position:bottom;
	border:0;
}
input, textarea {
	padding:7px;
	margin-top:5px;
	background-color:#eee;
	border:1px dotted #999;
	font-size:14px;
}
input.submit {
	margin-top:25px;
	background-color:#2bc9af;
	padding:10px 30px;
}
input.submit:hover {
	background-color:#ff3300;
	color:#fff;
}
input.validation-failed, textarea.validation-failed {
	border-color: #FF3300;
	background-color: #ffff33;
}
.validation-advice {
	padding-top:5px;
	color:#ff3300;
	font-size:10px;
}
div#maincontent dl.confirmorder {
	width:570px;
	padding-left:10px;
}
div#maincontent dl.confirmorder dt {
	float:left;
	width:200px;
	color:#999;
	text-align:left;
	padding-bottom:5px;
	border-top:1px dotted #999;
}
div#maincontent dl.confirmorder dd {
	float:left;
	width:340px;
	color:#000;
	border-left:0;
	border-top:1px dotted #999;
	padding-bottom:5px;
}