/* Start of CMSMS style sheet 'login' */
.login {
	float: left;
	width: 250px;
	text-align: center;
	margin-left: 0px;
}
.login_errors {
	margin-bottom: 5px;
	font-size: 10px;
	color: #F00;
}

.login_title {
	float: left;
	width: 20px;
	padding: 3px;
	margin-bottom: 5px;
	text-align: right;
	font-weight: bold;
	color: #0168C7;
}
.login_prompt {
	margin-bottom: 5px;
	float: left;
	width: 160px;
}
.login_tnp {
	float: left;
	margin-left: 16px;
}

.login_prompt input {
	width: 160px;
	border: 1px solid #999;
	padding: 3px;
}
.login_button input {
	background-image: url(images/blue.jpg);
	border: 1px solid #C0C0C0;
	color: #FFF;
	float: right;
	margin-right: 37px;
	margin-bottom: 10px;
	padding: 5px;
	width: 50px;
	background-position: -2px;
}
.login_forgot a {
	color: #666;
	text-decoration: none;
}
.login_forgot a:hover {
	color: #7CBF00;
	text-decoration: none;
}

.login_forgot {
	font-size: 10px;
	width: 120px;
	float: left;
	padding: 2px;
	margin-left: 30px;
}
.logout_welcome {
	background-image: url(images/login.jpg);
	background-repeat: no-repeat;
	height: 35px;
	padding-top: 12px;
	font-weight: bold;
	color: #FFF;
}
.logout {
	text-align: center;
}

.logout_outaction {
	padding-bottom: 5px;
}
/* End of 'login' */

