img {
behavior: url(captcha/iepngfix.htc);
 }

/* FANCY CAPTCHA STARTS */
.ajax-fc-container {
width: 275px;
color:#fff;
margin:20px 0 0;
padding:5px;
background: transparent url(../../-images/left-column-background.png) repeat;
}

/* rounded corners */
.ajax-fc-rtop, .ajax-fc-rbottom{
display:block;
 }
.ajax-fc-rtop *, .ajax-fc-rbottom *{
display: block;
 height: 1px;
 overflow: hidden;
  }

/* describes left and right boxes */
div#ajax-fc-content {
width: 298px;
 height: 105px;
  }
div#ajax-fc-content div#ajax-fc-left {
width: 200px;
 height: 100px;
 float: left;
 }

div#ajax-fc-content div#ajax-fc-right {
width: 98px;
 height: 100px;
 float: right;
 }

/* block left: task and pictures */
p#ajax-fc-task {
line-height: 16px;
 font-size: 10px;
 font-family: Verdana, Tahoma, Arial;
 color: #18779d;
 }
p#ajax-fc-task span {
color: #66a70b;
 font-weight: bold;
 }

ul#ajax-fc-task {
width: 190px;
 height: 18px;
 list-style-type: none;
 margin: 6px 0 0 0;
 padding: 5px 0 0 2px;
 }

/* block right: cycle and backlink */
ul#ajax-fc-task li {
float: left;
 margin-right: 1px;
 margin-top: 6px;
}
p#ajax-fc-circle {
width: 79px;
height: 79px;
background: transparent url(../../-images/left-column-background.png) repeat-y;
border: 1px solid #07515e;
}
img#ajax-fc-backlink {
}

/* left and right png borders */
div#ajax-fc-corner-spacer {
height: 99px;
 }
img.ajax-fc-border {
margin-top: -3px;
 }
img.ajax-fc-border#ajax-fc-left {
margin-left: 2px;
 }
img.ajax-fc-border#ajax-fc-right {
margin-left: 307px;
 }

/* items */
.ajax-fc-highlighted {
cursor: pointer;
 z-index: 102}

/* rounded corners */
.ajax-fc-r1{
margin: 0 5px } .ajax-fc-r2{
margin: 0 3px } .ajax-fc-r3{
margin: 0 2px } .ajax-fc-r4{
margin: 0 1px;
 height: 2px }

/* FANCY CAPTCHA ENDS */
