﻿.hide {
	display: none;
}

.myaccount {
	background-color: white;
	text-align: left;
}

.myaccount-holder {
	font-family: "Arial";
	width: 974px;
}

.myaccount-holder a {
	color: #006596;
	font-size: 12px;
	font-weight: normal;
}

.myaccount-title {
	color: #013356;
	font-size: 18px;
	margin-left: 28px;
	padding-top: 19px;
}

.myaccount-box {
	border-bottom: 1px dashed #999;
	color: #333;
	clear: both;
	font-size: 14px;
	font-weight: bold;
	margin-left: 45px;
	margin-top: 15px;
	width: 875px;
}

.myaccount-box-holder {
	position: relative;
}

.myaccount-content {
	margin-left: 55px;
}

.border {
	border: 1px solid #999;
	padding: 5px;
}


.uname-up,
.email-up,
.pwd-up,
.gender-up,
.nl-up-button {
	background: transparent url(../images/account-update.png) no-repeat;
	border: none;
	height: 25px;
	margin-right: 10px;
	width: 79px;
}

.uname-cancel,
.email-cancel,
.pwd-cancel,
.gender-cancel,
.nl-cancel-button {
	background: transparent url("../images/account-cancel.png") no-repeat;
	border: none;
	height: 25px;
	width: 79px;
}

#ma-uname,
#ma-email,
#ma-pwd,
#ma-gender,
#ma-dob,
#ma-nl,
#newsletter-verified,
#cancel-account,
#ma-cancel {
	color: #333;
	font-family: "Arial";
	font-size: 12px;
	font-weight: bold;
}

#ma-uname .username {
	margin-top: 20px;
	width: 855px;
}

* html #ma-uname .username {
	width: 865px;
}

#ma-email .username {
	margin-top: 26px;
	width: 855px;
}

* html #ma-email .username {
	width: 865px;
}

#ma-pwd .username {
	margin-top: 26px;
	width: 855px;
}

* html #ma-pwd .username {
	width: 865px;
}

#ma-gender .username {
	margin-top: 26px;
	width: 855px;
}

* html #ma-gender .username {
	width: 865px;
}

#ma-nl {
	margin-top: 20px;
	width: 865px;
}

#ma-dob {
	margin-top: 26px;
	padding-bottom: 35px;
}

#ma-cancel {
	margin-top: 20px;
	padding-bottom: 75px;
	width: 865px;
}

#ma-cancel-account {
	margin-top: 20px;
	padding-bottom: 75px;
	width:855px;
}

#ma-uname .username-title,
#ma-email .username-title,
#ma-pwd .username-title,
#ma-gender .username-title,
#ma-dob .dob-title,
#ma-nl .username-title {
	display: block;
	float: left;
	width: 130px;
}

#ma-uname .username-value,
#ma-email .username-value,
#ma-pwd .username-value,
#ma-gender .username-value,
#ma-dob .dob-value,
#ma-nl .username-value {
	display: block;
	float: left;
	width: 275px;
}

#ma-email .email-verified {
	margin-top: 10px;
}

#newsletter {
	margin-top: 10px;
}

#newsletter-content {
	margin-bottom: 50px;
}

#newsletter-verified {
	margin-top: 5px;
	padding-bottom: 30px;
}


/************** Edit Styles ********************************************/
.uname-edit {
	clear: left;
	margin-left: 130px;
	padding-top:10px;
	width: 200px;
}

#cp {clear:both;}

#np{
	clear:both;
	padding-top: 5px;
}
#vp{
	clear:both;
	padding-top: 5px;
}

.email-changed {
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
}
.email-changed-wrapper {
	position: relative;
	top: 50px;
}

