div.popupDialog div.header
{
	height: 45px;
	overflow: hidden;
	position: relative;
	cursor: default;
}
div.popupDialog div.header div.l
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 5px;
	height: 45px;
	background-image: url(dialog/top_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
}
div.popupDialog div.header div.r
{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 5px;
	height: 45px;
	background-image: url(dialog/top_right.gif);
	background-position: top right;
	background-repeat: no-repeat;
}
div.popupDialog div.header div.close
{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 28px;
	height: 15px;
	background-image: url(dialog/close.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}
div.popupDialog div.header h5
{
	color: white;
	font-size: 15px;
	font-family: Arial;
	font-weight: bold;
	height: 45px;
	padding: 15px 10px 10px 10px;
	margin: 0px 5px;
	background-image: url(dialog/top.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
div.popupDialog div.popupContent
{
	background-image: url(dialog/left.gif);
	background-position: top left;
	background-repeat: repeat-y;
}
div.popupDialog div.popupContent iframe
{
	background-color: white;
	background-image: url(dialog/right.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: auto;
	width: 453px;
	padding: 0px;
	margin: 0px 0px 0px 5px;
	border: 0px;
}
div.emailDialog div.popupContent iframe
{
	height: 240px;
}
div.enquiryDialog div.popupContent iframe
{
	height: 340px;
}
div.popupDialog div.footer
{
	background-image: url(dialog/left.gif);
	background-position: top left;
	background-repeat: repeat-y;
	position: relative;
}
div.popupDialog div.footer div.footer-img
{
	background-image: url(dialog/right.gif);
	background-position: top right;
	background-repeat: repeat-y;
}
div.popupDialog div.footer div.l
{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 45px;
	background-image: url(dialog/bottom_left.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div.popupDialog div.footer div.r
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 45px;
	background-image: url(dialog/bottom_right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.popupDialog div.footer div.footer-buttons
{
	height: 41px;
	background-color: #dfdfdf;
	padding: 10px;
	margin: 0px 5px;
	background-image: url(dialog/bottom.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}
div.popupDialog div.footer div.footer-buttons button
{
	position: absolute;
	bottom: 10px;
	right: 10px;
}
.popupDialogMask
{
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
}