#dialogBox
{
	display: none;
	position: absolute;
	width: 500px;
	height: 500px;
	z-index: 999;
}

/* dialog box header */
#dialogBoxTitleBar
{	
	height: 27px;
	width: 100%;
	float: left;
}

#dialogBoxTitleLeft
{
	float: left;
	width: 10px;
	height: 27px;
	background-image: url(../images/dialogBoxTopLeft.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#dialogBoxTitleRight
{
	float: right;
	width: 34px;
	height: 27px;
	cursor: pointer;
	background-image: url(../images/dialogBoxTopRight.gif);
	background-position: right;
	background-repeat: no-repeat;
}

#dialogBoxTitleBarInner
{
	height: 27px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	background-image: url(../images/dialogBoxTopCenter.gif);
	background-position: left;
	background-repeat: repeat-x;
}

#dialogBoxTitle
{
	padding-top: 5px;
	font-weight: bold;
	font-size: 14px;
	margin-left: 50px;
	margin-right: 50px;
	color: #ffffff;
}

/* content */

#dialogBoxBackground
{
	float: left;
	background-image: url(../images/dialogBoxbackgroundTop.gif);
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #ffffff;	
}

#dialogBoxContentOuter
{
	float: left;
	background-image: url(../images/dialogBoxbackgroundBottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#dialogBoxContent
{
	margin: 20px;
}

/* footer */
#dialogBoxFooter
{
	float: left;
	width: 100%;
	height: 10px;
}

#dialogBoxFooterLeft
{
	width: 10px;
	height: 10px;
	background-image: url(../images/dialogboxbottomleft.gif);
	float: left;
}

#dialogBoxFooterRight
{
	width: 10px;
	height: 10px;
	background-image: url(../images/dialogboxbottomright.gif);
	float: right;
}

#dialogBoxFooterInner
{
	background-image: url(../images/dialogboxbottom.gif);
	background-position: left;
	background-repeat: repeat-x;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

#bgoverlay
{
	display: none;
	position: absolute; 
	top: 0px; 
	left: 0px; 
	z-index: 20; 
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

