.modalDialog_mask {
	filter: alpha(opacity=60); background-color: #EAEAEA; opacity: .4; 
}
.modalDialog 
{
	border-top:solid 1px #189AD6;
	border-left:solid 1px #189AD6;
	border-right:solid 1px #189AD6;
	border-bottom:solid 1px #189AD6;
	background:#EAEAEA;
}
.modalDialog_title {
	background:#189AD6;
	height:30px;
	position:relative;
    overflow: hidden;
}
.modalDialog_title span {
	font-size: 12px;
	font-weight: bold;
	cursor: move;
	color:white;
	line-height:32px;
	padding-left:10px;
	display:block;
    overflow: hidden;
	white-space: nowrap;
	float: left;
	width:25%;
	text-overflow: ellipsis; /* for IE */
}
.modalDialog_title span:after{ content: ""; }/** for Firefox */

.modalDialog_close {
	float: right;
	padding-right:10px;
	background:url(../images/search_close.png) no-repeat;
	 width: 20px; height: 30px; margin-top:4px;
	cursor: pointer;
	vertical-align:middle;
}
.modalDialog_close:hover {
 widows:30px; height:30px; background-color:red;
	
	
}
.modalDialog_minimize {
	float: right;
	background: url(../images/minimize.jpg);
	overflow: hidden; width: 31px; height: 18px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.modalDialog_restore {
	float: right;
	background: url(../images/restore.jpg);
	overflow: hidden; width: 31px; height: 18px;
	cursor: pointer;
	background-repeat: no-repeat;
}
.modalDialog_maximize {
	float: right;
	background: url(../images/maximize.jpg);
	overflow: hidden; width: 31px; height: 18px;
	background-repeat: no-repeat;
}
.modalDialog_content {
	background: url(../images/content.gif) repeat-x 0 top #f4f4f4;
	padding:0 auto;
}
.modalDialog_footer {
	/*background:#666666;*/
	height:1px;
}
.modalDialog_resize {
	float: right;
	background: url(../images/resize.gif);
	background-repeat: no-repeat;
	overflow: hidden; width: 17px; cursor: se-resize; height: 17px
}