﻿.msg_container{
	display:none;
	position:fixed;
	width:100%;
	z-index:10000;
	left:0px;
	top:0px;	
	height/**/:100%;
}
*html .msg_container{
	position:absolute;
}
.msg{
	position:relative;
	margin:185px auto 0;
	width:520px;
	height:340px;
	padding:14px 18px;
	background:white;
	border:2px #b8bab9 solid
}
*html .msg{
	margin:73px auto;
}
.msg #close_bathroom{
	position:absolute;
	right:8px;
	top:8px;
}
.msg #close_kitchen{
	position:absolute;
	right:8px;
	top:8px;
}
.msg h2,.msg p{
	text-align:left
}
.msg h2{
	font-size:14px;
	color:#8fc5f4;
}
.msg p{
	margin:16px 0;
	font-size:14px;
	color:#5a5a5a;
	font-weight:bolder
}
.msg table{
	margin:13px 0 0 0
}
.msg table tr{
	text-align:center
}
.msg table tr td{
	padding:2px 0
}
.msg center{
	margin-top:30px
}
.msg table tr td b{
	margin:10px 0;
	display:block;
	color:#5a5a5a
}
