#SelLay {
	margin: 0px;
	padding: 0px;
	width: 450px;
	z-index:1;
	border: 1px solid #cccccc;
	background-color: #FFF;
	filter:alpha(opacity=95); /*IE*/
	-moz-opacity:0.95; /*FF*/
	opacity:0.95;
}

#SelLay iframe {
	background-color: #FFF;
	border: none;
}

#SelLay .sel_bg {
	background-image: url(popbg.gif);
	background-repeat: repeat-x;
}

#SelLay .topbar {
	width: 450px;
	height: 30px;
	color: #666666;
	vertical-align: middle;
	line-height: 1em;
	cursor: move;
}
#SelLay .cont {
	width: 450px;
	background-color: #FFF;
}
#SelLay .bottombar {
	width: 450px;
	height: 20px;
	background-image: url(popbg.gif);
	background-repeat: repeat-x;
	background-position: top;
	line-height: 20px;
}
