/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    
    position: absolute; 
    left: 50%; 
    margin-top: 13px;
    margin-left: 128px;
    font-size:12px;
    z-index:10005;
    font-family:Arial;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    border:1px solid #899caa; 
    border-radius:3px;
    -moz-border-radius:3px;
    float:right;
    position:relative;
    z-index:10000;
    cursor:pointer;
}

/* Login Button Text */
#loginButton span {
    color:#445058; 
    font-size:14px; 
    font-weight:bold; 
    text-shadow:1px 1px #fff; 
    padding:7px 29px 9px 10px;
    display:block
}

#loginButton:hover {
    
}

/* Login Box */
#loginBox {
    
    position: absolute; 
    left: 50%; 
    margin-top: 13px; 
    margin-left: 128px;
    z-index:10006;
    display:none;
    font-size:12px;
    background:#ffffff;
    text-align:left;
    font-family:Arial;
    
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px 3px 0 0;
}

#loginButton.active span {
    background-position:53px -76px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#d2e0ea;
    bottom:-1px;
}

/* Login Form */
#loginForm {
}

#loginForm fieldset {
}

fieldset#body {
}

#loginForm #checkbox {
}

#body label {
}

#loginForm #body fieldset label {
 
}

/* Default Input */
#loginForm input {
 
}

/* Sign In Button */
#loginForm #login {
 
}

/* Forgot your password */
#loginForm span {
 
}

#loginForm span a {
 
}

input:focus {
    outline:none;
}

#servicesBtn
{
cursor:pointer;	

}