#masthead{
	border-right: 1px solid #fff;
}

* html #masthead{
	border-right: none;
}

#order-form {
	margin: 0px 0px;
	padding: 0 0px;
}

#order-form p{
	font: 13px/16px Arial, sans-serif;
}

#order-form p.extra{
	margin-bottom: 5px;
}

#order-form p.required{
	margin-bottom: 25px;
}

#order-heading{
}

#information input{
	margin-bottom: 5px;
}

.red {
	color: #BA0001;
}

.required {
	font: bold 11px Arial, sans-serif;
}

.state {
	margin-bottom: 6px;
	border: 1px solid #42413C;
}

* html .state {
	padding-bottom: 10px; 
}


form.order{
	padding:0;
	margin:0;
	margin-top:-5px;
	color: #42413C;
}

form.order label{
	font: 13px/20px Arial, sans-serif;
	margin: 0px;
	padding:0px;
}

#product_1 label{
	line-height: 13px;
	margin:0;
	padding:0;
}

form.order label.fixedwidth{
	display: block;
	width: 125px;
	float: left;
}

form.order input{
	width: 225px;
	border: none;
	border: 1px solid #42413C;
}

* html form.order input{
	width: 200px;
}

form.order input.sample-input{
	width: 110px;
}

form.order input.sample-input-product{
	width: 50px;
}

#product_detail_container input{
	margin-top: 5px;
}

form.order input.checkbox{
	width: 15px;
	border: none;
}

form.order textarea{
	overflow: auto;
	border: 1px solid #42413C;
	width: 400px;
}

* html form.order textarea{
	width: 375px;
}

#bottom{
	text-align: center;
}

form.order .submit input{
	font: 13px/16px Arial, sans-serif;
	color: #42413C;
	margin-top: 10px;
	border: 1px solid #42413C;
	width: 125px;
}

#captcha-text input{
	border: 1px solid #42413C;
	background: #fff;
	/*width: 125px;*/
}

#error,
#captcha-error{
	color:#900;
	border:1px solid #900;
	background:#fcc;
	width:250px;
	padding:10px;
	margin:0px auto 10px auto;
	font-family:Arial, sans-serif;
}

#captcha-error{
	width:300px;
}

#captcha{
	margin:auto;
}

#captcha p,
#captcha-error p{
	margin-bottom:5px;
}

#captcha-text{
	margin: 10px 0;
}



