/* FANCY CAPTCHA STARTS */
.ajax-fc-container {
	width: 316px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 85px;
}

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

/* describes left and right boxes */
div#ajax-fc-content { position: absolute; margin-top: -3px; margin-left: 9px; width: 298px; }
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;
	margin: 0;
	float: none;
	width: 100%;
}
p#ajax-fc-task span {
	color: #C00;
	font-weight: bold;
	display: inline;
}

ul#ajax-fc-task {
	width: 190px;
	height: 18px;
	list-style-type: none;
	background: url(imgs/bg-items.png) -4px 0px;
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/* block right: cycle and backlink */
ul#ajax-fc-task li { float: left; margin-right: 1px; margin-top: 6px;}
p#ajax-fc-circle {
	position: absolute;
	width: 79px;
	height: 79px;
	background: url(imgs/circle.png);
	background-repeat: no-repeat;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
img#ajax-fc-backlink { position: absolute; border: 0px; z-index: 101; }

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

/* 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 */

