/* TEMP */
body {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

* html #grayLayer { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

.grayLayer {
	position: fixed;
	background-image: url(../images/overlay.png);
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/overlay.png',sizingMethod='scale');
	background: none;
    top: 0px;
    left: 0px;
    z-index: 90;
    width: 100%;
    height: 100%;
}

.grayLayer[class] {
	/* hack to deal with IE's limited support of PNG */
	background-image: url(../images/overlay.png) !important;
}

#dialogWrapper {
	position: absolute;
	top: 0px;
	z-index: 100;
	text-align: center;
	width: 100%;
}

/* Dialog box basics */
.dialogTitle {
	float: left;
	font: normal normal normal 24px/30px Arial, sans-serif;
	color: #a9ea4b;
	text-align: left;
	margin: 0px 0px 0px 16px;
}

.dialogRectangleBox .dialogTitle {
	margin: 0px 0px 0px 2px;
}

.dialogClose {
	float: right;
	font: normal normal normal 14px Arial, sans-serif;
	text-align: left;
	margin: 0px 16px 0px 0px;
	padding-top: 8px;
}

.dialogRectangleBox .dialogClose {
	margin: 0px 2px 0px 0px;
}

.dialogClose a {
	color: #a9ea4b;
}

.dialogRoundedBox .top .leftCorner {
	clear: both;
	height: 6px;
	width: 6px;
	float: left;
	background-image: url(../images/gs_border_top_left.gif);
	line-height:6px;
}

.dialogRoundedBox .top .middle {
	height: 6px;
	float: left;
	background: url(../images/gs_border_edge.gif) #fff repeat-x top;
	line-height:6px;
}

.dialogRoundedBox .top .rightCorner {
	height: 6px;
	width: 6px;
	float: left;
	background-image: url(../images/gs_border_top_right.gif);
	line-height:6px;
}

.dialogRoundedBox .dialogContent {
	clear: both;
	background-color: #fff;
	border-left: solid 2px #21d3d3;
	border-right: solid 2px #21d3d3;
	text-align: left;
	padding: 2px 16px;
}

.dialogRectangleBox .dialogContent {
	clear: both;
	background-color: #fff;
	text-align: left;
	padding: 0;
}

.dialogRoundedBox .bottom .leftCorner {
	height: 6px;
	width: 6px;
	float: left;
	background-image: url(../images/gs_border_bottom_left.gif);
	line-height:6px;
}

.dialogRoundedBox .bottom .middle {
	height: 6px;
	float: left;
	background: url(../images/gs_border_edge.gif) #fff repeat-x bottom;
	line-height:6px;
}

.dialogRoundedBox .bottom .rightCorner {
	height: 6px;
	width: 6px;
	float: left;
	background-image: url(../images/gs_border_bottom_right.gif);
	line-height:6px;
}

.dialogRoundedBox .bottom {
	margin-bottom: 20px;
}

/* Dialog box Large */
.dialogRoundedBox.large, .dialogRectangleBox.large {
	width: 860px;
	margin: 20px auto;
}

.dialogRoundedBox.large .middle {
	width: 816px;
	padding: 0px 16px;
}

/* IE6 Hack */
* html .dialogRoundedBox.large .middle {
	width: 812px;
}

.dialogContent.large {
	width: 856px;
}

.dialogRectangleBox .dialogContent {
	border: solid 2px #21d3d3;
}

/* Dialog box small */
.dialogRoundedBox.small, .dialogRectangleBox.small{
	width: 440px;
	margin: 20px auto;
}

.dialogRoundedBox.small .middle {
	width: 396px;
	padding: 0px 16px;
}

.dialogContent.small {
	width: 436px;
}
/* Dialog box medium */
.dialogRoundedBox.medium, .dialogRectangleBox.medium {
	width: 510px;
	margin: 20px auto;
}

.dialogRoundedBox.medium .middle {
	width: 466px;
	padding: 0px 16px;
}

.dialogContent.medium {
	width: 506px;
}
