.popUpWrapper
{
width:100%;
height:100%;
position:fixed;
display:none;
background-image:url('../images/body_tile_bg.png');
z-index: 100;
}
.popUpWrapperInside
{
width:450px;
height:180px;
margin-left:auto;
margin-right:auto;
background:#fff;
margin-top:15%;
position:relative;
text-align: center;
padding-bottom:30px;
}
.popUpWrapperInside .divRight img
{
cursor:pointer;
width="23px;
height:23px;
}
.popUpWrapperInside p
{
	font-family:Calibri;
	font-size: 13px;
	color:#666;
	margin-top:70px;
}
.popUpWrapperInside div
{
	text-align:center;
}