.modal .modalContent .notice,.modal .modalContent .error,.modal .modalContent .ok
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: #f9f9f9;
}
.modal
{
	padding: 0;
	background: #e7e8e9;
	border: 1px solid #d0d1d3;
	min-width: 260px;
	top: 328px !important;
}
.modalOverlay
{
	background-color: #000;
}
.modal .modalHandle
{
	position: relative;
	cursor: default;
	height: 33px;
}
.modal .modalClose
{
	float: right;
	cursor: pointer;
	height: 23px;
	width: 23px;
	margin: 6px 6px 0px 0px;
	background: url("/lib/modal/images/close.gif") no-repeat;
}
.modal .modalContent
{
	position: relative;
	clear: both;
	padding: 0px 26px 22px 26px !important;
	color: #000;
	font-weight: bold;
	font-size: 12px !important;
}
.modal .modalResize
{
	background: url("/lib/modal/images/resize.gif");
	width: 15;
	height: 15;
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: se-resize;
}
.modal .modalAjax
{
	clear: both;
	padding: 20;
	overflow: auto;
}
* html .modal .modalAjax
{
	width: 100%;
}
.modal .modalButtons
{
	text-align: center;
	margin: 0 0 20 0;
}
.modal .modalButton
{
	border: 1px solid #d5d5d5;
	background: #eee !important;
	margin: 0 5;
	width: 100;
}
#loading
{
	background: url("/lib/modal/images/loading.gif") no-repeat;
	width: 16;
	height: 16;
}
