@charset "utf-8";
.popupwrapper
{
	width:400px;
	height:300px;
	border:1px solid;
	background-image:url(popbg.jpg);
	border:1px solid;
	border-color:#FFF;
	position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
	z-index:100;
}


.popupstrp
{
	width:100%;
	height:auto;
	min-height:20px;
	border:0px solid;
	text-align:center;
}
.popupstrptl
{
	width:100%;
	height:auto;
	min-height:30px;
	border:0px solid;
	text-align:center;
	padding-top:6px;
}
.txtbxpop
{
	width:80%;
	height:30px;
	background-color:#FFF;
	font-size:16px;
	color:#999;
	opacity:0.9;
}
.sbmpop
{
	width:80%;
	height:30px;
	background-color:#999;
	font-size:18px;
	color:#FFF;
	border:0px solid;
}
.txtlrgwhte
{
	font-family:Verdana;
	font-size:18px;
	color:#FFF;
}
.txtmedwhte
{
	font-family:Verdana;
	font-size:16px;
	color:#FFF;
}
.txtmedsml
{
	font-family:Verdana;
	font-size:10px;
	color:#FFF;
}
