﻿/* Dialog */

#dialog-bg
{
	position:absolute;
	z-index:500;
	top: 0px;
	left: 0px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	clear:both; float:none;
}
.dialog-head
{
clear:both; float:none; height:35px; line-height:35px; margin:0px;	background:#FFF; border-bottom:1px solid #CCC
}
#dialog-title
{
	margin:0px; padding:1px 5px; font-size:11pt; float:left;
}
.dialog-menu
{
 width:50px; float:right;padding:5px; text-align:right; 
}
a.dialog-btnClose
{
 width:20px; height:20px; margin-top:5px; display:block; background:url(images/btnClose.gif) no-repeat center bottom; float:right
}
a.dialog-btnClose:hover
{
	_margin-top:6px; background:url(images/btnClose.gif) no-repeat center top;	
}
.dialog-body
{
	  margin:0px; padding:0px; background:#FFF; width:100%;
}
.dialog-page
{
	position:absolute;
	z-index:1000;
	text-align:left;
	margin:0px;
	padding:0px;
	background:#FFF;
	border:1px solid #444; border-right-width:3px;border-bottom-width:3px;
}

/* MessageBox */

.message-bg-none
{
	position: absolute;
	z-index:500;
	top: 0px;
	left: 0px;
	background:#FFF;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
.message_bg
{
	position: absolute;
	z-index:500;
	top: 0px;
	left: 0px;
	background:#000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.message_body
{
	  margin:0px; height:100%; width:100%;
}
#message-page
{
	position:absolute;
	z-index:1000;
	text-align:left;
	margin:0px;
	border:1px solid #525252;
}
.message-title
{
	text-align:left; vertical-align:middle; float:left;
	font-weight:bold; padding:2px 0px 0px 5px;
	font-size:small;  height:23px; display:inline; line-height:20px
}
.message_head
{
    height:50px; -moz-border-radius:5px 5px 0px 0px;
}
html > body .message_head h2
{
    width:50%; margin:0px; font-size:small; float:left; height:25px; line-height:25px; padding:0px 0px 0px 5px;
}

*html body .message_head h2 /*IE6*/
{
    margin:0px; padding:0px 0px 0px 3px; font-size:smaller; float:left; height:25px; line-height:25px;  padding:0px 0px 0px 5px;
}
