﻿	.div_message_box
	{
		float:left;
		clear:both;
		width:99.7%;
		height:auto;
		border-top:1px #FFBC79 solid;
		border-bottom:1px #FFC891 solid;
		background-color:#FFF5EC;
		margin:5px 0px 0px 2px;
	}
	
	.box_title
	{
		float:left;
		width:85%;
		margin-left:10px;
		font-size:15pt;
		color:#FF9933;
		font-family:Arial;
		height:auto;
		line-height:35px;
		vertical-align:bottom;
		
	}
	.box_body
	{
		float:left;
		clear:both;
		width:95%;
		padding:10px;
		line-height:25px;
		vertical-align:middle;
	}
	.box_close
	{
		float:right;
		z-index:2;
		width:30px;
		height:35px;
		background-image:url('/images/msgbox/msgbox_close.png');
		
		background-repeat:no-repeat;
		background-position:right top;
		
		cursor:pointer;
		
		margin:0px 0px 0px 0px;
	}

	.div_message_box1
	{
		float:left;
		clear:both;
		width:99.7%;
		height:auto;
		border-top:1px #6CB6FF solid;
		border-bottom:1px #6CB6FF solid;
		background-color:#EAF4FF;
		margin:5px 0px 0px 2px;
	}
	
	.box_close1
	{
		float:right;
		z-index:2;
		width:30px;
		height:35px;
		background-image:url('/images/msgbox/msgbox_close1.png');
		
		background-repeat:no-repeat;
		background-position:right top;
		
		cursor:pointer;
		
		margin:0px 0px 0px 0px;
	}
	.box_title1
	{
		float:left;
		width:85%;
		margin-left:10px;
		font-size:15pt;
		color:#359AFF;
		font-family:Arial;
		height:auto;
		line-height:35px;
		vertical-align:bottom;
		
	}
