
/* LOGIN CSS */

.login_container {
	clear: both;
	display: table;
	width: 625px;
	margin: 40px auto;
	}
	
div#dataentry {
	float: left;
	width: 300px;
	border: 2px solid #fff;
	background-color: #5B0000;
	padding: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}
	
div#forms {
	color: #000;
	background-color: #E1E1D5;
	padding: 10px;
	}
		
.login_welcome {
	font-weight: bold;
	height: 23px;
	}
	
.login_username {
	height: 23px;
	}
	
.login_password {
	height: 23px;
	}
	
.login_rememberme {
	font-size: 12px;
	height: 23px;
	}
	
.login_submit {
	margin-left: 2px;
	}
	
div#error {
	background-color: #5B0000;
	height: 10px;
	}
	
div#error_message {
	background-color: #5B0000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 23px;
	text-align: center;
	}
	
div#pwrecover {
	background-color: #E1E1D5;
	padding: 6px;
	}
	
a.pwrecover_link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	}

a.pwrecover_link:hover {
	color: #f00;
	}

div#notes {
	float: left;
	width: 300px;
	}
	
p#notes_header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	}
	
ul#notes_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 21px;
	}
	
