/*#transparentMask {
color: #fff;
background-color: #000;
text-align: center;
position: fixed;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
width: 100%;
height: 100%;
z-index: 150;
margin: 0;
padding: 0;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
opacity: 0.5;
}
*/
#topLayer {
text-align: center;
position: absolute;
margin-top: 0px;
left: 0px;
width: 100%;
height:100%;
z-index: 200;
margin: auto;
padding-top: 0px;
float: left;
background-color: transparent;
}
#whiteBox {
background-color: #fff;
text-align: left;
position: relative;
margin-top: 0px;
width: 850px;
height: auto;
margin: 0;
padding: 0;
border: solid 5px #999;
}
#whiteBoxTools {
font-family: Arial, SunSans-Regular, sans-serif;
background-color: #ffffff;
width: auto;
padding: 0px;
font-size: 16px;
text-align:right;
height:70px;
}
#whiteBoxTools li{
display: inline;
/*margin-left: 30px;*/
}

#whiteBoxTools a{
text-decoration:none;
color:#359aE6;
}
#whiteBoxTools a:hover{
text-decoration:underline;
color:#359aE6;
cursor:pointer;
}
