﻿.houfengdialog
{
	border: solid 8px #808080;
	padding: 5px;
	display: none;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.CloseBtn
{
	font-weight:bold;
	font-family:Verdana,宋体;
	color:brown ;
	font-size:13px;
}
.CloseBtn:hover
{
	color:Red;
}
.ModelDiv
{
	background-color: #aab;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 3000px;
	height: 3000px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
