﻿.container
{
    width: 262px;
    margin: 0 auto;
    padding-top: 200px;
    
}

#bar
{
    width: 100%;
    font-family: arial;
    height: 64px;
    padding: 0px 0;
    background: url(../images/bar.png) repeat-x;
}
#container
{
    width: 1081px;
    margin: 0 auto;
 
}
#container_dft
{
    width: 1081px;
    margin: 0 auto;
 
}

/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer
{
    position: relative;
    float: right;
    font-size: 12px;
}
/*
#moreContainer
{
    position: relative;
    float: right;
    font-size: 12px;
}*/

/* Login Button */
#loginButton
{
    display: inline-block;
    float: right;
    background: #d9ebd3 url(../images/buttonbg.png) repeat-x;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    margin-right:10px;
    top:14px;
    z-index: 30;
    cursor: pointer;
    text-decoration: none;
}

/* Login Button Text */
#loginButton span
{
    color: #445058;
    font-size: 14px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    padding: 7px 29px 9px 10px;
    background: url(../images/loginArrow.png) no-repeat 63px 7px;
    display: block;
}

#loginButton:hover
{
    background: url(../images/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox
{
    position: absolute;
    top: 34px;
    right: 0;
    display: none;
    z-index: 500;
}

/* If the Login Button has been clicked */
#loginButton.active
{
    border-radius: 3px 3px 0 0;
}

#loginButton.active span
{
    background-position: 63px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em
{
    position: absolute;
    width: 100%;
    height: 1px;
    background: #d9ebd3;
    bottom: -1px;
    right: 0px;
}

/* Login Form */
/*#loginForm
{
    width: 248px;
    border: 1px solid #899caa;
    border-radius: 3px 0 3px 3px;
    -moz-border-radius: 3px 0 3px 3px;
    margin-top: -1px;
    background: #d9ebd3;
    padding: 6px;
}*/
 
#loginForm {
    background: none repeat scroll 0 0 #D9EBD3;
    border: 1px solid #899CAA;
    border-radius: 3px 0 3px 3px;
    margin-top: 13px;
    margin-right:10px;
    padding: 6px;
    width: 248px;
}

#loginForm fieldset
{
    margin: 0 0 12px 0;
    display: block;
    border: 0;
    padding: 0;
}

fieldset#body
{
    background: #fff;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 10px 13px;
    margin: 0;
}

#loginForm #checkbox
{
    width: auto;
    margin: 1px 9px 0 0;
    float: left;
    padding: 0;
    border: 0; *margin:-3px9px00;/* IE7 Fix */
}

#body label
{
    color: #3a454d;
    margin: 9px 0 0 0;
    display: block;
    float: left;
    text-align: left;
}

#loginForm #body fieldset label
{
    display: block;
    float: none;
    margin: 0 0 6px 0;
}

/* Default Input */
#loginForm .txtbx
{
    width: 92%;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #3a454d;
    font-weight: bold;
    padding: 8px 8px;
    box-shadow: inset 0px 1px 3px #bbb;
    -webkit-box-shadow: inset 0px 1px 3px #bbb;
    -moz-box-shadow: inset 0px 1px 3px #bbb;
    font-size: 12px;
}

/* Sign In Button */


#loginForm .login
{
    height: 30px;
    font-family: Arial;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    color: #FFFFFF;
    background-image: url(../images/submit_btn.png);
    background-repeat: repeat-x;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: solid 1px #94dcf0;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
}
#loginForm .login:hover
{
    background-position: bottom center;
}



/* Forgot your password */
#loginForm span
{
    text-align: center;
    display: block;
    padding: 7px 0 4px 0;
}

#loginForm span a
{
    color: #3a454d;
    text-shadow: 1px 1px #fff;
    font-size: 12px;
}
.loginValidate
{
    font-family: Arial;
    font-size: 11px;
    color: #f04f00;
    text-align: left;
    float: left;
    margin-top: 2px;
    padding-left: 13px;
    background-image: url( "../images/error.png" );
    background-position: left center;
    background-repeat: no-repeat;
}

input:focus
{
    outline: none;
}
.RagisterButton
{
    background: #d9ebd3 url(../images/buttonbg.png) repeat-x;
    border: 1px solid #899caa;
    border-radius: 3px;
    -moz-border-radius: 3px;
    z-index: 30;
    cursor: pointer;
    text-decoration: none;
    padding: 8px 0px 8px 0px;
    color: #445058;
    margin-left: 10px;
    font-weight: bold;
    text-shadow: 1px 1px #fff;
    font-size: 14px;
}
.RagisterButton a
{
    padding: 8px 5px 8px 5px;
    text-decoration: none;
    color: #445058;
    font-weight: bold;
}
.RagisterButton a:hover
{
    padding: 8px 5px 8px 5px;
    text-decoration: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    font-weight: bold;
    background: url(../images/buttonbgHover.png) repeat-x;
    background-color: #f1fcec;
}
