fieldset{
	border-radius:10px;
	margin:20px 10px 10px 0px;
}
#fieldsetPersonal,
#fieldsetAddress{
	width:680px;
}
#fieldsetPersonal,
#fieldsetChangeEmail,
#fieldsetUpdatePassword{
	margin-top:10px;
}
#fieldsetUpdatePassword dt{
	width:170px;
}
#fieldsetUpdatePassword,
#fieldsetNewsLetter{
	margin-left:20px;
	margin-right:0px;
}
#fieldsetUpdatePassword{
	height:261px;
}
#fieldsetEmailNotification,
#fieldsetNewsLetter{
	height:79px;
	padding:10px;
}
#fieldsetEmailNotification dt,
#fieldsetNewsLetter dt{
	width:10px;
	text-align: left;
	margin-right: 15px;
}
#fieldsetNewsLetter dd{
	margin:0px;
}

#divTopSaveButton{
	width:722px;
	text-align: center;
}
#divBottomSaveButton{
	text-align: center;
	margin-top:10px;
	margin-bottom:30px;
}

#divLowerLeft,
#divLowerRight{
	float:left;
	width:500px;
}
#divLowerRight{
	float:right;
}

nav#menu_account{
	margin-bottom: 0px;
}

dt {
	width:150px;
	float:left;	
	text-align:right;
	margin-right:10px;
}

.frmsubmit
{
	cursor:pointer;
}

.no-svg .frmsubmit {
	border:none;
	color:#ffffff;
	padding:5px;
    background-image:none;
    background-color:#FAA718;
}

/*http://ie.microsoft.com/testdrive/graphics/svggradientbackgroundmaker/default.html*/
.svg .frmsubmit
{
	border:none;
	color:#ffffff;
	padding:5px;
	
	/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
	/*#FAA718*/ 
	background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc1OTYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGQUE3MTgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiM5QjY3MEYiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c1OTYpIiAvPgo8L3N2Zz4=);
}

/* #fieldsetPersonal,#fieldsetAddress{
	float:none;
	margin-right:0px;
	width:690px;	
} */

#ddemail{
	margin-left:0px;
}

#bottomsubmit{
	margin-left:350px;
}

#fieldsetChangeEmail,
#fieldsetReferralCode{
	padding-bottom:8px;
	padding-left: 30px;
}
#fieldsetPersonal{
	padding-bottom:5px;
}
#fieldsetAddress{
	padding-bottom:15px;
	height: 281px;
}

#txtFirstName,
#txtLastName,
#txtBirthDate,
#txtAddFirstName,
#txtAddLastName,
#txtEmail,
#txtConfEmail,
#txtReferralCode,
#txtOldPassword,
#txtNewPassword,
#txtConfirmNewPassword,
#txtPasswordAnswer{
	width:220px;
}
#ddlGender,
#ddlAddState,
#ddlAddCity,
#ddlSecurityQuestion{
	width:224px;
}
#txtLastName,
#txtAddLastName,
#ddlAddCity{
	margin-left:1px;
}
#txtAddLine1,
#txtAddLine2,
#txtPayPalEmail{
	width: 450px;
}
#ddlAddCountry{
	width: 454px;
}
#txtAddCountry{
	width:375px;
	margin-left: 1px;
}
#txtAddPhone,
#txtAddFax,
#txtAddZip{
	width:145px;
}
#txtAddState,
#txtAddCity{
	width:146px;
	margin-left:1px;
}

#fieldsetPersonal>legend,
#fieldsetAddress>legend,
#fieldsetUpdatePassword>legend{
	margin-left:20px;
}
#fieldsetChangeEmail>legend,
#fieldsetReferralCode>legend{
	margin-left: -10px;
}