@CHARSET "UTF-8";
html, body { height:100%;}
body { margin:0; background-color:#FFFFFF;}

#altContent {
	z-index: 0;
	position: absolute;
	top:0;
	left: 0;
	display:none;
}

#flashcontent {
	z-index: 55;
	position: relative;
	top:0;
	left: 0;
	z-index: 1;
}

a.pinklink , a:visited.pinklink, a:active.pinklink {
	color: #FF0082;
	text-decoration: underline;
}

#transbk {
	background: #FFFFFF;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	overflow:hidden;
	position: absolute;
	top:0;
	left:0;	
	display:none;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity: 0;
	opacity: 0;	
	z-index:22;
}


.popupdiv { 
position:absolute;
top:25%;
left:25%;
width: 50%;
z-index: 24;
display:none;
 }

#popup {
	
	background: url('../images/popup-bk.png') no-repeat 0 0;
	width: 548px;
	height:235px;
	margin: 0 auto;			
	font-family: Lucida, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode";
	font-size: 10px;
	color: #333;
	line-height: 24px;
	z-index: 44;
}

#popup a {
	position: relative;
}

#popup p {
	margin:0;
	padding:0;
}

#popup .close {
	float:right;
	margin-top: 26px;
	margin-right: 25px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#popup .description {
	padding-top: 120px;
	padding-left: 55px;
	max-width : 444px;
	width: 444px;
}
