#fading
{
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;

}

.popup
{
    position: absolute;
	top: 10%;
	left: 30%;
	background: #BB0033; /*#FFE3E3; /*#ddd*/
	padding: 15px 15px;
	border: 5px solid #FFE3E3;
	width: 460px;
	height: 460px;
	z-index: 100;
}

.popup_in {
	width: 100%;
	height: 100%;
	background: #FFE3E3;
	padding: 0px 0px 0px 0px;
	border: 1px solid #660000; /*#dddddd;*/
}
.popup h3 {
	margin: 0 0 5px;
	padding: 5px 10px;
	border-bottom: 1px solid #FFCCCC;/*FFD9D9; /*#bbb*/
	color: #CC0033;
	font: normal normal normal 1.0em "Verdana" "Arial";
}
.popup p {
	padding: 5px 10px;
	margin: 5px 0;
	font: normal normal normal 1.3em "Tahoma" "Arial";
	line-height: 20px
}
img.cntrl {
	position: absolute;
	right: -20px;
	top: -20px;
	border:none;
}

