/**
	dOvl v0.4
*/

.dOvl-outer {
	position: absolute;
	top: 0;
	left: 0;
}

.dOvl-bg {
	width: 100%;
	height: 100%;
	position: relative;
	background: black;
	opacity: 0.4;
}

.dOvl-wrap {
	position: absolute;
	top: 0;
	border: none;
	width: 100%;
}

.dOvl {
	width: 32px;
	height: 32px;
	border: none;
	background: white;
}

.dOvl-close {
	display: block;
	color: white;
	background: #B22222;
	font: bold 12px Verdana;
	text-align: center;
	width: 16px;
	height: 16px;
	padding: 0 1px 1px 1px;
	border: none;
	position: absolute;
	top: 2px;
	right: 2px;
	text-decoration: none;
}
.dOvl-close:hover {
	text-decoration: none;
}


.dOvl img, .phOvl img {
	background: url("image/img_bg.gif");
}
.dOvl .phOvl img {
	padding: 32px;
	border: 1px solid #3B5F8A;
	background: white;
}
.phOvl-close {
	color: red !important;
	border: 1px solid red;
	background: white;
	top: 5px;
	right: 5px;
}

