h1 {
    font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #3674C1;
	margin-top: 0;
}

h2 {
	color:#666666;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
}

h3 {
	color:#990033;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

p {
	color:#666666;
	line-height:20px;
	margin-bottom: 1px;
}

#lowered_header {
	margin-top: 14px;
}	

.info_page {	
	width: 40%;
	margin-right: 5%;
	float: left;
}

.value_order_wrapper {	
	width: 370px;
    margin: 15px 200px;
    background: url(/static/img/bg_product_order.gif) bottom left no-repeat;
    padding : 0 0 15px 0;
}

.value_order {
	background: url(/static/img/bg_product_order.gif) top left no-repeat;
    padding: 15px 0 0 0;
}

.value_order_content {
	border-left: 20px solid #f3e2dc;
    border-right: 20px solid #f3e2dc;
    background: #f3e2dc;
}

.value_order form input {
	display:block;
	width:90%;
	margin: auto;

}

.value_order form p {
	margin:0 15px;
	padding: 2px;
}

.value_code {
	width:60%;
	margin:20px 0 10px 63px;
    font-size: 12px;
	text-transform: uppercase;
	font-family: Adobe Garamond, Times New Roman, serif;
	letter-spacing: 3px;
}

.value_order form .submit {
	background: url(/static/img/global/buttons/blank_large_on.png) no-repeat 0 0;
	width: 195px;
    height: 30px;
	margin: 20px 0 10px 65px;
    padding-top: 10px;
    color: #6699cc;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	display: block;
    font-size: 11px;
}
.column_1 {	
	width: 50%;
	margin-right: 2%;
	float: left;
}

.column_2 {
	width: 48%;
	float: left;
}

.column_2 .value_order_wrapper {
	float: left;
    margin: 0 20px 40px 25px;
}

.column_2 .button_110px {
	margin: 20px;
}

.error {
    background-color: #990033;
    color: white;
}
