h1
{
	padding-left: 40px;
	background: #fff url(../../account_files/graphics/account_header_icon.gif) no-repeat left;
	margin-bottom: 30px;
}

.content h3
{
	font-size: 1.75em;
	padding-bottom: 0.45em;
}

.content h2,
.content h3
{
	border-top: none;
	border-bottom: 1px solid #a7a9ac;
	margin-top: 0;
	padding-top: 0;
}

.content p
{
	font-family: Arial, Sans-serif;
	color: #666;
}

p .black
{
	color: #0c0c0c;
}	

.padB
{
	padding-bottom: 0.6em;
}	

div.rightPanel
{
	width: 99%;
	clear: both;
	border: 1px solid #cacbcb;
	background: #f1f1f1 url(../../media_files/graphics/features_bg.jpg) repeat-x bottom left;
}

div.rightPanel h2,
div.rightPanel h3
{
	margin-bottom: 1em;
}

div.rightPanel .Inner
{
	padding: 21px 21px 34px 21px;
}

/* form element styles */
div.rightPanel .formHolder
{
	clear: both;
	position: relative;
	padding-top: 10px;
	padding-bottom: 50px;
}

div.rightPanel .formRow,
div.rightPanel .buttonRow
{
	clear: both;
	margin-bottom: 8px;
}

div.rightPanel .formRow label,
p.forgottenPwd
{
	display: block;
	float: left;
	width: 140px;
	margin-right: 15px;
	text-align: right;
	line-height: 1.6em;
}

div.rightPanel .formRow label
{
	font-size: 1.2em;
}

div.rightPanel .formRow label em
{
	font-weight: bold;
	color: #e38231;
	margin-left: 2px;
}

div.rightPanel .formHolder span
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.96em;
	color: #666;
	padding: 0;
}

div.rightPanel .formHolder span.Text
{
	padding: 0;
	margin: 0 0 0.4em 155px;
	line-height: 1.8em;
	float: left;
	clear: both;
	width: auto;
}

/* error styling */
div.rightPanel .formHolder span.Error
{
	padding-left: 30px;
	margin-left: 156px;
	width: 250px;
	display: inline-block;
	line-height: 22px;
	background: transparent url(../../basket_files/graphics/error_icon.gif) no-repeat top left;
	color: red;
}

div.rightPanel .formRow input
{
	width: 252px;
	border: 1px solid #a7a9ac;
	padding: 2px;
}

/* for submit button */
div.rightPanel .buttonRow
{
	border-top: 1px solid #a7a9ac;
	padding-top: 20px;
	margin: 22px 0 0 155px;
}

div.rightPanel .chkBox input
{
	width: auto;
	float: left;
	border: none;
	margin: 0 10px 1em 152px;
}

div.rightPanel .chkBox span
{
	display: block;
}

div.rightPanel input.OrangeButton
{
	float: left;
	display: block;
	float: left;
	width: 76px;
	height: 25px;
	line-height: 25px;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #fff;
	background: #ff7c03 url(../../media_files/graphics/buttons/orange_button_bg.jpg) top left;
	border: none;
}

