.bi-popup {
    top: 20px!important;
    right: 20px!important;
    display: none;
    box-shadow:0px 0px 10px; 
}
#boxes {
}
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:90000;
    background-color:#000;
    display:none;
}  
#boxes .window {
    position:absolute;
    right:20px;
    top:20px;
    width:440px;
    height:200px;
    display:none;
    z-index:99999;
    padding:20px;
    border-radius: 15px;
    text-align: center;
    border-top:solid 5px #1a76ac;
    border-bottom:solid 5px #1a76ac;
}
#boxes #dialog {
    width:75%;
    max-width:400px; 
    height:auto;
    background-color:#ffffff;
    font-family: 'Segoe UI Light', sans-serif;
    font-size: 15pt;
}
.maintext{
	text-align: center;
    font-family: "Segoe UI", sans-serif;
    text-decoration: none;
}
#popupbody{
	font-family: "Segoe UI", sans-serif;
	font-size: 12pt;
    text-align: left;
}
#popupbody h3 {
    text-align: center;
    font-size:26px!important;;
    color:#1a76ac;
}
#popupclose{
	font-family: Helvetica Neue, sans-serif;
	font-size: 16pt;
    padding: 0px 0px 10px 20px;
    float:right;
}
#popupclose a{
	text-decoration: none;
}
.agree:hover{
}
.popupoption:hover{
	background-color:#D1D1D1;
	color: green;
}
.popupoption2:hover{
	
	color: red;
}