/* Pass Change */
.footter label {
    display:block;
    float:left;
}

#id_form label{
    width:150px;
}

/* LOGIN PAGE */

.login_table{padding: 20px;}
.login_table td{padding: 4px;}

.error {
    margin-bottom: 25px; 
    font-weight: bold; 
    background-color:#FFEFE8; 
    padding: 0.5em; 
    border:1px solid #E89B88;
}
/*#reg_button {
    text-decoration: none;
    font-weight: bold;
    color: #FFFFFF;
}*/
.login_button {
    text-align: center;
    background-color: #E76600;
    border: none;
    width: 100%;
    height: 22px;
    padding: 3px 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    font-size: 9.5pt;
}

.registr_button {
    text-align: center;
    background: none repeat scroll 0 0 #E76600;
    display: block;
    padding: 3px 8px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    font-size: 9.5pt;
}

/* REGISTRATION PAGE */

.registr {
    background-color: #E6E6E6;
    padding: 0 20px 20px 20px;
    width: 406px;
    margin: 0 auto;
    align: center;
}
.registr input.text, .registr input.password, {
    float: left;
}

.registr form p, .registr ul {
    clear: left;
}

/*#id_captcha_1 {
    margin-right: 4px;
    clear: left;
}*/

.registr p img {
    margin-top: 10px;
    border: 1px solid #A5ACB2;
}

.registr p label, .registr p input {
    width: 200px;
    display: block;
}

.registr p input {
    width: 198px;
    margin-left: 200px;
}

/*.reg_button {
    background-color: #E76600;
    border: none;
    height: 22px;
    padding: 3px 8px;
    margin-top: 30px;
    color: #FFFFFF;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    font-size: 9.5pt;
    float: none;
}*/

/* VIP MANAGING PAGE */

.vip-top {
    height: 135px;
    width: 100%;
    border-collapse: collapse;
    align: center;
}

.vip-top a {
   color: #E76600;
   font-weight: bold;
}

.vip-left {
    background-color: #979797;
    color: white;
    padding: 15px 7px 15px 15px;
    vertical-align: middle;
    text-align: center;
    float: left;
    height: 90px;
    width: 131px;
}

.vip-right {
    background-color: #E6E6E6;
    float: left;
    height: 90px;
    padding: 15px 7px 15px 12px;
    min-width: 452px;
    width:70%;
}

.vip-right td {
    border-bottom: 1px solid #DBDBDB;
}

.vip-right form {
    font-weight: normal;
}

.vip-right .nbsp {
    border-bottom: medium none;
    width: 5px;
}

.vip-name {
    font-weight: bold;
    font-size: 12pt;
    font-family: Tahoma, sans serif;
}

.vip-about {
    font-size: 10pt;
}

.buy_button, .ok_button {
    background-color: #E76600;
    border: medium none;
    color: #FFFFFF;
    font-family: Tahoma, sans-serif;
    font-size: 9,5pt;
    font-weight: bold;
    padding-bottom: 2px;
    height: 22px;
    width: 40px;
}

.buy_button {
    width: 180px;
}

.profile-table {
    background: none repeat scroll 0 0 #E6E6E6;
    padding: 6px;
}

.profile-table table {
    width: 100%;
    vertical-align: top;
}


.profile-top table {
    padding: 12px;
    width: 80%;
}

.profile-th, .profile-td {
    border-bottom: 1px solid rgb(219,219,219);
}

.profile-th {
    font-weight: bold;
    text-align: left;
}
