@CHARSET "UTF-8";

.modal
{
 position:absolute;
 left:0;
 top:0;
 background-color:#999999;
 z-index: 40;
 opacity:0.6;
 filter:alpha(opacity=60);
}

.dialog 
{
 position: absolute;
 z-index: 50;
 border: 1px;
 border-style: solid;
 border-color: #cf9547;
 background-color: #ffffff;
 overflow: hidden;
}

.titleText
{
 padding-left: 5px;
 font-family: arial;
 font-size: 14px;
 font-weight: bold;
 color: white;	
}

.titleBar
{
 position: absolute;
 left: 0px;
 top: 0px;
 right: 0px;
 height: 20px;
 background-color: #b9a080;	
 padding-top: 2px;
 padding-bottom: 2px;
}

.dialogBody
{
	position: absolute;
	top: 15px;
	left: 5px;
	right: 5px;
	font-family: arial;
	font-size: 14px;
	overflow: hidden;
	color: #000000;
}

.dialogText
{
	font-family: arial;
	font-size: 12px;
	color: #cf9547;
}

.buttonContainer
{
	position: absolute;
	bottom: 5px;
}

.buttonClass
{
	text-align: center;
	padding: 3px;
	margin: 2px;
}
