/**
* CSS for mod_login.php.
*
* @package Site
* @subpackage CSS
* @filesource
*/
/*
#login-form
{
/*     background: url("../tmpl/img/login_form.png") no-repeat 0 0; */
/*    float: right;
    height: 40px;
    margin: 16px 14px 0 0;
    width: 371px;
}
*/
#popuplogin {

    padding-top:13px;
}
.login-fields
{

    position: relative;
	bottom: 84px;
    float: right;
    width: 150px;
    height: 30px;
}

.login-fields input.text
{
    background-image: url("../img/skin/username.gif");
    background-repeat: no-repeat;
    border: #a1a09a 0px solid;
    width: 116px;
    height: 22px;
    color: #999;
    font-family: Arial, Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    position: relative;
    right: 5px;
}

.loginbuttonimg{
    margin-left:11px;
}

.not_a_member_cont{
    position: relative;
    bottom: 150px;
    right: 108px;
    width: 130px;
}

#popup_login_username,
#login_username
{
    margin-right: 5px;
}
#popup_login_password,
#popup_login_username{
    border: 1px solid #999;
    }

#popup_login_password,
#login_password
{
    margin-right: 5px;
}

#login-button
{
    color: #FFF;
    float: left;
    font-family: Arial, Verdana;
    font-size: 13px;
    font-weight: bold;
    line-height: 19px;
    margin-left: 2px;
    text-decoration: none;
    border: 1px solid #FFF;
    background: #0093D5;
    padding: 2px 7px;
}
#login-button:hover
{
    color: #FFF;
    text-decoration: none;
    background: #0093B5;
}

#login-links
{
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 26px;
    top: 24px;
}
#login-links li a
{
    color: #fff;
    font-family: Arial, Verdana;
    font-size: 12px;
    padding: 0;
    text-decoration: none;
}
#login-links li a:hover
{
    color: #fff;
    text-decoration: underline;
}

div.login-fields input {
    float:left;
}
#info-title
{
    color: #000;
    float: left;
    font-weight: bold;
    left: 575px;
    margin: 2px 20px 0 0;
    position: absolute;
    text-align: left;
    top: 22px;
}



#hdrreg{color:#cc3300}

#info-user .labels{
	position: relative;
    bottom: 63px;
    right: 60px;
	font-weight:normal;    
}

#info-user .labels .field{
    font-weight:bold;
    }

#logout{
    display:block;
    color:#d44700;
    background-image: url("../img/skin/logout.png");
    background-repeat: no-repeat;
    width: 79px;
    height: 24px;
    position: relative;
    bottom: 82px;
    left: 110px;
}

.member_credit    {
    display:block;
    width:130px;
    margin-left:13px;
    padding-top:7px;
    padding-bottom:7px;
    color:#000;
    line-height:150%
}

.member_credit .num_credit{
    background:#d44700;
    padding-left:4px;
    padding-right:4px;
    color:#fff;
    font-weight:bold;
}

#bid_no_login_out label.inside{display:none}