﻿/* @group Password Tips */
#password_tips {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 20px;
	text-align: left;
	width: 706px;
}
#password_tips p {
	margin: 15px 0;
}
#password_tips h2 {
	color: #659e31;
	font-size: 24px;
	margin: 0;
}
#password_tips h2 img {
	margin-right: 10px;
	vertical-align: middle;
}
#password_tips ol {
	margin: 15px 0 0;
	padding: 0 0 0 30px;
}
#password_tips li {
	margin-bottom: 15px;
}
/* @end */
/* @group Welcome Back */
#welcome_back {
	color: #333;
	font: 14px Arial, Helvetica, sans-serif;
	height: 330px;
	*height: 380px; /* IE6/IE7 only */
	text-align: center;
	width: 600px;
}
#welcome_back ul {
	font-size: 18px;
	margin-left: 190px;
	padding: 0;
	text-align: left;
}
#welcome_back ul li {
	font-weight: bold;
	list-style: none;
	margin: 0;
	padding: 5px 0 5px 34px;
}

#welcome_back ul li#enhancement1 {background: url('/Content/Images/icon_enhancement1.gif') left center no-repeat;}
#welcome_back ul li#enhancement2 {background: url('/Content/Images/icon_enhancement2.gif') left center no-repeat;}
#welcome_back ul li#enhancement3 {background: url('/Content/Images/icon_enhancement3.gif') left center no-repeat;}

#welcome_back #wb_logo {
	left: 0;
	position: absolute;
	top: 0;
}
#welcome_back #wb_title {
	margin-top: 50px;
	font-size: 40px;
}
#welcome_back #wb_subtitle {
	font-size: 20px;
}
/* @end */