#transparent_flash_message{
	position: absolute;
	font-size:17px;
	/*display:none;*/
	padding: 10px;
	z-index:9999;
	width:300px;
  color:#fff;
	border:1px solid #fff;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
	text-align:center;
}

#transparent_flash_message.opening{
  position: absolute;
	background: transparent;
	border: none;
}

#transparent_flash_message.opening img{
  border:1px solid #fff;
	background-color:#000;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}