.simplePopup {
display:none;
position:fixed;
border:8px solid #802c80;
background:#fff;
z-index:999999;
padding:12px;
width:80%;
min-width:80%;
box-shadow:inset 2px 2px 20px #ccc;
}

.simplePopupClose {
float:right;
cursor:pointer;
margin-left:10px;
margin-bottom:10px;
}

.simplePopupBackground {
display:none;
background:#000;
position:fixed;
height:100%;
width:100%;
top:0;
left:0;
z-index:999999;
}
.simplePopup p {
font-size:15px;
text-align:justify;
line-height:2em;
}

.simplePopup .service_list li {
font-size:15px;
display:block;
margin-left:1%;
line-height:2em;

}
.simplePopup .service_list li  i {
color:#802c80;
}
.simplePopup table
{
border:1px solid #802c80;
}
.simplePopup table tr td
{
padding:10px;
border-bottom:1px solid #802c80;
border-right:1px solid #802c80;
line-height:2em;}

.simplePopup table th
{
padding:10px;
text-align:center;
color:#802c80;
border-bottom:1px solid #802c80;
border-right:1px solid #802c80;
line-height:2em;}
.simplePopup .popup_head
{
font-size:20px;
color:#802c80;
text-shadow:0px 0px 1px #212121;
padding:2%;
text-align:center;
width:100%;
}


