﻿.lblheader {
	margin-top: 15px;
	color: #FFFACD;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 1.5em;
	font-weight: bold;
}
.form {
	float: left;
	padding: 0 15px 15px 15px;
	background: #f3f3f3 url(Images/login-header.png) no-repeat;
	border: 2px solid #cfcfcf;
	margin-top: 20px;
	margin-bottom: 150px;
}
.form label {float:left; width:105px; padding:20px 10px 0 0; font-weight:bold}
#msg {display:none; position:absolute; z-index:200; background:url(images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:100px; max-width:250px}