/*style for the pop-up div*/
div#popup {
	position:absolute;
	left:10px; top:10px;
	z-index:100;
	width:407px;
	/*height:407px;*/
	border:1px solid #c7c7c6;
	background:#fff;
	visibility:hidden;
}

div#popmain {
	position:relative;
	border-top:12px solid #da6d83;
	border-bottom:11px solid #da6d83;
	/*height:384px;	*/
	width:100%;
}
div#popbanner {
	position:relative;
	width:100%;
	height:61px;
	background:url("images/popbanner_pink.png") center center no-repeat;
}
div#popbanner img.poplogo {
	position:relative;
	margin:9px 0 0 18px;
}

div#popmain div#poptable_holder {
	text-align:center;
	width:90%;
	margin:10px auto 0 auto;
}

div#popmain div#poptable_holder div.headings {
	color:#c61f1b;
	font-size:23px;
	font-weight:bold;
	margin-bottom:6px;
	font-family:"Futura BT Heavy", "Century Gothic", "Arial";
}

div#popmain div#poptable_holder div.details {
	color:#c61f1b;
	font-size:12px;
	margin-bottom:20px;
}

div#popmain div#popfooter {
	position:relative;
	color:#909090;
	font-size:8px;
	padding:3px 18px 4px 18px;
	border-bottom:6px solid #f2e89f;
	width:371px;
	clear:both;
}
div#popmain div#popfooter a#popclose {
	display:block;
	float:right;
	width:46px;
}
div#popmain div#popfooter a#popclose img {
	border:none;
	width:46px;
	height:10px;
}