﻿.helpCenter_addType_tips{color: #ff6600;  font-size: 12px; }
.helpCenter_required_star { color:#ff6600; display:inline-block; margin-right:10px;}
.helpCenter_td_left { width:100px}
.helpCenter-number-input {width:40px;}
.helpCenter-string-input { width:260px; }
.helpCenter_addType_control { padding:12px;}
.helpcenter-navigator {padding:10px;}
.helpcenter-subnavigator { padding-left:15px;  padding-bottom:8px; width:200px; font-size:14px; }
.helpCenter-viewhelplist-left { width:40px;}
.helpcenter-viewhelplist
{
     table-layout:fixed;
    empty-cells:show; 
    border-collapse: collapse;
    margin:0 auto;
}
.helpcenter-viewhelplist td{
    border:1px dashed #9db311;
    padding:0 1.5em 0;
}
.helpcenter-viewhelplist tr:nth-child(odd) 
{
    background-color:#f5fafe;

}
.helpcenter-viewhelplist tr:nth-child(even) 
{
    
    border:1px solid #9db3c5;

}
.clear{ clear:both;}

.f-left
{
    float:left;
}
.feedback-list-left
{
    width:36px;
}
.feedback-list-middle
{
    width:640px;
}
        
.feedback-list-right
{
    width:90px;
    line-height: 1.6;
    padding-left:20px;
}
        
#feedback_list li 
{
           
        list-style-type:none;
}
.feedback-userInfo td
{
    padding-right:20px;
}
span.com-feedback-star-beforemark
{
     display:inline-block;
     width:23px;
     height:23px;
     background:url(/Resource/images/star_beforemark.png);
}
span.com-feedback-star-aftermark
{
     display:inline-block;
     width:23px;
     height:23px;
     background:url(/Resource/images/star_aftermark.png);
}
span.com-feedback-star-beforemark:hover,span.com-feedback-star-aftermark:hover
{
     cursor:pointer;
}

/* 登录页面 */
    .com_admin_main
    {
    margin: auto;
    padding: 114px 0 0;
    width: 360px;
   
    }
    .com_admin_login
    {
        background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    box-shadow: 0 4px 10px -1px rgba(200, 200, 200, 0.7);
    font-weight: normal;
    padding: 16px 36px 26px;
    }
    
    .com_admin_login .login_input
    {
    background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-size: 16px;
    font-weight: 200;
    line-height: 1;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: medium none;
    padding: 3px;
    width: 100%;
    color:#999;
    border-radius: 3px 3px 3px 3px;
    }
    .com_admin_login .login_btn
    {
           background: url(/Resource/images/button-grad.png) repeat-x scroll left top #21759B;
    border-color: #298CBA;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    border-radius: 11px 11px 11px 11px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 12px !important;
    line-height: 13px;
    padding: 3px 8px;
    text-decoration: none;
    width: 80px;
height: 30px;
    }
    .com_admin_login .login_verify
    {
            background: none repeat scroll 0 0 #FBFBFB;
    border: 1px solid #E5E5E5;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset;
    font-size: 16px;
    font-weight: 200;
    outline: medium none;
   width: 80px;
height: 22px;
vertical-align: middle;
color:#999;
    border-radius: 3px 3px 3px 3px;
    }
    .com_admin_title
    {
        font-size:14px;
        
    }
    
    .vertical_align
    {
        vertical-align:middle;
    }
    .com_admin_rememberme
    {
        padding:5px;
    }
    .com_admin_headline
    {
        text-align: center;
font-weight: bold;
font-size: 26px;
padding: 20px;
    }