html, body, #page {
	height: auto;
}
body {
	/*background:url("../loginimages/loginbg.jpg") left top repeat-x #eeeeee;*/
	background-color: #BEBEBE;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}
a {
	color: #F00;
	text-decoration: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
input.form-submit {
	float: left;
	padding: 5px 18px;
	text-align: center;
	background: url("../images/blockBg.jpg") left top repeat-x #3578ac;
	font-weight: bold;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #FFF;
	text-transform: uppercase;
	margin-left: 104px;
}
input.form-submit:hover {
	background: url("../images/blockBg.jpg") left top repeat-x #3578ac;
}
.button5 {
	float: left;
	padding: 5px 18px;
	text-align: center;
	background: url("../loginimages/button5.jpg") left top repeat-x;
	font-weight: bold;
	border-radius: 5px;
	color: #000;
	height: 29px;
	cursor: pointer;
	font-size: 12px;
	border: 1px solid #ccc;
	text-transform: uppercase;
}
.button5:hover {
	background: url("../loginimages/button5.jpg") left -39px repeat-x;
	color: #fff;
	border: none;
}
.form-text {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 5px 5px 5px 5px;
	float: left;
	margin-bottom: 10px;
	margin-left: 17px;
	padding: 6px 5px;
	width: 245px;
	margin-bottom: 24px;
}
.logincontainer {
	width: 635px;
	margin: 60px auto 0;
	padding: 10px 0;
}
.loginlogo {
	background: url("../images/logo1.png") no-repeat scroll left top #1F5987;
	height: 72px;/* width: 381px; */
}
.loginbox {
	float: left;
	width: 400px;
	padding: 25px 124px 35px;/*background:url("../loginimages/shadow.png") center bottom no-repeat;*/
}
.logindiv {
	background: none repeat scroll 0 0 #205986;
	border: 1px solid #CCCCCC;
	border-radius: 20px 20px 20px 20px;
	color: #FFFFFF;
	margin: 84px auto 0;
	min-height: 250px;
	padding: 20px;
	position: relative;
	width: 487px;
	overflow: hidden;
}
.titlebox {
	float: left;
	position: absolute;
	left: -22px;
	top: -27px;
}
.titleleft {
	float: left;
	background: url("../loginimages/logintitleleft.png") left top no-repeat;
	width: 22px;
	height: 63px;
}
.logintitleright {
	float: left;
	background: url("../loginimages/titlebg.png") right top no-repeat;
	width: 30px;
	height: 51px;
}
.logintitle {
	float: left;
	margin: 1px 0 0;
	background: #cce6ff;
	color: #202020;
	display: table-cell;
	height: 30px;
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	padding: 10px 10px;
}
.fieldtable {
	margin: 30px auto 0;
}
.messages {
	clear: both;
	margin: 10px 0;
}
.messages ul {
	margin: 0px !important;
	list-style-type: disc;
}
.messages ul, .messages ul li {
	float: none;
	display: block;
	list-style: disc !important;
}
.description {
	display: none;
}
.region {
	margin: 0 auto 0;
}
.content {
	margin: 0 0 0 43px;
	background: none repeat scroll 0 0 transparent;
	border-radius: 3px 3px 3px 3px;
	box-shadow: none;
	width: 412px !important;
	padding: 0px;
}
.form-item {
	height: 100%;
}
.form-item label {
	width: 88px;
	float: left;
	font-size: 15px;
	margin-top: 8px;
	font-weight: normal !important;
}
.BottonLine {
	position: absolute;
	border: 1px solid #0FF;
}
div.messages {
	margin: 0px 0px 17px 0px;
}
div.error {
	background: #FFF;
	color: #F00;
	padding: 10px 10px 10px 14px;
}
.marker, .form-required {
	color: #FFF;
}
 input[type="text"], [type="password"], [type="email"] {
 background: none repeat scroll 0 0 #FFFFFF;
 border: 1px solid #CCCCCC;
 border-radius: 5px 5px 5px 5px;
 float: left;
 margin-bottom: 24px;
 margin-left: 17px;
 padding: 6px 5px;
 width: 245px;
}
