
#transparent_layer {
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	background-color: #f4f4f4;
	opacity: 0.7;
	z-index: 90;
}

* html #transparent_layer { filter: Alpha(opacity=70); }

.message_layer {
	visibility: hidden;
	position: absolute;
	display: block;
	width: 60%;
	top: 30%;
	z-index: 92;
}

.message_layer table.form {
	position: relative;
	width: 100%;
	z-index: 94;
	opacity: 1;
}

* html .message_layer table { filter: Alpha(opacity=100); }

.message_layer table span { font-style: normal; }

.message_layer table th { cursor: move; color: #007996; }

.message_layer table div.html_content {
  display: block;
  text-align: justify;
  padding: 0;
  margin: 0px 10px 0px 10px;
}

#message_title_no_button {
  margin-left: 4px;
}

#message_title {
	margin-left: 4px;
}

#yesnocancel_title {
  margin-left: 4px;
}
