h2.hdrRemAcctConfirm {
	background: url(../img/spriteHeaders2.gif) 0 -203px no-repeat;
	width: 435px;
	height: 57px;
	margin: 0;
	padding: 0;
}

.account {
	background: #ebc4cb;
	border: 4px solid #a47680;
	padding: 36px 40px;
}

.account h4 {
	color:#111;
	font-size:137.5%;
	margin: 0 0 5px;
	padding: 0;
}

.account p {
	color: #363636;
	margin: 0;
	padding: 0 0 12px;
}

.account fieldset {
	border-bottom: 1px solid #f5e2e5;
	margin: 0 0 20px;
	padding: 0 0 20px;
}

.account fieldset.last {
	border-bottom: none;
	margin: 0;
	padding: 0;
}

.account label {
	color: #363636;
	display: block;
	font-weight: normal;
	margin: 0 0 4px;
	padding: 0;
}

.account input {
	padding: 4px 0;
	width: 270px;
}

.account select {
	padding: 1px 0;
}

.account fieldset span {
	margin: 0 4px 0 0;
	padding: 0;
}

.account .radio {
	width: auto;
	float: left;
}

.account .radioLabel {
	float: left;
	padding-top: 3px;
}

.removeAccount p {
	padding: 0 0 10px;
}

.removeAccount p.comment {
	padding-top: 15px;
}

.removeAccount p textarea {
	width: 270px;
	height: 105px;
}

.accountFooter {
	background: url(../img/bkAccountFooter2.gif) top left no-repeat;
	margin: 5px 0 10px;
	padding: 12px;
}

.accountFooter p {
	padding-top: 9px;
}

.accountFooter .saveChanges {
	display: block;
	overflow: hidden;
	width: 113px;
	padding-top: 3px;
}

.saveChanges input {
	background: url(../img/spriteBtns2.gif) 0 -55px no-repeat !important;
	padding-left: 170px;
	cursor: pointer;
	width: 113px;
	height: 25px !important;
	border: none;
}

.saveChanges input:hover {
	background: url(../img/spriteBtns2.gif) -113px -55px no-repeat !important;
}

.accountFooter .btnRemoveAcct {
	display: block;
	overflow: hidden;
	width: 133px;
	padding-top: 3px;
}

.btnRemoveAcct input {
	background: url(../img/spriteBtns2.gif) 0 -140px no-repeat !important;
	padding-left: 190px;
	cursor: pointer;
	width: 133px;
	height: 25px !important;
	border: none;
}

.btnRemoveAcct input:hover {
	background: url(../img/spriteBtns2.gif) -133px -140px no-repeat !important;
}

/* Delete Account Confirmation */

.removeConfirmation {
	background: #ebc4cb;
	border: 4px solid #a47680;
	padding: 20px;
}

.removeConfirmation p {
	color: #363636;
}

.removeConfirmation div {
	background: #f3dce0;
	padding: 15px 0 20px;
	margin: auto;
}

.removeConfirmation div div  {
	width: 435px;
	margin: 0 auto;
	text-align: center;	
}

.removeConfirmation p.btn {
	margin: 0 auto;
	width: 180px;
}

/* Account preferences */

.preferences p {
	width: 200px;
	float: left;
}

.preferences p.msg {
	width: 100%;
	float: none;
}

.preferences select {
	width: 130px;
}

.preferences .sizeGuide {
	color: #363636;
	font-size: 80%;
	text-decoration: underline;
	padding: 6px 0 0 10px;
	display: block;
}






