﻿#divMessageBox
{
	width:360px;
	height:auto;
	z-index:200;
	position:absolute;
	display:none;
	}
#divMessageBox .head
{
	height:28px;
	background:url(Images/MessageBox/title_bg_left.gif) no-repeat left center;
	}
#divMessageBox .head div
{
	float:left;
	}
#divMessageBox .head .headIcon
{
	height:28px;
	width:28px;
	background:url(images/messagebox/titleIcon.gif) center center no-repeat;
	}
#divMessageBox .head .headRight
{
	height:28px;
	width:32px;
	background:url(images/messagebox/title_bg_right.gif) right center no-repeat;
	}
#divMessageBox .head .headRight a
{
	width:22px;
	height:28px;
	display:block;	
	float:right;
	margin-right:3px;
	text-indent:-2000;
	background:url(images/messagebox/close.gif) right center no-repeat;
	opacity:.8;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
#divMessageBox .head .headRight a:hover
{
	opacity:1;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}
#divMessageBox .head #messageboxTitle
{
	width:300px;
	height:28px;
	text-align:left;
	line-height:28px;
	font-weight:bold;
	color:#F0F8FF;
	}
#divMessageBox .content
{
	height:auto;
	}
#divMessageBox .content .content_r
{
	height:auto;
	background-color: #F0FFFF;
	border-left:solid 1px #2C99D2;
	border-right:solid 1px #2C99D2;
	}
#divMessageBox .content .content_b
{
	height:auto;
	background: url(images/messagebox/win_b.gif) center bottom repeat-x;	
	padding-bottom:1px;
	}
#divMessageBox .content .lb
{
	width:3px;
	height:3px;
	position:absolute;
	left:0px;
	bottom:0px;
	background:url(images/messagebox/win_lb.gif) center center no-repeat;	
	}
#divMessageBox .content .rb
{
	width:3px;
	height:3px;
	position:absolute;
	right:0px;
	bottom:0px;
	background:url(images/messagebox/win_rb.gif) center center no-repeat;	
	}
#divMessageBox .content #messageboxContent
{
	padding-left:90px;
	padding-top:10px;
	min-height:70px;
	background-color:#F0FFFF;
	margin:0px 1px;
	height:auto;
	clear:both;
	}
#divMessageBox .content .ask
{
	background:url(images/messagebox/ask.gif) 20px 30px no-repeat;		
	}
#divMessageBox .content .err
{
	background:url(images/messagebox/err.gif) 20px 30px no-repeat;		
	}
#divMessageBox .content .info
{
	background:url(images/messagebox/info.gif) 20px 30px no-repeat;		
	}
#divMessageBox .content .succ
{
	background:url(images/messagebox/right.gif) 20px 30px no-repeat;		
	}
#divMessageBox .bottom
{
	height:28px;
	text-align:center;
	background-color:#F0FFFF;
	margin:0px 1px;
	padding-bottom:10px;
	}
#divMessageBox .bottom .bottom_l
{
	width:50%;
	text-align:right;
	float:left;
	}
#divMessageBox .bottom .bottom_r
{
	width:50%;
	text-align:left;
	float:left;
	}

#divMessageBox .bottom #okButton 
{
	margin:auto 3px auto auto;
	}
#divMessageBox .bottom #cancelButton 
{
	margin:auto auto auto 3px;
	}
#messageboxBG
{
	background-color:White;
	z-index:150;
	position:absolute;
	left:0px;
	top:0px;
	margin:0px;
	display:none;
	}