.tab {
    height: 33px;
    position: relative;
    top: 0;
    width:243px;
    z-index: 999;
}

.tab ul.login {
    display: block;
    position: relative;
    height: 33px;
    font-weight: bold;
    line-height:33px;
    margin: 0;
    color: white;
    font-size:12px;
    padding:0;
}


.tab ul.login li {
    text-align: left;
    padding: 0px 12px 0px 0px;
    display: block;
    float:left;
    height: 33px;
    width:231px;
    background: url(../images/btn.png) no-repeat;
}

.tab ul.login li a {
    font-size:14px;
    color:#585858;
}
.tab ul.login li a.close {
    font-size:14px;
    color:#d90248;
}

.tab ul.login li a:hover {
    font-size:14px;
    color:#d90248;
}

.tab a.open, .tab a.close {
    height: 33px;
    line-height:33px !important;
    padding-left:12px !important;
    cursor: pointer;
    display: block;
    width:231px;
    position: relative;
}

.tab a.open {background: url(../images/bt_open.png) no-repeat left 0;}
.tab a.close {background: url(../images/bt_close.png) no-repeat left 0;}
/* sliding panel */
#toppanel {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width:243px;
    z-index: 999;
    text-align: left;
    margin-left: 493px;
    float:left;
}
#toppanel_2 {
    position: absolute;   /*Panel will overlap  content */
    /*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
    width:243px;
    z-index: 999;
    text-align:left;
    margin-left:742px;
    float:left;
}
#toppanel_2 .dd .ddTitle {
    width:177px;
}
#panel {
    width:241px;
    height: 100%;
    color: #585858;
    background: #ffffff;
    overflow: hidden;
    position: relative;
    font-size:10px;
    z-index: 3;
    display: none;
    border-left:1px solid #dddcdc;
    border-right:1px solid #dddcdc;
}
#panel_2 {
    width:241px;
    height: 100%;
    color: #585858;
    background: #ffffff;
    overflow: hidden;
    font-size:10px;
    z-index: 3;
    display:none;
    border-left:1px solid #dddcdc;
    border-right:1px solid #dddcdc;
}
#panel a:hover {
    color: white;
}
#panel .content,#panel_2 .content {
    width: 243px;
    margin: 0 auto;
    padding-top: 15px;
    text-align: left;
    font-size:11px;
    overflow: hidden;
}
#panel .content .left,#panel_2 .content .left {
    float: left;
    padding: 0 10px;
    overflow: hidden;
}

#form_zone {
    height:22px;
    clear:both;
    line-height:17px;
    font-size:10px;
}
#form_text {
    float:left;
}
#field {
    float:right;
}
.textfield { 
    height:13px;
    border:1px solid #b2b3b4;
    color:#585858;
    font-size:11px;
    line-height:15px;
    padding-left:2px;
}
#form_zone ul {
    list-style-type:none;
    margin:5px 0px 10px 0px;
    padding:0;
    float:left;
    position: relative;
}
#form_zone li, #form_zone li a, #form_zone li a:visited {
    float:left;
    vertical-align:top;
    color:#e20044;
}
#form_zone li a:hover {
    color:#000000;
}
#form_zone li.separator {
    margin-left:7px;
    margin-right:7px;
    color:#7d7d7d;
}
