@charset "utf-8";
.overlayholdersize {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	display: none;
}

.overlayholdersizeblock {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	display: block;
}

.emailfriendsize {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:100;
	display: none;
}

.overlaybgsize {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:101;
	visibility: inherit;
	background-color: #000000;
	filter:alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity:0.7;
}

.popupcontainersize {
	position:relative;
	z-index:110;
	visibility:inherit;
	height: auto;
	width: 500px;
	margin:0px auto;
}
.cornertopleft {
	background-image: url(ppp_tlcnr.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 25px;
	width: 25px;
}


.popupsize {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	visibility:inherit;
	height: auto;
	width: auto;
}
.cornertopright {
	background-image: url(ppp_trcnr.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 25px;
	width: 25px;
}
.cornerbottomleft {
	background-image: url(ppp_blcnr.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 25px;
	width: 25px;
}
.cornerbottomright {
	background-image: url(ppp_brcnr.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 25px;
	width: 25px;
}
.sidetop {
	background-image: url(ppp_top.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 25px;
	width: auto;
}
.sidebottom {
	background-image: url(ppp_bottom.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	height: 25px;
	width: auto;
}
.sideleft {
	background-image: url(ppp_left.png);
	background-repeat: repeat-y;
	background-position: left center;
	height: auto;
	width: 18px;
}
.sideright {
	background-image: url(ppp_right.png);
	background-repeat: repeat-y;
	background-position: right center;
	height: auto;
	width: 18px;
}
.popupcenter {
	height: auto;
	background-color: #555555;
	width: auto;
}
.outersize {
	height: 25px;
	width: 100%;
}
.innersize {
	height: 100%;
	width: 100%;
}
.popupheadersize {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	visibility:inherit;
	height: 30px;
	width: auto;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.popupheadertext {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	visibility:inherit;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	vertical-align: top;
}
.popupheaderclsbtn {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	display:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	height: 30px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;
	width: 30px;
}
.popupbodysize {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	visibility:inherit;
	height: auto;
	width: auto;
}
.popupbodytext {
	position:relative;
	left:0px;
	top:0px;
	z-index:111;
	visibility:inherit;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: justify;
	vertical-align: top;
	padding: 10px;
}
#popupbody a{
	color: #FFFFFF;	
}	