body {
	background-color: #E6E5CF;
	height: 100%;
	margin: 0 0 0 0;
}
#page_footer {
	height: 90px;
	width: 100%;
	text-align: center;
	position:absolute;
	left: 0;
	top: 89%;
}
#mainLogoStr {
	color: #993300;
	position: relative;
	left: 5px;
	top: -9px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 20px;
}
#mainLogoImg {
	padding-top: 5px;
}
.LinkFromMainPage {
	text-decoration:none;
	color: #B3AE88;
}
#DivForLinkMainPage {
	font-size:12px;
}

#AuthFrame {

	position: absolute;
	top: 20%;
	left: 35%;
	width: 400px;
	/*height: 320px;*/
	border: 2px solid #B3AE88;
	background-color: #D3CCA2;
	padding-bottom: 5px;

	-moz-box-shadow: 3px 3px 4px #c2c2c2;
	-webkit-box-shadow: 3px 3px 4px #c2c2c2;
	box-shadow: 3px 3px 4px #c2c2c2;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C2C2C2')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#C2C2C2');

}
#MainTitle {
	text-align: center;
	margin-top: 15px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #993300;
}
#MainVersion {
	text-align: right;
	margin-right: 20px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 10px;
}
#MainWelcome {
	text-align: center;
	margin-top: 20px;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
#InAuthFrame {
	border: 2px solid #B3AE88;
	width: 380px;
	height: 150px;
	margin-top: 30px;
	background-color: #F6F8E8;
	background-image: url(../images/user.gif);
	background-repeat:no-repeat;
	text-align: left;
}
.LoginText {
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	margin-left: 120px;
	margin-top: 10px;
	font-weight: bold;
}
.LoginInput {
	width: 225px;
	border: 2px solid #BDBCBA;
}
#SubmitButton {
	margin-top: 20px;
	background-color: #F6F8E8;
	width: 100px;
	border: 2px solid #B3AE88;
	font-family: Tahoma, "Times New Roman", Times, serif;
	font-size: 14px;
}
.error {
	font-family:Tahoma, "Times New Roman", Times, serif;
	font-size: 12px;
	padding-left: 10px;
	color: #CC3300;
}