/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#userContainer {
    position:relative;
    float:right;
    font-size:12px;
    margin: -10px 0px -10px 0px;
}

/* Login Button */
#loginButton{ 
    display:inline-block;
    float:right;
    position:relative;
    z-index:9999;
    background:  /*url(../images/bg.png) repeat-x*/; 
    padding: 8px 10px 8px 10px;
    /*border:1px solid #404040 ; 
    border-radius:3px;
    -moz-border-radius:3px;

    cursor:pointer;*/
}

#login_icon{
background: url(../images/login.png) no-repeat -2px -12px;
height: 22px;
width: 35px;
float: right;
margin: -2px -4px 0px 0px;
padding: 0px 0px 0px 0px;
}
#user_icon{
background: url(../images/user_tools.png) no-repeat 2px -8px;
height: 30px;
width: 35px;
float: right;
margin: -2px -4px 0px 0px;
padding: 0px 0px 0px 0px;
}

/* Login Button Text */
#loginButton span {
	color: #fff;
	text-transform:uppercase;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.4);
	font-family: 'OswaldBook', helvetica, arial, sans-serif;
    font-size:1.5em; 
    margin: 	8px 0px 0px 0px;
    padding:  0px 16px 8px 19px;
/*    background:url(../images/login.png) no-repeat 62px -7px;*/
    display:block;
}

/*
#loginButton:hover{

 
  margin-top: -5px;
  padding-top: 5px;
       background:pink ;

}*/

/* Login Box */
#loginBox {
    position:absolute;
    top:57px;
    right:0;
    display:none;
    z-index:99999;
    box-shadow: 0 0 7px rgba(0,0,0,0.6);
	font-family: helvetica, arial, sans-serif;
}

#login-form a {
color: #424242;
text-shadow: none;
}

#login-form a:hover {
color: #0047ab;
text-shadow: none;
}



/* If the Login Button has been clicked */    
#loginButton.active {
   /* border-radius:3px 3px 0 0;*/
 /* padding: 10px 10px 0px 10px;*/
         background:#424242 /*url(../images/login.png) no-repeat 62px -7px*/;

}

#loginButton.active span {
    /*background-position:50px -7px;*/
    background:#424242 /*url(../images/login.png) no-repeat 62px -7px*/;
    display:block 
}


/* Login Form */
#login-form {
    width:248px; 
    border:1px solid #404040;
    border-radius:3px 0 3px 3px;
    -moz-border-radius:3px 0 3px 3px;
    margin-top:-5px;
    background:#404040;
    padding:6px;
}

#login-form 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 8px;
    margin:0;
}

#login-form #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#404040;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#login-form #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#login-form input {
    width:92%;
    border:1px solid #404040;
    border-radius:3px;
    -moz-border-radius:3px;
    color:404040;
    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 */
#login-form #login {
    width:auto;
    float:left;
    background:#339cdf url(../images/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #404040;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 12px 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
}








#usercp_cat{
font-size: .9em;
width: 100%;
border-bottom: 1px solid #C0C0C0;
display: block;
margin-top: 10px;	
font-weight:bold;	
}
.usercp_user{
font-size: 1.2em;
width: 150px;
border-bottom: 1px solid #C0C0C0;
display: block;
margin-left: 70px;
margin-bottom: 10px;
}
#usercp_avatar{
float: left;
font-size: .8em;
}



.usercp_list{
font-size: 9px;
text-transform: none;
padding-left: 6px;

}





/* Sign In Button */




/* Forgot your password */
/*#login-form span {
    text-align:center;
    display:block;
    padding:7px 0 4px 0;
}

#login-form span a {
    color:white;
    text-shadow:1px 1px #404040;
    font-size:12px;
}

input:focus {
    outline:none;
}*/