@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
 C *SS settings for HTML div Exact Center
 ------------------------------------------------*/
.popup {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
/*background-color:#313131;*/
overflow:auto;
z-index: 10;
}
img.close {
        position:absolute;
        right:-14px;
        top:-14px;
        cursor:pointer
}
div.popupContent {
        position:absolute;
        left:30%;
        margin-left: auto;
        margin-right: auto;
        top:17%;
        /*margin-left:-202px;*/
        font-family:'Raleway',sans-serif;
        width:40%;
        min-width:250px;
        padding:10px 50px;
        border:2px solid gray;
        border-radius:10px;
        font-family:raleway;
        background-color:#fff
}

div.popupContent table {
border-collapse: collapse;
}

div.popupContent table td {
border: 0;
}

img[usemap], map area{
    outline: none;
}
