/*-------LOGIN STARTS HERE -------*/

#head_login #submit {
	background: url(../img/share/btn_login.png) no-repeat center top;
	width: 124px;
	height: 23px;
	cursor: pointer;
	border: none;
	margin: 7px 0 0 50px
}

/* Login Button */
#loginButton { 
    display: inline-block;
    float: right;
    background: #CCCCCC url(../img/share/bg_btn_hlogin.png) repeat-x; 
    border: 1px solid #899caa; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
	width: 155px;
    z-index: 30;
    cursor: pointer;
}

/* Login Button Text */
#loginButton span {
    color: #445058; 
    font-weight: bold; 
    text-shadow: 1px 1px #fff;
	padding: 6px 30px 6px 14px;
	background: url(../img/share/loginArrow_right.png) no-repeat 130px 7px;
    /*padding: 5px 30px 7px 14px;*
	background: url(../img/share/loginArrow_right.png) no-repeat 66px 7px;*/
    display: block
}

#loginButton:hover {
    background: url(../img/share/buttonbgHover.png) repeat-x;
}

/* Login Box */
#loginBox {
	position: absolute;
	top: 33px;
	right: 0;
	display: none;
	z-index: 29;
}

/* If the Login Button has been clicked */    
#loginButton.active {
    border-radius:3px;
}

#loginButton.active span {
    background-position: 66px 7px;
}

/* A Line added to overlap the border */
#loginButton.active em {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #CCCCCC;
    bottom: -1px;
}

/* 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: #CCCCCC;
    padding: 6px;
}

#loginForm fieldset {
    margin: 0 0 8px 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:-3px 9px 0 0; /* IE7 Fix */
}

#loginForm #body p a {
	font-size: 10px;
	text-decoration: underline
}

#loginForm #body fieldset label {
    display: block;
    float: none;
    margin: 0 0 4px 0;
	font-weight: bold
}

/* Default Input */
#loginForm input {
    width:92%;
    border:1px solid #899caa;
    border-radius:3px;
    -moz-border-radius:3px;
    color:#3a454d;
    font-weight: normal;
    padding:6px;
    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 {
    width:auto;
    float:left;
    background:#339cdf url(../img/share/loginbuttonbg.png) repeat-x;
    color:#fff;
    padding:7px 10px 8px 10px;
    text-shadow:0px -1px #278db8;
    border:1px solid #339cdf;
    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 */
}

/* 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;
}
