img { behavior: url("/captcha/iepngfix.htc"); }

/* FANCY CAPTCHA STARTS */
.ajax-fc-container 
{
	width: 247px; 
	background:url("/captcha/imgs/background.png") no-repeat top left;  
	color:#fff;  
	margin:0;
	margin-left	: -1px;
	margin-top	: 15px;
	margin-bottom: 10px;
	height:94px;
	position: relative;
}

/* rounded corners */
.ajax-fc-rtop, .ajax-fc-rbottom
{ 
	display:block; 
	background: white; 
}

.ajax-fc-rtop *, .ajax-fc-rbottom *
{ 
	display: block; 
	height: 1px; 
	overflow: hidden; 
	background:#a8d7ea; 
}

/* describes left and right boxes */
div#ajax-fc-content 
{ 
/*	position: absolute;  */
	margin-top: 0px; 
	margin-left: 0px; 
	width: 247px; 
	height: 94px; 
	/*background: url("/captcha/imgs/bg-content-div.png"); */
}

div#ajax-fc-content div#ajax-fc-left 
{ 
	float: left; 
/*
	width: 200px; 
	height: 100px; 
*/
}

div#ajax-fc-content div#ajax-fc-right 
{ 
	position	: absolute;
	top				: 10px;
	right			: 0;
	width			: 80px; 
	height		: 79px; 
	float			: right; 
}

div#ajax-fc-right 
{
	z-index		: 0;
}
/* block left: task and pictures */
p#ajax-fc-task 
{ 
	line-height				: 14px; 
	margin						: 0; 
	padding						: 0;
	padding-left			: 12px;
	padding-top				: 12px;
	font-size					: 9px; 
	font-family				: Arial, Verdana, Tahoma, Arial; 
	color							: #595858; 
}
p#ajax-fc-task span 
{ 
	color: #31a3c8; 
	font-weight: bold; 
}

ul#ajax-fc-task 
{ 
	list-style	: none; 
	position		: absolute;
	left				: 7px;
	bottom			: 5px;
	z-index			: 10;
/*
	width: 190px; 
	height: 18px; 
	background: url("imgs/bg-items.png") -4px 0px; 
	background-repeat: no-repeat; 
	margin: 6px 0 0 0; 
	padding: 5px 0 0 2px; 
*/
}

/* block right: cycle and backlink */
ul#ajax-fc-task li 
{ 
	z-index			: 10;
	line-height	: 100%;
	float: left; 
	margin-top: 6px;
}

p#ajax-fc-circle 
{ 
/*
	position: absolute; 
	top			: 0px;
	right		: 0px;
	margin: 18px 0 0 15px;  
*/
	z-index	: 1;
	margin	: 0;
	padding	: 0;
	width: 73px; 
	height: 76px; 
	background: url("/captcha/imgs/circle.png"); 
	background-repeat: no-repeat; 
}

img#ajax-fc-backlink { position: absolute; margin-top: 1px; margin-left: 6px; border: 0px; z-index: 101; }

/* left and right png borders */
div#ajax-fc-corner-spacer 
{ 
/*	height: 99px;  */
}
img.ajax-fc-border { position: absolute; 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 */
