#popupBackground{
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}
#popup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding: 10px;
}
#popupTitle {
	float: left;
	font-size: 17px;
	font-family: Trebuchet MS;
	font-weight: bold;
	width: 85%;
	color: #F8AB1D;
}
#popupClose{
	background: url(./close.gif) no-repeat right center;
	float: right;
	font-size: 12px;
	font-family: Trebuchet MS;
	width: 15%;
	height: 16px;
	cursor: pointer;
}
#popupImage {
	width: 100%;
	height: 50px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
#popupContent {
	font-size: 14px;
	font-family: Trebuchet MS;
	text-align: justify;
}
#popupButtons {
	text-align: center;
	width: 100%;
	padding: 10px;
}
.button_Ok{
	border: 1px solid #666666;
	background:url("background_button_ok.gif") repeat-x left;
	height:20px;
	padding-left:16px;
	font-family: Trebuchet MS;
	font-size: 7.5pt;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
}
.button_Cancel{
	border: 1px solid #666666;
	background:url("background_button_cancel.gif") repeat-x left;
	height:20px;
	padding-left:16px;
	font-family: Trebuchet MS;
	font-size: 7.5pt;
	font-weight: normal;
	color: #333333;
	cursor: pointer;
	margin-right: 15px;
	margin-left: 15px;
}