
#csortable {
    list-style-type: none;
    margin: 5px 0px 0px 5px;
    padding: 0;
}
#csortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 29px;
    height: 29px;
    font-size: 18px;
    text-align: center;
    line-height:29px;
    cursor:pointer;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    background:#0055a2 repeat-x scroll 50% 50%;
    color:#fff;
    font-weight:normal;
}
.captcha_wrap{
    border:1px solid #fff;
    
    float:left;
    height:60px;
    overflow:hidden;
    margin:0px 0px 0px 0px;
}
.captcha{
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    font-size:12px;
    color:#BBBBBB;
    text-align: center;
    border-bottom:1px solid #CCC;
    background-color:#fff;
}
