/**
 * POPUP CONTAINER STYLES
 */
#searchPopupMask {
	position: absolute;
	z-index: 200;
	top: 0px;
	left: 0px;
	
	background-color: #151410;
	filter: alpha(opacity = 60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	display:none;
}
#searchPopupContainer {
	position: absolute;
	z-index: 201;
	top: 0px;
	left: 0px;
	display:none;
	padding: 0px;
}

#theLayer {
	display:none;
	position: absolute;
	z-index: 202;
	border: solid 1px #424242;
	background-color:#FFFFFF;
}
