
#innerContent {
	padding: 15px;
}

.order_box {
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	width: 660px;
	height: 416px;
	border: 1px solid #55aad9;
	position: relative;
	font-family: "Arial";
}

.order_box_left {
	float: left;
	width: 309px;
	height: 100%;
	background-color: #8dcaec;
}

.orbl_buy {
	display: block;
	width: 100%;
	text-align: center;
	color: #00050d;
	font-weight: bold;
	font-size: 28px;
	margin-top: 22px;
}

.orbr_step1 {
	margin-top: 15px;
	margin-left: 15px;
}

.orbr_step1_text {
	display: block;
	position: absolute;
	top: 33px;
	left: 137px;
	color: #d4f3fc;
	font-size: 22px;
	font-weight: bold;
}

.orbr_step1_shipto {
	display: block;
	clear: both;
	margin-top: 22px;
	font-size: 16px;
	color: white;
}

.shipto_select {
	margin-top: 15px;
	height: 29px;
	width: 300px;
}

.orbr_step2 {
	margin-top: 35px;
	margin-left: 22px;
}

.orbr_step2_text {
	display: block;
	position: absolute;
	top: 176px;
	left: 137px;
	color: #d4f3fc;
	font-size: 22px;
	font-weight: bold;
}

.orbr_step2_shipto {
	display: block;
	clear: both;
	margin-top: 22px;
	font-size: 16px;
	color: white;
}

.howmany_select {
	margin-top: 23px;
	height: 29px !important;
	width: 70px;
}

.orbr_buy_box {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 90px;
	width: 351px;
	border-top: 1px solid #678aae;
	background-color: #001123;
}

.submit input {
    background-image: url(/images/order/order_now.png);
    background-repeat: no-repeat;
    color: transparent;
    border: 0;
    text-indent: -1000px;
    display: block;
    font-size: 0px;
    line-height: 0px;
    width: 110px;
    height: 52px;
    overflow: hidden;
    cursor: pointer;
    cursor: hand; /* for IE 5.x */ 
    position: absolute;
    right: 13px;
    top: 20px;
}

.orbr_buy_box .total {
	color: white;
	position: absolute;
	top: 35px;
	left: 15px;
	font-size: 22px;
	font-weight: bold;
}

.orbr_buy_box .price {
	color: white;
	position: absolute;
	top: 35px;
	left: 85px;
	font-size: 32px;
	font-weight: bold;
}

.orbl_details {
	clear: both;
	padding-top: 15px;
	width: 245px;
	margin: auto;
	text-align: center;
	height: 80px;
}

.orbl_details h1 { 
	line-height: 28px;
	padding-bottom: 8px;
	margin: 0 !important;
}
.orbl_details .text {
	display: block;
	font-size: 14px;
	color: #000208;
	padding-bottom: 5px !important;
}

.orbl_details .price {
	font-size: 18px;
	font-weight: bold;
	color: #003a78;
}

.orbl_image {
	margin: auto;
	padding: 10px;
	width: 180px;
	background-color: white;
	
}
.orbl_image img {
	width: 180px;
}

/* ---- */

.orbr_step1 h1 { color: white; margin-bottom: 13px !important; }
.orbr_step1 h2 { color: white !important; padding-bottom: 10px !important; }

.form_wrapper label {
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial;
    padding-right: 5px;
    text-align: right;
    width: 95px;
}
.form_wrapper input {
    width: 180px;
    height: 18px;
}
.form_wrapper select {
    height: 20px;
    width: 185px;
}
.form_wrapper {
    padding-bottom: 5px;
    padding-top: 5px;
    width: 320px;
}