body,input,textarea {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
body {
	height:90%;
}
h1 {
	font-size:14px;
	font-weight:bold;
	color:#066070;
	
}
#box_login {
	margin:40px;
}
#box_lostpassword {
	margin-top:20px;
}
#box_lostpassword_input {
	margin-top:10px;
	display:none;
}
#col_left {
	width:120px;
	margin-top:20px;
	margin-left:20px;
	padding:15px;
	float:left;
}
#col_middle {
	border-top:1px solid #CCC;
	right:0;
	left:0;
	top:30px;
	height:90%;
	width:100%;
}

#bu_logout {
	right:10px;
	top:10px;
	cursor:pointer;
	float:right;
}
#userdetails {
	width:360px;
}
#userlist {
	float:left;
	width:200px;
	
}