﻿#loginBox
{
	margin: 0;
}

#loginBox fieldset
{	 
	 border-width:0px;
	 margin-left:44px;
}

#loginBox h2
{
	border-bottom:1px solid #333333;
}

fieldset {
    margin-top: 20px;
    padding:0;
    border:0;    
    }
    
#loginBox li {
	list-style-type: none;
}

input.login
{
	width: 193px;
	height: 22px;
	font-size: 18px;
	border: 1px solid #687375;
	padding: 3px;
	background: #F1F5F6;
}

li.check
{
	margin-left: 76px;
}

li.check input
{
	margin-top: 10px;
	padding: 0;
	float: left;
}

li.check label
{
	display: inline;
	width: 92% !important;
}

li.submit
{
	padding-left: 90px;
	margin-top: 20px !important;
	float: left;
	width: 100%;
}



/*-------------------------------button-------------------*/
.CmsBut
{
	display: block;
	width: 131px;
	height: 24px;
	background: transparent url(Images/loginButton.png) top left no-repeat;
	border: 0;
	font-size: 12px;
	letter-spacing: 1px;
	color: #333;
}

#loginBox label
{
	display: block;
	float: left;
	padding-top: 8px;
	width: 80px;
}
.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;
}


/*
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;
    }

*/
