#registerBox h1, #registerBox h3{
	margin-bottom: 10px;
}

.form-row {
	margin-bottom: 5px;
}

.required {
	font-weight: bold;
}

#captchaBox h4{
	margin-top: 5px;
}


/********************** checkout form ********************************************/
#infoBox {
	min-height: 610px;
}
#billingAddressColumn, #shippingAddressColumn, #paymentColumn {
	float: left;
	width: 250px;
}

#billingAddressColumn h3, #shippingAddressColumn h3, #paymentColumn h3{
	margin-bottom: 15px;
}

#billingAddressColumn h4, #shippingAddressColumn h4, #paymentColumn h4{
	margin: 15px 0;
}

#paymentBox{
	text-align: center;
	padding-top: 10px;
	margin-bottom: 10px;
}

#paymentBox h3{
	margin-bottom: 15px;
}

#paymentColumn {
	margin-right: 10px;
	text-align: center;
}

#paymentColumn #cardLogo{
	margin-top: 30px;
}


#billing_country, #shipping_country, #paypal_shipping {
	width: 180px;
}

#billingFirstRow {
	height: 40px;
	margin: 10px 0;
}
#shippingFirstRow {
	height: 30px;
	padding-top: 10px;
	margin: 10px 0;
	
}

#cardInfo {
	margin: 10px 0;
	/*height: 150px !important;*/
}

#cardInfo #card_type{
	width: 180px;	
}

#cardLogo {
	margin-top: 5px;
}
#paypalLogo{
	margin-top: 5px;
}

#checkoutStep {
	margin-bottom: 10px;
}

#checkoutTree {
	margin-top: 10px;
	font-size: 11pt;
	text-align: center;

}


#infoError {
	margin-bottom: 10px;
}

#registerBox {
/*	width: 500px;*/
	margin-bottom: 20px;
	font-size: 11pt;
}

#billingInfo, #shippingInfo {
	float:left;
	width: 250px;
	font-size: 11pt;
	margin-left: 25px;
	
}
#shippingInfo {
	/*margin-left: 50px;*/
}
#paymentInfo {
	float: left;
	width: 200px;
	font-size: 11pt;
}
#billingInfo h3, #shippingInfo h3, #paymentInfo h3, #products h3{
	margin: 10px 0;
	text-align: left;
}

#billingInfo h4, #shippingInfo h4, #paymentInfo h4{
	margin-top: 5px;
	color:  #339999;
	font-weight: normal;
}

#products {
	margin-top: 20px;
	margin-left: 25px;
	font-size: 11pt;
	text-align: center;
}

#products #shoppingCart {
	width: 700px;
	
}

#purchaseDetail, #completeHeader{
	margin-bottom: 10px;
	margin-left: 25px;
}

#completeHeader{
	font-size: 11pt;
}
#completeHeader h3{
	margin-bottom: 5px;
}

#paypalShippingBox{
	margin: 10px 0;
}

#paypalBtn {
	margin-top: 10px;
}

.requiredElement {
	background-color: #FFFFA0;
}
