#modalBackground {
    visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     text-align: center;
     z-index: 1000;
}

#modalWindow {
     width:400px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

.style9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.style10 {
	font-size: 14px;
	font-weight: bold;
}