body{height:0;margin:0;}
body {line-height:1;}

#mask {
 display: none; 
 background: #000000; 
 position: fixed; 
 left: 0; top: 0; 
 width: 100%; height: 100%;
 z-index:9999;
}
   

#dialog 
{
width:400px;
height:140px;
padding:20px;
display: none;background: #FFFFFF;
margin-top:50px;
margin-bottom:50px;
float: left;
position: fixed;
top: 50%; left: 50%;
z-index:99999;
border-radius:10px;
-moz-border-radius:10px;
}
 
 
*html #mask {position:absolute}
*html #dialog {position:absolute}



/* project specific */
#dialog h6{font-size:15px;margin: 0 0 15px 0;padding:0;}
#dialog .close{font-size:10px;color:#a0a0a0;text-transform:uppercase;text-decoration:none;}
#dialog select {font-family:arial,tahoma;font-size:15px;padding:0;color:#333333;border:1px solid #a0a0a0;}
#dialog .submit {cursor:pointer;}