﻿.toolTip {position:absolute;
	z-index:10;/*any value*/
	overflow:hidden;/*must have*/}
.selectFree .zcontent {border: 1px solid #507CB6; padding:10px; height: 50px;}

/*
    !!!Hack for IE to make layer position over drop downs.
*/	
.selectFree {display: none; font: 10px Verdana; z-index: 2000; background : #C1DAF0;  width: 200px}

.selectFree 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:200px;/*must have for any big value*/
	height:300px/*must have for any big value*/;
}

