﻿/* MyAccount.Master */
#tdMyAccountSidebar
{
	
}

td#MyAccountSidebar
{
	background-color:Transparent;
}

#cphPrivacy_MyAccount
{
	background-color: White;
}


/* MyAccount/SignIn.aspx */
.pnlSignInWrapper
{
	width:100%;	
}

#tblSignInForm
{
	width:50%;	
}

#tdLoginError
{

}

/* MyAccount/AccountRegistration.aspx */
.pnlAccountRegistrationWrapper
{
	width:100%;
}

#tblAccountRegistration
{
	width:100%; 
	border:solid 1px #CCCCCC;
	font-weight:bold;
}

#tblButtonContainer_AccountRegistration
{
	width:100%;	
	/* border:solid 1px #CCCCCC; */
}

#tdButtonCell_AccountRegistration
{
	width:160px;
	text-align:right;
	/* border-left: solid 1px #CCCCCC; */
}

.TextboxWidth_AccountRegistration
{
	width:100px;
}


/* MyAccount/ForgotPassword.aspx */
.pnlForgotPasswordWrapper
{
	width:100%;	
}

#tblForgotPassword
{
	border:solid 1px #CCCCCC;	
	font-weight:bold;
}


/* MyAccount/PersonalInformation.aspx */
.pnlPersonalInformationWrapper
{
	width:100%;	
}

.HeaderBullet_PersonalInformation
{
	color:#000000;
}

.CharacterLimitText_PersonalInformation
{
	color:#7C674C;
	font-weight:bold;
	font-size:9px;
	font-style:italic;
}

.txtWishListMessage_PersonalInformation
{
	width:607px;
}

.TextBoxLength_PersonalInformation
{
	width:275px;
}