.wnd_main_div {
	background: #7f9db9;
	position: absolute;
}

.wnd_header {
	background: #7f9db9;
	color: #eeeeee;
	text-align:left;
	font-weight: bold;
}

.wnd_content {
	background: #dfefff;
	vertical-align:text-top;
}

.wnd_close_button {
	background-image:url(img/close.gif);
	background-repeat:repeat-x;
	border:none;
	cursor:pointer;
	width: 43px;
	height: 18px;
	background-color: #7f9db9;
}

.msg_button {
	width: 70px;
	margin:5px;
}
