/*///////////////////////////
//   ACCOUNT STYLES
///////////////////////////*/

#customer_profile {
	margin-top: 34px;
	margin-bottom: 20px;
	}

#customer_profile a {
	color: #3b5d93;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

#customer_profile a:hover {
	text-decoration: underline;
	}

#customer_profile .heading {
	width: 107px;
	}

#customer_profile #identity,
#customer_profile #pri-address {
	float: left;
	width: 214px;
	}
	
#customer_profile #identity {
	width: 213px;
	margin-top: 30px;
	}
	
#customer_profile #pri-address {
	width: 194px;
	padding-left: 20px;
	border-left: 1px dotted #cdcdcd;
	}

#main #content #copy #identity-edit-address .heading {
	width: 60px;
	}

#main #content #copy #identity-edit .heading {
	width: 124px;
	}

#main #content #copy #identity-edit label {
	float: none;
	display: block;
	}

#main #content #copy #identity-edit .label {
	padding-top: 6px;
	padding-left: 0;
	}

#main #content #copy fieldset.enews-list div.fieldset {
	padding-top: 14px;
	}
