.thin-heading{
font-weight: normal;
}


#sortable {
list-style-type: none;
margin: 5px 0px 0px 16px;
padding: 0;
}
#sortable li {
margin: 3px 3px 3px 0;
padding: 1px;
/*float: left;*/
display: inline; /* inline instead of inline-block */
width: 55px;
height: 55px;
font-size: 20px;
text-align: center;
line-height:35px;
cursor:pointer;
color:#fff;
font-weight:normal;
}
.captcha_wrap1{
border:1px solid #fff;
-moz-border-radius:10px;
-webkit-border-radius:10px;
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
float:left;
height:120px;
overflow:auto;
/*width:150px;*/
width: 100%;
overflow:hidden;
margin:0px 0px 0px 0px;
background-color:#fff;
}
.captcha{
font-size:12px;
color:#343434;
/*text-align: center;*/
border-bottom:1px solid #CCC;
background-color:#fff;
}
