@CHARSET "UTF-8";

body {
	background-color: #cccccc;
	line-height: normal;
}
.login {
	width:270px;
}
#loginForm {
	width:320px;
	margin-top:30px;
	float:right;
	padding-left:80px;
	padding-right:80px;
}
.alert {
	padding-right:20px;
}
.err {
	font-weight: bold;
	display:inline-block;
	width:60px;
	vertical-align:top;
}
.err-text {
	display:inline-block;
	width:215px;
}
.home-error .well {
	width:30%;
	margin:0 auto;
	color:#AD1E2A;
	background-color: #FFDBDE;
	border:1px solid #AD1E2A;
}
.home-error .err-text {
	font-weight:bold;
	width:auto;
}
.homeBtext {
	font-family: "Verdana",sans-serif;
	font-weight: 700;
	color: rgb(3, 94, 191);
	font-size: 15px;
	line-height: 1.2em;
	text-align:right;
	padding:10px 15px;
}
.homeTitleText {
	font-family: "Arial",sans-serif;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.21em;
	text-align:center;
}
.homeLoginText {
	font-family: "Arial",sans-serif;
	color: rgb(0, 55, 100);
	font-size: 19px;
	line-height: 1.21em;
	text-align:center;
	margin-top:20px;
}
.homeLcol{
	float:left;
	width:62%;
}
.homeInfoText {
	font-family: "Arial",sans-serif;
	color: rgb(141, 141, 141);
	font-size: 15px;
	line-height: 1.13em;
	float:right;
	width:28%;
	padding:100px 60px 20px 0px;
}




