﻿#opaco {
     background-color: #000000;
     left: 0;
     -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
     filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
     filter: alpha(opacity=70);/* IE4- */
     moz-opacity: 0; /* Mozilla */
     -khtml-opacity: 0; /* Safari */
     opacity: 0;  /* general CSS3 */
     position: absolute;
     top: 0;
     width: 100%;
     z-index: 10;
   }

  #popup {
     background: #1A1A1A;
     position: fixed;
     /*width:300px;*/
     left:50%;
     top:50%;
     min-width: 300px;
     z-index: 11;
  }



#popup h1 {
	background: #4D4E4E;
	color: #DBDDDE; 
	display: block;
	font: normal 22px Trebuchet MS;
	padding: 7px 19px 9px;
	margin: 0 0 7px 0;
}

/* CONTENT */
.text-aquamaster {
	background: #DBDDDE;
	display: block;
	font: 13px Arial;
	padding: 0;
	text-align: center;
}
.btn-close {
	background: #4D4E4E;
	color: #FFF;
	float: right;
	margin: 7px 19px 9px;
	padding: 2px 10px;
	text-decoration: none;
}