.overlay_dialogMod
{
	background-color: #666666;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}


.dialogMod_nw
{
	width: 9px;
	height: 23px;
	background: transparent url(default/top_left.gif) no-repeat 0 0;
}

.dialogMod_n
{
	background: transparent url(default/top_mid.gif) repeat-x 0 0;
	height: 23px;
}

.dialogMod_ne
{
	width: 9px;
	height: 23px;
	background: transparent url(default/top_right.gif) no-repeat 0 0;
}

.dialogMod_e
{
	width: 2px;
	background: transparent url(default/center_right.gif) repeat-y 0 0;
}

.dialogMod_w
{
	width: 2px;
	background: transparent url(default/center_left.gif) repeat-y 0 0;
}

.dialogMod_sw
{
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_left.gif) no-repeat 0 0;
}

.dialogMod_s
{
	background: transparent url(default/bottom_mid.gif) repeat-x 0 0;
	height: 19px;
}

.dialogMod_se
{
	width: 9px;
	height: 19px;
	background: transparent url(default/bottom_right.gif) no-repeat 0 0;
}

.dialogMod_sizer
{
	width: 9px;
	height: 19px;
	background: transparent url(default/sizer.gif) no-repeat 0 0;
	cursor: se-resize;
}

.dialogMod_close
{
	width: 14px;
	height: 15px;
	background: transparent url(default/close.gif) no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 8px;
	cursor: pointer;
	z-index: 2000;
}



.dialogMod_minimize
{
	width: 14px;
	height: 15px;
	background: transparent url(default/minimize.gif) no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 28px;
	cursor: pointer;
	z-index: 2000;
}

.dialogMod_maximize
{
	width: 14px;
	height: 15px;
	background: transparent url(default/maximize.gif) no-repeat 0 0;
	position: absolute;
	top: 5px;
	left: 49px;
	cursor: pointer;
	z-index: 2000;
}

.dialogMod_title
{
	float: left;
	height: 14px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	text-align: center;
	width: 100%;
	color: #000;
}

.dialogMod_content
{
	overflow: auto;
	color: #000000;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 10px;
	background: #FFF;
}

.dialogMod_window
{
	border: 1px solid #F00;
	background: #FFF;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
}

.dialogMod_message
{
	font: 12px arial;
	text-align: left;
	width: 100%;
	padding-bottom: 10px;
}

.dialogMod_buttons
{
	text-align: left;
	width: 100%;
}

.dialogMod_buttons input
{
	width: 20%;
	margin: 10px;
}

.dialogMod_buttons .ok_button
{
	width: 20px;
	height: 20px;
	background: transparent url(default/close.gif) no-repeat 0 0;
	position: absolute;
	border: none;
	border-style: none;
	top: -4px;
	right: 5px;
	cursor: pointer;
	z-index: 2000;
}

.dialogMod_progress
{
	float: left;
	margin: auto;
	text-align: center;
	width: 100%;
	height: 16px;
	background: #FFF url( 'alert/progress.gif' ) no-repeat center center;
}


.dialogMod_wired_frame
{
	display: block;
	position: absolute;
	border: 1px #000 dashed;
}


