.transparent_message 
	{
	width: 60%;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 20px;
	-moz-border-radius:10px;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
	}

.transparent_error 
	{
	background: #fff;
	border: 4px solid #d02;
	}

.transparent_error p 
	{
	color:#d02;
	font-weight:bold;
	}

.transparent_notice 
	{
	background: #9BFFA3;
	border-top: 1px solid #23571D;
	border-bottom: 1px solid #23571D;  
	margin: 10px;
	}

.transparent_notice p 
	{
	color:#fff;
	}

#info_message 
	{
	position: absolute;
	background: #FFF;
	z-index:1000;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}

#info_message p 
	{
	padding-top:200px;
	font-size:30px;
	color:#fff;
	text-align:center;
	}
.hideme
	{
	width:25px;
	height:25px;
	position:absolute;
	top:0;
	right:0;
	}
