#sortable {
    list-style-type: none !important;
    margin: 5px 0px 0px 16px;
    padding: 0;
}
html body .textePage ul#sortable li {list-style-type: none !important;}
#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    width: 35px;
    height: 35px;
    font-size: 20px;
    text-align: center;
    line-height:35px;
    cursor:pointer;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;    
    text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
    background:#aaa;
    color:#fff;
    font-weight:normal;
}
.captcha_wrap{
    border:1px solid #dedede;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
    //float:left;
    height:80px;
    overflow:auto;
    width:260px;
    overflow:hidden;
    margin:0px auto;
    background-color:#efefef;
}
.captcha{
    font-size:12px;
    color:#aaa;
    text-align: center;
    border-bottom:1px solid #CCC;
    background-color:#fff; 
    padding:5px;
}