#waitMessage{
display:none;
position:absolute;
left:250px;
top:190px;
padding:4px;
color:#555;
font-size:0.9em;
font-family:arial;	
}
.select-free
{
    position:absolute;
    z-index:10;
    overflow:hidden;/*must have*/
    width:33em;/*must have for any value*/;
    filter:alpha(opacity=60);	/* Transparency */
    opacity:0.4;	/* Transparency */
    background-color:#333;
    top:0px;
}
.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*/;
}

.select-free .bd{border:solid 0px #aaaaaa;padding:12px;}
#dd1{left:300px;top:200px;width:22em;background:#000a0e;border:none;}
