/******************************************************************************
*	ACCOUNT MENU
******************************************************************************/
.AccountMenuHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 14pt;
	margin-top: 10px;
}

.AccountMenu
{
	list-style-type: circle;
	margin-left: 15px;
}

.AccountMenu ul
{
	list-style-type: circle;
	margin-left: 28px;
	margin-top: 22px;
}

.AccountMenu ul a:link,
.AccountMenu ul a:active,
.AccountMenu ul a:visited,
.AccountMenu ul a:hover
{	
	font-weight: bold;
	font-size: 8pt;
	color: #333333;
	font-family: Helvetica, sans-serif;
	text-decoration: underline;
	vertical-align: middle;
}

.AccountMenu li
{
	list-style-position: outside;
	vertical-align: middle;
	font-size: 8pt;
	font-weight: bold;
	font-family: Helvetica, sans-serif;
}

.AccountMenu li a:link,
.AccountMenu li a:active,
.AccountMenu li a:visited,
.AccountMenu li a:hover
{
	color: Black;
	font-size: 8pt;
	font-family: Helvetica, sans-serif;
}

/******************************************************************************
*	CREATE ACCOUNT
******************************************************************************/

.CreateAccountHeader
{
	margin-top: 25px;
	margin-bottom: -1px;
	position: relative;
	z-index: 1;
}

.CancelCell
{ width:462px; }


.EmailAddressWarning
{
	visibility:hidden;
	width:187px;
}

.EmailOptionCheckbox
{
	font-size:8pt;
	font-weight:normal;
}

.PasswordFieldInput
{ width:200px; }

.PasswordFields { }

.OptionalInfoSelect
{
	width:122px;
	height: 20px;
	background-color: #EEEEEE;
	font-size: 8pt;
}

.OptionalInfoSelectDate
{
	height: 20px;
	background-color: #EEEEEE;
	font-size: 8pt;
}

/************************************/

table.AccountTable tr td
{
	width: 50%;
	text-align: left;
}

.AccountLabel
{
	font-weight: bold;
}

.AccountSectionTitle
{
	color: #333333;
	font-family: Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: 700;
}

/******************************************************************************
*	CATALOG REQUEST 
******************************************************************************/
.CatalogRequestPromoGraphic
{
	text-align: center;
}

fieldset.CatalogRequest
{
	border: none;
	width: 450px;
	margin: 10px 149px;
	text-align: left;
}

fieldset.CatalogRequest div
{
	float: left;
	padding-bottom: 10px;
	margin: 0 10px 0 0;
}

fieldset.CatalogRequest .Small,
fieldset.CatalogRequest .Small input
{
	width: 100px;
}

fieldset.CatalogRequest .SmallSelect,
fieldset.CatalogRequest .SmallSelect select
{
	width: 90px;
}

fieldset.CatalogRequest .Medium,
fieldset.CatalogRequest .Medium input
{
	width: 200px;
}

fieldset.CatalogRequest .Large,
fieldset.CatalogRequest .Large input
{
	width: 410px;
}

fieldset.CatalogRequest span
{
	color: Red;
}

fieldset.CatalogRequest span.AddressValidator
{
	display: none;
}

fieldset.CatalogRequest div.ValidationSummary
{
	width: 300;
	text-align: left;
	width: 260px;
	margin-top: 1px;
	margin-bottom: -3px;
}

fieldset.CatalogRequest div#Submit
{
	width: 430px;
	clear: both;
	text-align: center;
	margin: 10px auto;
}

/******************************************************************************
*	CATALOG REQUEST SUCCESS
******************************************************************************/
.CatalogRequestSuccess
{
	font-size: 16px;
	font-family: Helvetica,Sans-serif;	
	font-weight: Bold;
	text-align: center;
	margin: 10px 0;
}
