
#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 5px solid #545397;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.36);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.36);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.36);
    padding:25px;
    color: #333333;
    display: none;
    font-size: 15px;
    left: 50%;
    margin-left: -302px;
    position: fixed;
    top: 10%;
    width: 500px;
    z-index: 1000;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
    display: none;
    z-index: 9999;
    top: 40%;
    left: 50%;
    position: absolute;
    margin-left: -10px;
}
div.close {
    font-family:Tahoma, Geneva, sans-serif;
	font-size:40px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 0px;
    top: -10px;
    width: 30px;
}
div.close:hover {color:#ff0000;}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
	font:25px Segoe Ui!important;
	color:#444;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
div#popup_content .btn{ background-color: #434a54;
    border-radius: 16px;
    color: #ffffff;
    display: inline-block;
	border:none!important;
	outline:none;
    font-size: 12px;
    height: 32px;
	cursor:pointer;
    line-height: 32px;
    padding: 0 20px;
    text-transform: uppercase;
    transition: background-color 200ms ease-in-out 0s;
    vertical-align: top; }
	div#popup_content .btn:hover{background:#c5483f;}

