.helpmenu{
    width: 150px;
    float: left;
    margin-top:25px;
    font-weight: bold;
}   
.helpmenu li {
    border: 1px solid;   
    background: #fff;
    padding: 10px;
    margin: 10px 0 10px 10px;
    border-radius: 8px 0 0 8px;
}
.helpmenu .active {
    border-right:none;
}

.helpmenu li{
    color: #000;
}
.helpmenu li:hover{
    color: #007eff;
}
.helpmenu li.active:hover{
    color: #000;
    cursor:default;
}
.helpContainer {
    color: #000;
    background: #fff;
    float: left;
    width: 700px;
    min-height: 600px;
    padding: 20px;
    border-radius: 3px;
}
label{
    color: #000 !important;
}
.no-login{
    text-align:center;
    color: red;
    font-size: 18px;
    margin: 50px;
    font-weight: bold;
}
.ticket {
    width: 100%;
    border: 1px solid #000;
}
.ticket th {
    color: #fff;
    border-color: #333333;
    text-shadow:  0 0 2px #000;
    background: #929292;
    background-image:-moz-linear-gradient(top, 100% 100% 90deg, #000, #929292);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000), to(#929292));
    filter: Progid:DXImageTransform.Microsoft.gradient(startColorstr=#000,endColorstr=#929292);
}
.ticket .sta{
    width: 50px;
}
.ticket .ogg{
    width: 400px;
}
.ticket td.sta{
    text-align: center;
}
.ticket td.ogg{
    font-weight: bold;
    cursor:pointer;
}
.ticket .dat{
    text-align: center;
}
.ticket td{
    border-color: #333333;
    color: #000;
}
.seeTicket{
    z-index: 9999;
    width: 700px;
    min-height: 500px;
    background: rgba(255, 255, 255, 0.6);
    display:none;
}
.box {
    width: 640px;
    background: #fff;
    margin: 20px;
    padding: 20px 10px;
    border-radius: 10px;
}
.box .date{
    float:right;
}
.box .user{
    border-bottom: 1px solid #b1b1b1;
    margin-bottom: 10px;
    padding-bottom: 4px;
}
.question {
    border: 2px solid #57a5f0;
}
.answer {
    border: 2px solid #c10a0a;
}
.hideTicket{
    float:right;
    font-size: 30px;
    font-weight: bold;
    cursor:pointer;
    color: #000;
    padding: 2px 5px 10px 5px;
    border: 1px solid;
    background: #929292;
    background-image:-moz-linear-gradient(top, 100% 100% 90deg, #e8e8e8, #929292);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e8e8e8), to(#929292));
    filter: Progid:DXImageTransform.Microsoft.gradient(startColorstr=#e8e8e8,endColorstr=#929292);
    border-radius: 6px;
}
.hideTicket:hover{
    background: #e8e8e8;
    background-image:-moz-linear-gradient(top, 100% 100% 90deg, #929292, #e8e8e8);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#929292), to(#e8e8e8));
    filter: Progid:DXImageTransform.Microsoft.gradient(startColorstr=#929292,endColorstr=#e8e8e8);
}
.titleTicket{
    margin: 4px;
    font-size: 18px;
    text-shadow: 0px 0px 5px #fff;
    background: #fff;
    box-shadow: 0px 0px 5px #FFF;
    padding: 3px 15px;
    border-radius: 15px;
}