.modal .modalContent .notice,.modal .modalContent .error,.modal .modalContent .ok
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	background: #f9f9f9;
}
.modal
{
	padding: 0;
	background: #f9f9f9;
	border: 1px solid #d5d5d5;
	min-width: 260px;
}
.modalOverlay
{
	background-color: #FFF;
}
.modal .modalHandle
{
	background-color: #f1f1f1;
	cursor: move;
	height: 24;
}
.modal .modalClose
{
	float: right;
	cursor: pointer;
	height: 24;
	width: 24;
	background: url("/lib/modal/images/close.gif") no-repeat;
}
.modal .modalContent
{
	clear: both;
	padding: 20;
	text-align: center;
}
.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;
}