#message-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#message-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}
#message_container
{
	position: relative;
	background-color: #fff;
	width: 400px;
	height: 200px;
	margin: 0 auto;
	padding: 10px;
	display: none;
}
#message_box_form
{
	margin: 10px;
}
#message_box_form textarea
{
	width: 370px;
	margin: 0;
	padding: 5px;
	height: 122px;
}
#message_container .title
{
	float: left;
	width: 380px;
}
#message_container #close
{
	float: right;
	width: 10px;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}