/*-------LOGIN STARTS HERE -------*/

/* Login Container (default to float:right) */
#loginContainer {
    position:relative;
    float:right;
    font-size:12px;
}

/* Login Button */
#loginButton { 
    display:inline-block;
    /*border-radius:3px;*/
    /*-moz-border-radius:3px;*/
    position:relative;
    z-index:30;
    cursor:pointer;
}

/* Login Button Text */
#loginButton .account_name {
    color:#445058; 
    /*text-shadow:1px 1px #fff;*/ 
    padding:0;
    /*background:url(../img/loginArrowNoCircle.png) no-repeat 75px 4px;*/
    /*display:block;*/
    float:left;
	width: auto;
	font-size:12px;
	border: 1px solid #FFF !important;
	height:8px;
	margin-top:27px;
	line-height:6px;
	-moz-user-select:none;
	-webkit-user-select: none;
	padding: 10px 15px 10px 10px !important;
	text-align:center;
}

#loginButton .number{
	margin-top:33px;
	margin-right:15px;
	color: #fff;
	background: #F70406;
	height:15px;
	width:15px;
	text-align:center;
	line-height:15px;
	float: right;
	font-size: 9px;
	font-weight: normal;
	z-index:999;
}

.account_avatar{
	background: url(../img/qhee2/user.png) no-repeat 15px 9px;
	height:35px;
}

#loginButton.active .account_name {
    /*-moz-box-shadow: rgb(206, 206, 206) -3px -3px 10px 2px;*/
    -moz-box-shadow: rgb(206, 206, 206) -3px -3px 5px 0;
    /*-webkit-box-shadow: rgb(206, 206, 206) -3px -3px 10px 2px;*/
    -webkit-box-shadow: rgb(206, 206, 206) -3px -3px 5px 0;
    background-position:75px -79px;
    border-top:1px solid #e5e5e5!important;
	height:8px;
	margin-top:27px;
	-moz-user-select:none;
	-webkit-user-select: none;
}
.account_name:hover{
	color:#0087d1 !important;
}

#loginButton:hover {
    /*background:url(../img/buttonbgHover.png) repeat-x;*/
}

/* Login Box */
#loginBox {
    position:absolute;
    top:65px;
    right:0px;
    display:none;
    z-index:29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    /*border-radius:3px 3px 0 0;*/
}

/* A Line added to overlap the border */
#loginButton.active em {
    position:absolute;
    width:100%;
    height:1px;
    background:#fff;
    bottom:-1px;
}

/* Login Form */
#loginForm,#logoutForm {
    width:210px; 
    border:1px solid #e5e5e5;
    border-right:none;
    /*border-radius:3px 0 3px 3px;*/
    /*-moz-border-radius:3px 0 3px 3px;*/
    -moz-box-shadow: rgb(206, 206, 206) 0px 0px 10px 2px;
	-webkit-box-shadow: rgb(206, 206, 206) 0px 0px 10px 2px;
    margin-top:-10px;
    background:#fff;
    padding:6px;
}

#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;
}

fieldset#body ul li{
	padding:3px 2px 3px 5px;
	line-height:20px;
	height:20px;
}
fieldset#body ul li:hover{
	background:#E4F5FF;
	color:none;
}
fieldset#body ul li a{
	color:#888;
	font-size:14px;
}
fieldset#body ul li .text{
	color:#888;
	font-size:14px;
}
fieldset#body ul li .number{
	color: #fff;
	background: #F70406;
	height:20px;
	width:20px;
	text-align:center;
	line-height:20px;
	float: right;
	font-size: 9px;
	font-weight: normal;
}


#loginForm #checkbox {
    width:auto;
    margin:1px 9px 0 0;
    float:left;
    padding:0;
    border:0;
    *margin:-3px 9px 0 0; /* IE7 Fix */
}

#body label {
    color:#3a454d;
    margin:9px 0 0 0;
    display:block;
    float:left;
}

#loginForm #body fieldset label {
    display:block;
    float:none;
    margin:0 0 6px 0;
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #e5e5e5;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight:normal;
    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;
}

/* Forget Password Button */
#loginForm #fgt_pwd{
	padding:0 10px;
	float:right;
}
#loginForm #fgt_pwd a{
	color:#339cdf;
	text-decoration:none;
}
/* Sign In Button */
#loginForm #login {
    width:75px;
    float:left;
    background:#038CDA /*url(../img/loginbuttonbg.png) repeat-x*/;
    color:#fff;
    padding:7px 10px 8px 10px;
    /*text-shadow:0px -1px #278db8;*/
    border:1px solid #339cdf;
    box-shadow:none;
    font-weight:bold;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 0 0 5px;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
    font-size:14px;
    /*font-family: "΢���ź�","����ϸ��","STHeiti-Light","STHeiti","����";*/
}

/* Sign Up Button */
#loginForm #register {
    width:180px;
    float:right;
    background:#A1D300 /* url(../img/loginbuttonbg.png) repeat-x;*/;
    color:#fff;
    font-weight:bold;
    padding:7px 10px 8px 10px;
    /*text-shadow:0px -1px #278db8;*/
    border:1px solid #A1D300;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 0 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
    font-size:14px;
    /*font-family: "΢���ź�","����ϸ��","STHeiti-Light","STHeiti","����";*/
}

/* Logout Button */
#logoutForm #logout {
    width:180px;
    float:right;
    background:#038CDA /* url(../img/loginbuttonbg.png) repeat-x;*/;
    color:#fff;
    font-weight:bold;
    padding:7px 10px 8px 10px;
    /*text-shadow:0px -1px #278db8;*/
    border:1px solid #038CDA;
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
    margin:0 0 0 0;
    cursor:pointer;
    *padding:7px 2px 8px 2px; /* IE7 Fix */
    font-size:14px;
    /*font-family: "΢���ź�","����ϸ��","STHeiti-Light","STHeiti","����";*/
    border-radius:3px;
    -moz-border-radius:3px;
}

/* 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;
}

input:focus {
    outline:none;
}