div#blockLayer {
    display: none; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    width: 100%; 
    height: 2500px; 
    background: #333;
    filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	z-index: 98;
}
div#blockModal {
background:#FFFFFF none repeat scroll 0 0;
border:3px solid #14408A;
color:#14408A;
display:none;
/*margin: 0 auto;*/
left:-180px;

overflow:hidden;

top:-350px; 
position:relative;

width:988px;
height:520px;
z-index:99;
       
}
div#feedback{
    display:none;
    position:fixed;
    top:95%;
    left:90%;
    width:100px;
    height:20px;
    background: #0c72d0;
    color:#fff;
}
div#message{
    display: block; 
    position: relative; 
    left: 400px; 
    top: -350px; 
    width: 200px; 
    height: 150px; 
    background: #fff;
    /*margin-top: -180px; 
    margin-left: -250px;*/
    z-index: 150; 
    overflow: hidden;
   color:rgb(20, 64, 138);
    border-style:solid;
    border-color:rgb(20, 64, 138);
    border-width:3px;
}
