﻿.MainBody
{
	background: #cccccc;
}
.LoginContainer
{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 380px;
	margin-top: -190px;
	margin-left: -150px; /*border: 1px #999 solid;*/
	background-color: #fff;
}
.LoginHeader
{
	width: 100%;
	background-color: #C60C46;
	height: 5px;
	overflow: hidden;
}
.LoginHeader .left
{
	width: 5px;
	overflow: hidden;
	float: left;
	background: url(../Images/LoginHeaderLeft.png) no-repeat;
}
.LoginHeader .right
{
	width: 5px;
	overflow: hidden;
	float: right;
	background: url(../Images/LoginHeaderRight.png) no-repeat;
}
.loginHeaderText
{
	background-color: #C60C46;
	width: 100%;
	color: #fff;
	height: 50px;
}
.loginHeaderText .headerTop
{
	margin-left: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}
.loginHeaderText .headerBottom
{
	margin-left: 30px;
	font-size: 13px;
	line-height: 25px;
	margin-top: -5px;
}
.loginContent
{
	margin-left: 30px;
	width: 240px;
}
.loginContent .loginSummary
{
	font-size: 18px;
	font-weight: bold;
	line-height: 50px;
	color: #333333;
}
.loginContent .textboxStyle
{
	width: 225px;
	/*height:20px;
	padding-top:2px;
	border: 1px solid #999;*/
}
.LoginContainer .logo
{
	width: 100%;
	position: absolute;
	bottom: 25px;
	height: 42px;
	overflow: hidden;
	text-align: center;
}
.LoginBottomStyle
{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 5px;
	overflow: hidden;
}
.LoginBottomStyle .left
{
	width: 5px;
	overflow: hidden;
	float: left;
	background: url(../Images/LoginBottomLeft.png) no-repeat;
}
.LoginBottomStyle .right
{
	width: 5px;
	overflow: hidden;
	float: right;
	background: url(..//Images/LoginBottomRight.png) no-repeat;
}
.LoginDivLine
{
	/*height: 26px;*/
	line-height:26px;
	text-align: left;
	vertical-align: middle;
}
.NoteRed {
    color:red;
}