/*BOF Layout*/
	.centerColumn {
		padding-top:15px;
		padding-bottom:15px;
		padding-left:30px;
		padding-right:30px;
	}
	
	#frontWideLine {
		margin:0;
		padding:0;
		margin-top:5px;
		font-size:6px;
		width:772px;
		/*height:5px;*/
		background-color:#FB0808;
		margin-bottom:4px;
	}
	
	#frontThinLine {
		margin:0;
		padding:0;
		font-size:2px;
		width:772px;
		/*height:5px;*/
		background-color:#FB0808;
		margin-bottom:2px;
	}
	#headerCustomerLogin {
		margin:0;
		padding:0;
		font-size:47px;
		width:772px;
		/*height:5px;*/
		background:url("../images/header_customer_login.png") no-repeat;
		margin-bottom:4px;
	}
	
/*EOF Layout*/

/*BOF Headers*/

	h3.header_returning_customer {
		background-image:url("../images/header_returning_customer.png");
		height:29px;
	}
	
	h3.header_new_customer {
		background-image:url("../images/header_new_customer.png");
		height:29px;
	}
	

/*EOF Headers*/
	
/*BOF Boxes (DIVs)*/
	div.boxReturningCustomer {
		padding-left:5px;
	}
	
	div.boxNewCustomer {
		padding-left:5px;
	}
	
/*EOF Boxes (DIVs)*/

/*BOF Interior Boxes*/
	div.boxPaypalEmail input.text {
		width:250px;
	}

/*EOF Interior Boxes*/

/*BOF btns (rollovers)*/

	/*btnEdit*/
		span.btnEditWrapper {
			padding-top:5px;
			background: url('../images/btn_edit_over.png') no-repeat 0 8px;
			font-size:17px;
		}

		a.btnEdit {
			background: url('../images/btn_edit_up.png') no-repeat 0 3px;
			text-decoration:none;
			font-size:17px;
		}

		a.btnEdit img {
			width:53px;
			height:17px;
			vertical-align:middle;
		}

		a.btnEdit span {
			/*Move an &nbsp; behind image but make sure image is not clipped*/
			/*&nbsp; needed to give the proper line-height*/
			margin-left:-8px;
			margin-right:8px;
			cursor: pointer;
		}

		a.btnEdit:hover {
			background:none;
		}
	/*btnEdit*/
		

/*EOF btns (rollovers)*/

/*BOF Miscellaneous*/
	.grey a {
		color:#999999;
		font-weight:bold;
		text-decoration:none;
	}
	
	.small_grey {
		font-size:0.8em;
	}
	
	.centerColumn input.text, .centerColumn input.password {
		width:150px;
	}
	
	.centerColumn .button {
		width:130px;
	}
/*EOF Miscellaneous*/