#header
{
	text-align: center;
	margin-bottom: 30px;
	display: none;
}

.LoginForm 
{
   background: url("../img/bg-form.gif") repeat-x scroll left bottom #EdEFdF;
    border: 1px solid #310881;
    border-radius: 7px 7px 7px 7px;
    box-shadow: 0 0 20px #444444;
    color: #310881;
    font-size: 0.7em;
    margin: 100px auto;
    overflow: hidden;
    padding: 0 40px;
    text-align: left;
    width: 440px;
}

* html .LoginForm {
    height: 1%;
}

#logo
{
	border-bottom: 1px solid #310881;
}

.LoginForm img 
{
	display: block;
    margin: 5px auto;
    height: 100px;  
}

.LoginForm fieldset 
{
    background: url("../images/line.gif") no-repeat scroll 0 0 transparent;
    border: medium none;
    margin: auto;
    padding: 10px 34px;
    width: 280px;
}

.LoginForm fieldset .Input 
{
    padding-bottom: 5px;
    height: 50px;
}

.LoginForm fieldset .Input .Text 
{
    border: 1px solid #310881;
    padding: 3px;
    width: 220px;
}

.LoginForm fieldset .Input input.Error 
{
    border: 1px solid #FE7003;
}

.LoginForm fieldset .Remember 
{
    padding-top: 5px;
}

.LoginForm fieldset .Output 
{
    
}

.LoginForm fieldset .ForgotPassword 
{
    background: url("../images/ico-lock.gif") no-repeat scroll 0 0 transparent;
    margin-left: 50px;
    padding-left: 18px;
}

.LoginForm p 
{
    line-height: 1.2em;
    padding: 10px 0;
}

.LoginForm .Error 
{
    color: #FE7003;
}

.LoginForm .Space 
{
    margin: 0 10px;
}

.LoginForm .Button 
{
    height: 26px;
}

#tools 
{
    padding: 20px 0;
    text-align: center;
}

#tools a
{
	color: #FF811E;
    font-size: 1.3em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.Button {
    background: url("../img/bg-btn.gif") repeat-x scroll left bottom transparent;
    border: 1px solid #310881;
    border-radius: 5px 5px 5px 5px;
    color: #310881;
    cursor: pointer;
    font-weight: bolder;
    height: 24px;
    text-transform: uppercase;
    vertical-align: middle;
}



input[type='text'], input[type='password']
{
	background-color: #FFFFFF;
    border-color: #C0C0C0 #D9D9D9 #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-style: solid;
    border-width: 1px;
    display: block;
    width: 100%;
}

input[type='text']:hover, input[type='password']:hover
{
	border-color: #A0A0A0 #B9B9B9 #B9B9B9;
    border-right: 1px solid #B9B9B9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
}

input[type='text']:focus, input[type='password']:focus
{
	border: 1px solid #2E6AB1;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    outline: medium none;
}