body{
	padding: 0;
	margin: 4px;
	text-align: center;
	font: normal 80% Arial, sans-serif;
}

#document{
	margin: 0 auto; 
	width: 445px; 
	text-align: left; 
}

#popupHeading {
	width: 442px;
	background-color: #CC0202;
	height: 61px;
}

#popupBody {
	width: 442px;
	height: 420px;
}

#popupFooter {
	width: 442px;
	height: 24px;
	background-image: url(../media/images/popup_footer_bg.gif);
	background-repeat: repeat;
	
}

#popupFooter img
{
	border:none 0 white;
}

.popupLeft {
	width: 130px;
	float: left;
	text-align: center;
}

#popupLeft 
{
	float: left;
	margin: 0;
	padding:0;
	list-style-type:none;
}

#popupLeft img
{
	border:none 0 white;
	margin:4px;
	padding-left:12px;
}

#popupLeft li
{
	margin:10px 0 0 20px;
}

#popupLeft a
{
	background-image: url(../media/images/popup/previewBorderGray.gif);
	display:block;
	text-align:center;
	width: 63px;
	height: 75px;
	padding:0;
}

#popupLeft a.selected
{
	background-image:url(../media/images/popup/previewBorderRed.gif);
}

#popupLeft img
{
	margin:8px 0 0 -2px;
	padding:0;
}

.popupRight {
	width: 312px;
	float: right;
	text-align: center;
}

h1.popup {
	color: #fff;
	letter-spacing: -1px;
	font-size: 200%;
	padding-top: 0px !important; padding-top: 15px;
}


