div#cc-window 
{
	position: absolute;
	width: 90%;
	visibility: hidden;
	z-index: 0;
}
div#cc-window #cc-window-header
{
	width: 100%;
	margin: 0px;
	padding: 5px 0 0;
	color: #000;
	background: #C8C866;
}
div#cc-window #cc-window-header table
{
	background: #C8C866;
}
div#cc-window #cc-window-title
{
	font-family: Helvetica;
	font-size: 9pt;
	font-weight: bold;
}
div#cc-window #cc-window-content
{
	width: 100%;
	margin: 0px;
	padding: 5px;
	background: #FFC;
	border: 2px solid #C8C866;
	font-family: Arial;
	font-size: 9pt;
}

.select-free
{
	position:absolute;
	z-index:10;
	cursor:move;

	overflow:hidden;/*must have*/
	width:33em;/*must have for any value*/;
	
}
.select-free iframe
{
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:3000px;/*must have for any big value*/
	height:3000px/*must have for any big value*/;
}

iframe.cc
{
	background: url(/templates/images/loading.gif) no-repeat center center;
}
