
/* Modal Styles */

.CommonModalMask
{
	opacity: .4;
	filter: alpha(opacity=40);
	background-color: #333;
}

.CommonModal
{
	background-color: #fff;
	border: solid 1px #fff;
}

.CommonModalTitle
{
	/*border-bottom: solid 1px #333;
	padding: 8px 0 2px 0;
	font-size: 150%;
	margin: 0 8px;
	font-weight: bold;
	color: #333;
	cursor: move;
	min-height: 24px;*/
	cursor: move;
	min-height: 3px;	
}

.CommonModalContent
{
	background-color: #fff;
}

.CommonModalFooter
{
	width: 100%;
	height: 3px;
}

.CommonModalClose
{
	width: 16px;
	height: 15px;
	background-image: url(../images/close.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	right: 3px;
	top: 3px;
	margin: 0;
}

.CommonModalResize
{
	width: 12px;
	height: 12px;
	background-image: url(../images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden;
	position: absolute;
	right: 3px;
	bottom: 3px;
	cursor: se-resize;
}