.DialogContainer{
	width				: 900px;
	height				: 500px;
	overflow			: auto;
	padding				: 40px 0px 30px 0px;
	color				: #000000;
	font-size			: 12px;
	font-family			: Arial, Helvetica, sans-serif;
}

.DialogPane {
	padding				: 0px 100px;
	overflow			: auto;
	idth				: 700px;
	height				: 460px;
}

.close {
	position			: absolute;
	right				: 10px;
	top					: 10px;
	cursor				: pointer;
}