#bodyPane{
	background: url('/images/ui/rightPanel.png') no-repeat;
}

.bodyContent{
	overflow: hidden;
	padding: 45px 40px;
	font-size: 12px;
}

.title, .leftHeader{
	color: #8AB7CA;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

form{
	width: 400px;
	margin: auto;
}

div#general{
	float: left;
}

div#contact{
	float: right;
}

div.information_header{ 
        color: #8AB7CA;
        font-size: 13px;
        font-family: Geneva, Arial, Helvetica, sans-serif;
        text-decoration: none;
		font-weight:bold;
}

div.information_content{
        color: #808080;
        font-size: 14px;
        font-family: sans-serif;
        padding-bottom: 13px;
}

.addressField{
	overflow:hidden;
}

div#password{
	width: 160px;
	margin: auto;
}

div#saveInformation{
	padding-top:70px;
	text-align:center;
}

div.information_content input{
    width: 150px;
}

div#saveChanges{
	clear: both;
	text-align:center;
	padding-top: 15px;
}

div#saveChanges button{
	background: url('/images/ui/buttons/download.png') no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 108px;
	padding-bottom: 4px;
}

div#saveChanges.large button{
	background: url('/images/ui/buttons/addAddress.png') no-repeat;
	height: 22px;
	width: 128px;
	padding-bottom: 3px;
}

div#actionButtons{
	text-align:right;
	padding-right: 15px;
}

div#submitButtons{
	text-align:left;
}

div#actionButtons input,div#submitButtons input{
	margin: 0 5px;
}

div.information_box{
	float: left;
	width: 200px;
}

div.information_box.newline{
	clear: left;
}

#addresses{
	border: 1px solid gray;
	max-height: 250px;
	overflow: hidden;
	margin-bottom: 30px;
}

table#addressBookTable{
	width: 100%;
}

table#addressBookTable tr{
	width:100%;
	padding: 0 5px;
}

table#addressBookTable th{
	text-transform:uppercase;
	font-weight:bold;
	padding: 5px 0px 5px 20px;
	color: #8AB7CA;
}

table#addressBookTable td{
	padding: 5px 0px 5px 20px;
}

tr.odd{
	background-color:#E5E5E5;
}

#addressInfo{
	width: 600px;
	padding: 10px 39px;
	margin: 0;
	border: 1px solid gray;
	overflow: hidden;
}

div#saveAddress{
	clear: both;
	text-align: center;
}

div#saveAddress button{
	background: url('/images/ui/buttons/addAddress.png') no-repeat;
	border: none;
	cursor: pointer;
	height: 22px;
	width: 128px;
	padding-bottom: 3px;
}

#newCustomer{
	margin-bottom: 40px;
}

#creditApp a{
	color: #000000;
}
