#myMessageBox
{
	position: absolute;
	top: 0px;
	width: 100%;
	left: 0px;
	z-index: 100;
	display: table;
	line-height: 0px;	
}
#blockDiv
{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #031723;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.positioning_div1
{
	position:absolute; 
	top:50%; 
	left:50%; 
	display:table-cell; 
	vertical-align:middle;
}
.positioning_div2
{
	background-color:#F7F7F7; 
	border: 3px outset Silver; 
	width: 500px; 
	position: relative; 
	top: -50%; 
	left: -50%;
	overflow: show;
	padding-bottom: 10px;
}
.positioning_div2_flash
{
	position: relative;
	top: -50%;
	left: -50%;
	overflow: show;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.messageBox_titlu
{
	clear: left;
	float: left;
	height: 30px;
	width: 95%;
	background: #EAEAEA;
	color: black; 
	font-weight:bold; 
	line-height: 30px;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.messageBox_titlu_close
{
	clear: right;
	float: right;
	width: 5%;
	height: 30px;
	background: #EAEAEA;
	line-height: 30px;
	text-align: center;
	padding-top: 4px;
	padding-right: 4px;
	margin-bottom: 10px;
}
.messageBox_rand_label
{
	clear: left;
	float: left;
	width: 40%;
	height: 25px;
	line-height: 25px;
	background: #F7F7F7;
	font-family: arial;
	font-size: 12px; 
	font-weight:normal; 
	color: #4E4E4E; 
	text-decoration: none;	
	padding-left: 10px;
	padding-right: 5px;
	overflow: show;
}
.messageBox_rand_camp
{
	clear: right;
	float: right;
	width: 59%;
	height: 25px;
	line-height: 25px;
	background: #F7F7F7;
	vertical-align: middle;
	text-align: left;
	padding-left: 5px;
	padding-right: 10px;
}
.messageBox_suggest
{
	position: absolute;
	visibility: hidden;
	cursor: hand;
	width: 100%;
	border: 1px solid silver;
	overflow-y: auto;
	background: white;
}
.messageBox_suggest_text
{	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #4E4E4E;
}
#ToolTip { z-index: 101; }
