#popup
{
	position:absolute;
	width:500px;
	height:400px;
	top:-450px;
	left:-100px;
	z-index:3000;
	border:solid black 1px;
	
}

#popuptitle
{
	width:500px;clear:right;float:left; 
	
	color:white;font-size:10px;text-align:right;height:30px;
	line-height:30px;vertical-align:middle;
	background-color:#d71c38;
	
	
}
#popuptitlelink
{
	cursor:pointer;text-decoration:none;color:#FFFFFF;font-size:9pt;font-weight:bold;
}
#popupcontentscontainer
{
	text-align:left;
	height:370px;width:500px;clear:left;float:left;background-color:#FFFFFF;
	color:#000000;
	
	background-repeat:no-repeat;
	overflow:auto;
}
