#alert {
   position: absolute;
     visibility: hidden;
         top: 160px;
     left: 380px;
      width: 230px;
       height: 110px;
       border: solid 2px #ff9900;
        background-color: white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#alert div {
padding: 10px;
font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	font-weight: bold;
	color: #000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;
	}
	
#option {
   position: absolute;
     visibility: hidden;
         top: 160px;
     left: 380px;
      width: 250px;
       height: 100px;
       border: solid 2px #ff9900;
        background-color: white;
	filter:alpha(opacity=90);
	opacity: 0.9;
	-moz-opacity:0.9;
}

#option div {
padding: 10px;
font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
	font-weight: bold;
	color: #000000;
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;
	position: relative;