 .body{
   margin:0px;
   padding:0px;
 }


 .zcaptcha{
    -moz-user-select: -moz-none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   user-select: none;
   border:1px solid #DDDDDD;
   width:160px;
   height:55px;
   padding:3px;
position:relative;
   -moz-border-radius:3px;
   border-radius: 3px;
   background-color:#FBFBFB;
   color:#333333;
   text-align: center;
   font: bold 10px Arial;
   margin-left: 10px;
   text-indent: 0 !important;
 }
 .refresh{
   cursor:pointer;
   background-image:url('images/refresh.png');
   height:12px;
   width:12px;
     position:absolute;
   left:190px;
   display: none;
 }
 .itembox{
 cursor:pointer;
 display:none;

 border-bottom:1px solid #EEEEEE;
 width:130px;
 height:26px;
 padding:0px;
 margin: auto;
 position:relative;
 }
 .item{
margin:5px;
border:0px solid black;
width:16px;
height:16px;
float:left;
padding: 0 !important; 
 }
  .phrase{
color:#3366FF;
  }
  .incorrect{
position:absolute;
top:0px;
left:27px;
   color:#FF3333;
    background-color:#FBFBFB;
   text-align: center;
   font: bold 10px Arial;
   z-index:10;
   width:150px;
   height:53px;
   display:none;
  }
  .retry{
    color:#0066FF;
cursor:pointer;
    width:10px;
    position:absolute;
    left:65px;
  }
  .retry:hover{
    color:#0066FF;
cursor:pointer;
   text-decoration:underline;
  }
