﻿.modalBox
{
	
	background:#ffffff;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0 0 8px #888;
	-moz-webkit-shadow:0 0 8px #888;
	-moz-box-shadow:0 0 8px #888;
	overflow:hidden; padding-bottom:10px;
}
.modalMessage
{
	margin:15px;
	text-align:center
}
.modalControl
{
	text-align:center;
	margin:0px 15px 15px 0px;
}
.modalButton
{
	margin: 0px 1px 0px	1px;
}

.modalBG
{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 9;
    background-color:#333333;
    display: none;
    opacity: 0.40;
    filter: alpha(opacity=40)
}
.modalShadow
{

    position:absolute;
    z-index: 1000;
    display: none;
}

*html .modalBG, .modalIShim
{    
    position: absolute;
    left: expression(eval(document.documentElement.scrollLeft));
    top: expression(eval(document.documentElement.scrollTop));
    width: expression(document.documentElement.clientWidth + "px");
    height: expression(document.documentElement.clientHeight + "px");
}

*html .modalIShim
{
    filter: alpha(opacity=0);
    z-index: 8;
}

*html .modalShadow
{
    position: absolute;
}
.notifictionpop {
    background: #fcfed7;
    border: 1px solid #0b0b0b;
    color: #db1212;
    padding: 8px;
    border-radius: 5px;
    position: fixed;
    right: 35px;
    top: 178px;
    width: 98%;
    max-width: 350px;
    transition: .2s ease .2s;
}

.popclose {
    color: #fff;
    background: red;
    border-radius: 25px;
    height: 25px;
    width: 25px;
    text-align: center;
    padding: 3px;
    border: 1px solid #e6e6e6;
    font-size: 24px;
    position: absolute;
    right: -10px;
    top: -10px;
    font-weight: bold;
    text-decoration: none;
}

.pophide {
    right: -400px;
}
