/*.ajax_loading
{
	background: url(../images/loading.gif) no-repeat center;
}
*/

#mb_overlay
{
	position : fixed;
	display : none;
	left : 0;
	width : 100%; 
	background-color : #000000;
	z-index: 100;
	
}

#mb_box
{
	position : fixed;
	display : none;
	background-color : #EEEEEE;
	height : 200px;
	z-index: 101;
	text-align: left;
}

#mb_header
{
	position : relative;
	width : 100%;
	height : 30px;
	background-color : #333399;
	background-image : url(../images/modal/header_bg.gif);
	top: 0px;
		
}

#mb_header_left
{
	position : absolute;
	left : 0px;
	width: 6px;
	height: 30px;
	background-image: url(../images/modal/header_left.gif);
}
#mb_header_right
{
	position : absolute;
	right : 0px;
	width: 6px;
	height: 30px;
	background-image: url(../images/modal/header_right.gif);
}

#mb_header_icon
{
	position: relative;
	float: left;
	margin-top: 8px;
	margin-left: 10px;
	width: 16px;
	height: 16px;
}
#mb_header_title
{
	margin-left:30px;
	padding-top: 8px;
	color: #FFFFFF;
	font-weight: bold;
}

#mb_btn_close
{
	position: absolute;
	right: 7px;
	top: 5px;
}

#mb_box_left
{
	position: absolute; 
	left: 0px;
	width: 4px;
	background-image: url(../images/modal/box_left.gif);
}

#mb_box_right
{
	position: absolute; 
	right: 0px;
	width: 4px;
	background-image: url(../images/modal/box_right.gif);
}

#mb_box_bottom
{
	position: absolute; 
	bottom: 0px;
	left: 0px;
	height: 4px;
	width: 100%;
	background-image: url(../images/modal/box_bottom.gif);
}
#mb_box_bl
{
	position: absolute; 
	bottom: 0px;
	left: 0px;
	height: 4px;
	width: 4px;
	background-image: url(../images/modal/box_bl.gif);
}
#mb_box_br
{
	position: absolute; 
	bottom: 0px;
	right: 0px;
	height: 4px;
	width: 4px;
	background-image: url(../images/modal/box_br.gif);
}

#mb_content
{
	overflow: auto;
	margin-left: 4px;
	margin-top: 2px;
	padding: 5px;
}

#mb_submit
{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 100%;
	text-align: center;
}
#mb_btn_submit
{
	width: 100px;
}
