﻿.blackout {
visibility: hidden;
position: absolute;
left: 0px;
top: 0px;
width: 100%;
background-color: #000;
filter: alpha(opacity=20);
-moz-opacity: .2;
opacity: .2;
z-index: 9;
display:block;
}
#menu {
	BORDER-RIGHT: #888 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #888 1px solid; DISPLAY: block; PADDING-LEFT: 10px; FONT-WEIGHT: bold; BACKGROUND: url(grid2.gif); LEFT: 170px; PADDING-BOTTOM: 10px; BORDER-LEFT: #888 1px solid; WIDTH: 130px; COLOR: #fff; PADDING-TOP: 10px; BORDER-BOTTOM: #888 1px solid; POSITION: fixed; TOP: 10px; TEXT-ALIGN: center
}
 HTML #menu {
	POSITION: absolute
}
#menu a:visited, #menu a {display:block; width:120px; height:20px; margin:0 auto; border-top:1px solid #fff; border-bottom:1px solid #000; text-align:center; text-decoration:none; line-height:20px; color:#000;}
#menu a:hover {background:#aaa; color:#fff;}

.divpopup{
filter: alpha(opacity=97);
-moz-opacity: .97;
opacity: .97;
position: absolute;
top: 50%;
left: 50%;
margin-top: -50px; /*half of the height plus a little to the top*/
margin-left: -150px; /*half of the width */
visibility: hidden;
display: none;
border: 1px solid #000;
background-color: #FFFFFF;
color: #333;
padding: 0px;
height: 100px;
width: 300px;
z-index: 1000;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

#divpop_head{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #999999;
text-align:center;
padding:2px 0;
z-index:-1;
}
#close_pop{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_pop a{
text-decoration:none;
color: #EEEEEE;
}
#close_pop a:hover{
color:#FF0000;
}
#pop_content{
clear:both;
padding: 10px;
}
#wait_pop_content{
clear:both;
padding: 10px;
}