#FormDialogBg {
	background:	url(../../media/images/skin_default/FDBackground.png) repeat;
	height:		100%;
	left:		0;
	position:	fixed;
	top:		0;
	width:		100%;
	z-index:	995;
	display:	none;
}

#FormDialog {
	background:					#FFFFFF;
	border:						1px solid #AAAAAA;
	border-radius:				2px;
	left:						50%;
	margin-left:				-550px;
	padding:					0px;
	position:					absolute;
	top:						10px;
	width:						1100px;
	z-index:					996;
}

#FDTitleBar {
	background:					-moz-linear-gradient(bottom,#EEEEEE,#F8F8F8); /* Firefox */
	background:					-webkit-gradient(linear,left top,left bottom,from(#EEEEEE),to(#F8F8F8)); /* Chrome, Safari */
	border-bottom:				1px solid #AAAAAA;
	border-top-left-radius:		2px;
	border-top-right-radius:	2px;
	height:						20px;
	padding:					5px;
	width:						auto;
}

#FDTitleBar img {
	float:			right;
}

#FDContentInner {
	padding:			15px;
	height:				auto;
	width:				auto;
}

.DialogScrollArea {
	max-height:		630px;
	overflow:		auto;
	width:			inherit;
}