html, body
{
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial;
	color: #273538;
}

body
{
	background-image: url(../../images/dynamic/GradientLine.aspx?height=699&width=1&Color1=0x80A0D0&Color2=0x0);
	 background-repeat: repeat-x;
}
form
{
	position: relative;
	margin-top: 50px;
	height: 490px;
}

#loginBox
{
	border: solid 1px;
	width: 800px;
	height: 320px;
	position: relative;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/logo1.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: White;
}

#loginBox table
{
	margin-left: 50%;
}

fieldset, h2, address
{
}
/*
h1 span
{
	display: none;
}

h1
{
	font-size: 14px;
	font-weight: normal;
	color: #8C9091;
	margin-top: 45px;
	height: 30px;
	margin-left: 50%;
}

h1 strong
{
	font-weight: normal;
	margin-left: 0px;
	line-height: 30px;
}
*/
h2
{
	display: none;
}

fieldset
{
	margin-top: 0px;
	padding: 0;
	border: 0;
}
/*
ol
{
	padding: 0;
	margin: 0;
	list-style: none;
}
*/
/*
li
{
	margin: 4px 0;
	padding: 0;
	clear: both;
	position: relative !important;
}
*/
/*
label
{
	display: block;
	float: left;
	width: auto;
	line-height: 20px;
}
*/
input.login
{
	width: 113px;
	height: 18px;
	font-size: 12px;
	border: 1px solid #687375;
	background: #F1F5F6;
}

li.check
{
	margin-left: 0px;
}

li.check input
{
	padding: 0;
}

li.check label
{
	display: inline;
	width: auto;
	float: none;
	padding-left: 5px;
}
li.submit
{
	padding-left: 0px;
	margin-top: 20px !important;
	float: left;
	width: 100%;
}



/*-------------------------------button-------------------*/
.CmsBut
{
	display: block;
	width: 113px;
	height: 24px;
	background: transparent url(Images/loginButton.png) top left no-repeat;
	border: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
}

address
{
	background: url(Images/loginFooter.gif) top left repeat-x;
	font-style: normal;
	font-size: 11px;
	margin-top: 100px;
	color: #989EA0;
	padding-top: 15px;
	position: absolute;
	bottom: 20px;
	display: block;
	width: 295px;
}
address a
{
	color: #989EA0;
	padding-left: 50px;
}
address a:hover
{
	color: Black;
}
.failure
{
	padding: 0;
	_height: 0px !important;
	margin: 0 0 10px 0;
}
.failure span
{
	color: #ff6633;
	padding: 0 30px 0 40px;
	font-weight: bold;
	display: block;
	background: url(Images/validator.gif) no-repeat center left;
}
span.validator
{
	display: block;
	width: 22px;
	height: 22px;
	background: url(Images/validator.gif) no-repeat right top;
	position: absolute;
	top: 5px;
	left: 295px;
	_left: 205px;
	text-indent: -9999px;
}

.default
{
	color: #666;
	border: 1px dashed #ccc;
	padding: 10px;
	margin-left: 90px;
	margin-bottom: 20px;
	width: 177px;
	font-size: 11px;
}
.default h3
{
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.default p
{
	margin: 2px 0 0 0;
	padding: 0;
}


