﻿.divPopupFooter
{
	height:0px;
}

.divPopupItemUnder
{
	position:relative;
	left:0px;
	/*background-image:url(/images/img_popup_spacer.png);*/
	background-repeat:repeat-y;
	height:auto;
	font-size:10px;
	color:#585858;
}

.divPopupSpacer
{
	position:relative;
	left:0px;
	background-image:url(/images/img_popup_spacer.png);
	background-repeat:repeat-y;
	height:10px;

}


.divPopupItem
{
	position:relative;
	background-image:url(/images/img_popup_bg.png);
	background-repeat:no-repeat;
	width:550px;
	height:547px;
	padding-top:5px;
}

.divPopupItemWhite
{
	position:relative;
	left:0px;
	top:10px;	
	width:550px;
	height:auto;
}

.divPopupItemFooter
{
	position:relative;
	left:0px;
	background-image:url(/Images/img_popup_footer.png);
	background-repeat:no-repeat;
	height:17px;
	width:550px;
}

.divPopupExtra
{
	position:relative;
	left:40px;
	width:100px;
	top:-67px;
	color:Gray;
}

.divPopupBackButton
{
	position:relative;
	left:580px;
	top:20px;
	width:100px;
}