﻿.DialogContainer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.DialogShader {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
}

.DialogPositioner {
	position: relative;
	margin: 0px auto 0px auto;
	width: 500px;
	height: 100%;
}

.DialogBox {
	position: absolute;
	left: 0px;
	top: 116px;
	right: 0px;
	height: 509px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
	background-image: url(../Images/Application/Dialog/Tile.gif);
	background-repeat: repeat-x;
	border: solid 3px #d5e1d5;
	color: #537746;
	font-family: Lucida Sans Unicode, Lucida Grande;
	font-size: 11px;
}

.DialogBox a {
	color: #878787;
}

.DialogHeader {
	height: 80px;	
}

.DialogCloseButton {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 22px;
	height: 20px;
}

.DialogTitle {
	padding: 23px 26px 5px 26px;
	font-family: Georgia;
	font-size: 21px;
	color: #537746;
}

.DialogDescription {
	padding: 0px 26px 0px 26px;
}

.DialogContent {
	position: absolute;
	left: 0px;
	top: 80px;
	right: 0px;
	bottom: 0px;
}