﻿/* Modal popup */
div#modalPopupBackground
{
	display:none;
	width:100%;
	height:100%;
	min-height:100%;
	top:0px;
	left:0px;
	position:absolute;
	z-index:1;
	background-color:#000000;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
}

div#modalPopupHolder
{
	display:none;
	width:830px;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-450px;
	/*margin-top:-50px;*/
	z-index:99;
}

div#modalPopupTop
{
	height:30px;
   	background-image:url(../gfx/modal_top.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

div#modalPopupTop img
{
	float:right;
}

div#modalPopupBody
{
	padding:0px 20px 0px 10px;
   	background-image:url(../gfx/modal_body.gif);
	background-position:top left;
	background-repeat:repeat-y;
}

div#modalPopupBottom
{
	height:15px;
   	background-image:url(../gfx/modal_bottom.gif);
	background-position:top left;
	background-repeat:no-repeat;
}
