﻿#popupMsg {
    font-size: 3.125em;
    font-weight: bold;
    display: inline-block;
    line-height: 1.04em;
    text-align: left;
}

/*.PopupWinBox {
    border-width: 1px;
    border-bottom-width: 1px;
    border-bottom-color: #ccc;
    border-bottom-style: solid;
}*/

#popupBack {
    border-radius: 15px;
    line-height: 1.5em;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0.5em;
}


.PopupContainer {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    z-index: 99;
}


.Popupwin {
    /*overflow: hidden;*/
    position: relative;
    line-height: 1em;
    border-style: solid;
    border-width: thick 5px;
    border-color: #bbb;
    border-radius: 4em;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdfdfd+20,dddddd+100 */
    background: rgb(253,253,253); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiNmZGZkZmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGRkZGRkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
    background: -moz-linear-gradient(top, rgba(253,253,253,1) 20%, rgba(221,221,221,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,rgba(253,253,253,1)), color-stop(100%,rgba(221,221,221,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(253,253,253,1) 20%,rgba(221,221,221,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(253,253,253,1) 20%,rgba(221,221,221,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(253,253,253,1) 20%,rgba(221,221,221,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(253,253,253,1) 20%,rgba(221,221,221,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfd', endColorstr='#dddddd',GradientType=0 ); /* IE6-8 */
}

.PopupWinHeader {
    color: #000;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.2em;
}

.PopupWinClose {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1em;
}

.PopupWinContent {
    color: #666;
    font-size: 1.083em;
    line-height: 1.2em;
}

.PopupWinTitle {
    font-size: 2.25em;
    font-weight: bold;
    background-color: #bbb;
    border-radius: 1em;
    line-height: 1.3em;
    width: 100%;
    margin: 10px auto;
}

.PopupWinBox {
    margin: 0% 2%;
    overflow: hidden;
}

