


.message {
	padding: 5px;
	
	display: block;
	margin-bottom: 10px;
}
	
.error { 
	background-color: #ea1f21;
	color: #fff;
}

.success { 
	background-color: #33CC66;
	color: #fff;
}

p {
	margin-bottom: 1em;
	line-height: 1.3;
}

p#moreinfo { margin-top: 2em; clear: both; float: left;  }

#content a:link, #content a:visited { color: #0062c4; }
#content a:link, #content a:visited { color: #2D78E2; }
	


#login-form {
	background: #fff url(../images/login-top.gif) 0 0 no-repeat;
	width: 370px;
	padding-top: 10px;
}

#login-form fieldset {
	background: #D9E3EC url(../images/login-bottom.gif) 0 bottom no-repeat;
	padding-bottom: 30px;
}

#login-form label {
	display: block;
	float: left;
	clear: left;
	color: #152263;
	margin: 24px 10px 0 10px;
	font-weight: bold;
	width: 160px;
	text-align: left;
}

#login-form input {
	border-width: 1px;
	border-color: #eee #eee #ccc #ccc;
	margin-top: 20px;
	float: left;
	width: 150px;
	padding: 4px 2px;
	font-weight: bold;
}

#login-form #ChangePassword {
	

	float: right;
	margin-top: 10px;
}






