.hidden{ display: none; visibility: hidden; }
/* basic overlay styling */
#ov_holder{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10001;
}
#ov_shadow{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	
}

#ov{
	position: absolute;
	top: 4%;
	left: 4%;
	width: 92%;
	height: 92%;
}

#ov iframe{
	border: 0px;
	width: 100%;
}

#ov_content{
	clear: left;
	margin: 10px 10px;
	height: 100%;
}

/* White skin by James */
#ov_holder.white #ov{
	background-color: #fff;
	border: 1px solid #999;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
#ov_holder.white #ov_corner{
	float: left;
	margin: -18px 8px 0px -18px;
}
#ov_holder.white #ov_close{
	float: right;
	margin: -8px -8px 0px 4px;
	/*padding: 0px 4px 1px 4px;*/
	font-size: 12pt;
	color: #444;
	cursor: pointer;
	font-weight: bold;
	font-family: arial;
}
#ov_holder.white #ov_close:hover{
	color: #5454f9;
}
#ov_holder.white #ov_title{
	margin: 4px 0px;
	font-size: 12pt;
}

