#modalWin {
background-color:#fff;
display:none;
left:50%;
margin-left:-300px;
position:absolute;
top:90px;
width:600px;
z-index:9999;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
padding:20px;
}

#modalWin-mask {
background-color:#000;
display:none;
/*height:100%;*/
left:0;
position:absolute;
top:0;
width:100%;
z-index:9000;
}

#modalWin-close {
float:right;
width:100px;
background:url(../scripts/closelabel.gif) no-repeat right;
cursor:pointer;
font-family:arial, sans-serif;
font-size:12px;
font-weight:700;
line-height:14px;
text-decoration:underline;
text-align:right;
padding:5px 30px 5px 5px;
}

#modalWin-header {
font-family:arial, sans-serif;
font-size:15px;
font-weight:700;
line-height:30px;
padding:0px 0px 10px 0px;
}

#modalWin-container {
height:250px;
overflow:auto;
}

#modalWin-content {
width:575px;
text-align:justify;
}
