/* Remove padding and margin */ 
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #e6e6e6;
	font-size: 75%;
	font-family: Helvetica, Arial, sans-serif;
}
h1 {
	margin-bottom: 15px;
	font-weight:normal;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top-color: #e6e6e6;
	border-top-style: solid;
	border-top-width: 1px;
	text-align:center;
	float: left;
	width: 100%;
	font-size: 2em;
	color:#333;
}
h2 {
	padding-bottom: 10px;
	float: left;
	width: 100%;
	font-size: 1.2em;
}
h3 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	border-bottom-color: #e6e6e6;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-align:center;
	color:#666;
	float: left;
	width: 100%;
	font-size: 1em;
}
p {
	font-weight: bold;
}
.left {
	float: left;
}
.right {
	float: right;
}
input {
	margin-top: 5px;
	border-color: #cccccc;
	border-width: 1px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1.2em;
	height: 23px;
	width: 282px;
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	border-style: solid;
	padding-top:7px;
}

input.error {
	border-color: #C00;
	border-width: 1px;
	border-style: solid;
}

select {
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	font-size: 1.2em;
	margin-top: 9px;
}
:focus {
	outline: none;
}
.row {
	padding-bottom: 15px;
	float: right;
	width: 100%;
}
#page_wrapper {
	padding-bottom: 30px;
	float: left;
	width: 100%;
}
#page_column {
	margin-right: auto;
	margin-left: auto;
	width: 700px;
}
#content {
	padding-left: 25px;
	padding-bottom: 25px;
	padding-right: 25px;
	padding-top: 20px;
	float: left;
	border-color: #cccccc;
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color: white;
	width: 650px;
	margin-top:33px;
}
.section_one {
	padding-left: 15px;
	padding-bottom: 0px;
	padding-right: 15px;
	padding-top: 15px;
	float: left;
	background-color: #e6e6e6;
	width: 620px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}
.section_three {
	margin-bottom: 20px;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-right: 15px;
	padding-top: 15px;
	float: left;
	background-color: #e6e6e6;
	background-repeat: no-repeat;
	background-position: 628px 6px;
	background-image: url("/images/lock_white_16x16.png");
	width: 620px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.section_five {
	padding-left: 15px;
	padding-bottom: 19px;
	padding-right: 15px;
	padding-top: 15px;
	float: left;
	background-color: #e6e6e6;
	width: 620px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#total {
	border-top-color: white;
	border-top-width: 1px;
	border-top-style: solid;
	margin-bottom: 20px;
	padding: 15px;
	width: 620px;
	float: left;
	background-color: #e6f0d7;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}
#total span {
}
.tint {
	color: #666666;
}
.row {
}
#customer_country, #customer_state, #customer_country, #customer_state, #customer_country {
	width: 304px;
	margin-right: 15px;
}
#customer_state, #customer_state {
	width: 304px;
	margin-right: 0px;
}
#customer_shipping_zip, #customer_zip {
	margin-right: 15px;
	display: inline;
	width: 125px;
}
#customer_billing{
	width: 90px;
}
#customer_city_billing, #customer_city {
	margin-right: 15px;
}
#customer_zip_billing, #customer_zip {
	display: inline;
	width: 153px;
}
#customer_country_billing {
	width: 298px;
}
#button_wrapper {
	padding-top: 15px;
	color: gray;
	width: 100%;
	float: left;
}
#submit_form {
	float: right;
	background-position: 0 bottom;
	background-repeat: repeat-x;
	height: 50px;
	font-weight: bold;
	width: 200px;
	padding: 10px;
	border-color: #cccccc;
	border-style: solid;
	color: gray;
	font-size: 1.6em;
	border-width: 1px;
	cursor: pointer;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}
#submit_form:hover {
	color: black;
}
#footer {
	color: #4c4c4c;
	width: 100%;
	float: left;
	padding-top: 25px;
	text-align: center;
}
#footer a {
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	color: #4c4c4c;
}
#footer a:hover {
	text-decoration: underline;
}
/* Messages */
div.section_three input, div.section_four input, div.section_three select {
	background: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	resize: none;
}

div.section_three input.error, div.section_four input.error, div.section_three select.error {
	border-color: #C00;
	border-width: 1px;
	border-style: solid;
}

* html input {
	overflow: visible;
	padding: 5px;
}
div.section_three select {
	margin-top: 5px;
	padding: 6px;
	width:304px;
}
div.section_three input:focus, div.section_four input:focus, div.section_three select:focus {
	background: #fff;
}

.left_loa {
	width:300px;
	height:300px;
	margin:10px;
	float:left;
}

.right_loa {
	width:300px;
	height:240px;
	margin:10px;
	float:right;
	text-align:center;
	padding-top:60px;
}

.right_loa h2 {
	font-size:18px;
	color:#333;
	margin-bottom:5px;
}
.right_loa p {
	font-size:14px;
	margin-top:10px;
}

.right_loa .number {
	font-size:18px;
	color:#06F;
}

.large_textbox {
	clear:none;
	font-size:90%;
	height:60px;
	line-height:110%;
	overflow:auto;
	padding:10px;
	width:598px;
	margin-bottom:10px;
	background:#fff;
	background-color: #fff;
		-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
}