#fill {
position: absolute;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}

#window {
position: absolute;
/* background-color: #FFFFFF; */
width: 600px;
height: 400px;
top: 0px;
}

#window .wtop {
background-image: url(../image/window_wtop.png);
background-repeat: repeat-x;
width: 100%;
height: 7px;
}

#window .wcontent {
background-image: url(../image/main_bg.jpg);
padding: 20px;
}

#window .wbottom {
background-image: url(../image/window_wbottom.png);
background-repeat: repeat-x;
width: 100%;
height: 7px;
}

#window .wcontent .popupContent {
width: 548px;
height: 350px;
padding: 5px;
border: 1px solid #C3C3C3;
background-color: #FFFFFF;
overflow-y: scroll;
font-size: 14px;
line-height: 21px;
}

#window .wcontent .popupContent p {
margin-bottom: 8px;
}

#window .wcontent .button {
margin-top: 10px;
text-align: center;
font-family: Georgia;
font-size: 14px;
}

#window .wcontent .button a {
line-height: 24px;
color: #FFFFFF;
background-color: #009CD1;
padding: 4px 10px;
margin: 0px 10px;
text-decoration: none;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00BEFF), to(#009CD1));
background-image: -webkit-linear-gradient(top, #00BEFF, #009CD1); 
background-image: -moz-linear-gradient(top, #00BEFF, #009CD1);
background-image: -ms-linear-gradient(top, #00BEFF, #009CD1);
background-image: -o-linear-gradient(top, #00BEFF, #009CD1);
}

#window .wcontent .button a.gray {
background-color: #C6C6C6;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#9D9D9D), to(#7A7A7A));
background-image: -webkit-linear-gradient(top, #9D9D9D, #7A7A7A); 
background-image: -moz-linear-gradient(top, #9D9D9D, #7A7A7A);
background-image: -ms-linear-gradient(top, #9D9D9D, #7A7A7A);
background-image: -o-linear-gradient(top, #9D9D9D, #7A7A7A);
}

#window .wclose {
position: absolute;
cursor: pointer;
color: #CCCCCC;
margin-top: 9px;
}

#window .wclose img {
vertical-align: middle;
}