.pa_modal_mask {
	filter: alpha(opacity=40); background-color: #333; opacity: .4
}
.pa_modal {
	border:2px solid #eee;
}
.pa_modal_title {
    background-color: #eee;
	border:1px solid #999;
	border-bottom-width: 0px;
	font-weight: bold;
	padding: 4px;
	cursor: move;
	color: #000;
	height: 18px;
}
.pa_modal_title span {
	font-size: 16px;
}
.pa_modal_close {
	float: right;
	background: url(../images/close_new.gif);
	overflow: hidden; width: 16px; height: 16px;
	cursor: pointer;
	background-repeat: no-repeat;
	margin: 1px;
}
.pa_modal_content {
	background-color: #ffffff;
	border-left:1px solid #999;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
}
.pa_modal_footer {
	border-right: #bcd8ff 0px solid; padding-right: 2px; border-top: #bcd8ff 1px solid; padding-left: 2px; padding-bottom: 2px; border-left: #bcd8ff 0px solid; padding-top: 2px; border-bottom: #bcd8ff 0px solid; background-color: #eeeeee;
}
.pa_modal_resize {
	float: right; background-image: url(../images/resize.gif); overflow: hidden; width: 14px; cursor: se-resize; background-repeat: no-repeat; height: 14px
}

