#wrap400{
	display: none;
	opacity: 0.8;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 16px;
	background-color: rgba(1, 1, 1, 0.725);
	z-index: 10000;
	overflow: auto;
}
#wind400{
	width: 400px;
	height: 400px;
	margin: auto;
	display: none;
	background: url(wind.jpg) top no-repeat;
	z-index: 20000;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 4px;
}
.close400{
	margin-left: 364px;
	margin-top: 0px;
	cursor: pointer;
}
.buttonyes, .buttonno{
	width: 70px;
	display: block;
	position: absolute;
	background: #F58221;
	top: 225px;
	text-align: center;
	padding:5px;
	color: #FFFFFF !important;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-decoration:none;
}
.buttonyes{
	left: 100px;
}
.buttonno{
	right: 100px;
}
.buttonyes:hover, .buttonno:hover{
	background: #2B5C9E;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration:none;
}
.actionmessage {
	margin: 30px 0 40px 0;
}
.actionmessage td {
	font-size: 14px;
	font-weight: bold;
	color: #2B5C9E;
	padding: 5px;
}
.actionmessage td input.inbox {
	width: 250px;
	border: solid 1px #2B5C9E;
	padding: 3px;
	font-size: 14px;
}
.actionmessage td input.sendbutton {
	width: 140px;
	background: #2B5C9E !important;
	text-align: center;
	padding:4px;
	color: #FFFFFF;
	font-size: 14px;
}
.actionresult {
	padding: 30px 0 40px 0;
	font-size: 14px;
	font-weight: bold;
	color: #F58221;
	text-align: center;
}
