﻿#popupMessageBackground{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
filter:alpha(opacity=70);
border:0;
z-index:1;
}
#popupMessage{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
min-height:200px;
width:640px;
border:0;
z-index:2;
padding:12px;
font-size:13px;
}
#popupMessage h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
padding-bottom:2px;
margin-bottom:20px;
}
#popupMessageClose{
width:20px;
height:20px;
position:absolute;
display:block;
margin-left:605px;
margin-top:-30px;
}
#button{
text-align:center;
margin:100px;
}

.ModalContent{width:600px; padding:35px 35px 35px 50px; font-size:20px; font-weight: bold; color:#000; }/*semibold*/

.ModalContentLeft{width:55px; height:70px; float:left; background: url(images/framework/icon.png) no-repeat left;  }

.ModalContentRight{width:455px; float:right; margin-right:55px;}

.ModalTop{background: url(images/framework/bg_modal_top.png) no-repeat left bottom; height:44px; display: block; margin:0; padding:0; }

.ModalMiddle{background: url(images/framework/bg_modal_middle.png) repeat-y left top; padding:1px; min-height:165px;}

.ModalBottom{background: url(images/framework/bg_modal_bottom.png) no-repeat left; height:28px; margin-bottom:20px;}
