@charset "UTF-8";
/* CSS Document */


#box {
padding:10px;
min-width:200px;
width:auto !important;
width:200px;
min-height:200px;
height:auto !important;
height:200px;
background:#fff;
display:block;
z-index:400;
position:fixed;
display:none;
top:100px;
left:25%;
padding-top:5px;
}

#box a{
/*float:right;*/
clear:both;
font-size:.9em;
margin-bottom:10px;
text-align:right;
}

#box a.closeMessage {
float:right;
}

#ie #box a {

}

#box a:hover {
cursor:pointer;
}

#box a p {
margin-bottom:5px;
padding-right:18px;
background:url(../images/closeBtn.gif) right top no-repeat;
}

#box img {
float:none;
margin-top:5px;
}

#box .imageTitle {
display:block;
font-size:1.2em;
}

#boxBG {
display:block;
width:100%;
position:fixed;
top:0;
left:0;
/*float:left;*/
background:#000;  
-moz-opacity: 0.6;   
opacity: 0.6;   

z-index:300;
display:none;
}

#ie #boxBG {
filter: alpha(opacity = 50);
}