#order-opc .opc_status {
	border: 1px solid #d0d3d8;
	background: #D0D1D5 url('../img/form_bg.jpg') repeat-x top left;
	font-size: 12px;
}
.opc_float {
    float: left;
    padding: 10px;
    width: 47%;
	color:#E8D7C0;
}
.opc_float ul.bullet { margin-left: 15px; }
.opc_float ul.bullet li {
    background: none repeat scroll 0 0 transparent;
    padding: 5px !important;
}
#center_column .opc_float p { padding-left:0; }
#center_column .opc_float p input { margin-left: 0; }
.opc_float_status {
	float: left;
	width: 45%;
	padding: 10px;
}
#order-opc #login_form { clear: none; margin-bottom: 15px; } 
#order-opc #login_form p.text {
	height: 3.4em;
	margin-left: 4em;
	padding-left: 0;
	padding-right: 0;
}
#order-opc input#SubmitLogin, #opc_new_account #login_form_content input { margin: 0 }
#order-opc #login_form p.submit {
	margin-right: 0;
	text-align: left;
	padding-left: 17%!important;
}
#order-opc p.lost_password { padding-left: 40px; }
#order-opc p.lost_password a { color: #C48F44; }
#order-opc p.lost_password a:hover { color: #EDAE4F; }
#order-opc p.submit span { padding-right: 0.5em }
#order-opc #login_form label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 0.3em;
}
#order-opc textarea#message { width: 42em }
#order-opc sup { color: red; }
#order-opc div.opc-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url('../img/ajax-loader.gif') #666 no-repeat center center;
	opacity: 0.7;
	filter : alpha(opacity=70); /* IE < 8 */
	-moz-opacity : 0.7; 
    -ms-filter: "alpha(opacity=70)"; /* IE 8 */
	z-index: 99;
}
#order-opc div.opc-main-block { position: relative; margin-bottom:30px; }
#opc_account_form input#submitAccount { margin-right: 337px; }
#opc_new_account #login_form_content { color:#E8D7C0; }
#opc_new_account #login_form_content p.submit { 
    clear: none;
    float: left;
    padding-left: 0 !important;
    padding-top: 13px;
    width: 20%;
}
#center_column p#opc_account_saved {
    background-color: #211402;
    color: #B9E248;
    float: right;
    padding: 2px 5px;
}
#order-opc #center_column h2 { font-size: 1.5em; } 