/* Address Styles */
.addressList {
		width: 680px;
		background: url(/images/backgrounds/account_bg.gif) no-repeat;
	}
	
/* Register Styles */
#register {
		width: 680px;
		background: url(/images/backgrounds/account_bg.gif) no-repeat;
	}
	
#register button, .addressList button {
		width: 61px;
		height: 25px;
		background: url(/images/backgrounds/submit_bg.gif) no-repeat;
		border: none;
		margin-top: 10px;
	}
	
/* Order Styles */
.orderList table {
		border-spacing: 0;
		margin-bottom: 10px;
		background: #F2F2F2;
		padding: 5px;
	}
	
.orderList table td {
		padding: 5px;
	}
	
.orderList table tr.tableTitle td {
		border-bottom: 1px #000 solid;
		font-weight: bold;
	}
