.window {
    position:fixed;
    display: none;
    overflow:visible;
    background:#ffffff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    padding: 10px;
    }

.windowError {
    position:fixed;
    display: none;
    overflow:visible;
    background:#ffffff;
    border: 1px solid #ccc;
    -moz-box-shadow: 0 0 20px rgba(200,0,0,0.5);
    -webkit-box-shadow: 0 0 20px rgba(200,0,0,0.5);
    box-shadow: 0 0 20px rgba(200,0,0,0.5);
    padding: 10px;
    }

.windowTop {
    display: block;
    }

#transparent {
	width: 100%;
	height: 100%;
	position: fixed; 
	left: 0px;
    top: 0px;
	z-index: 1;
    background-color: rgba(0,0,0,0.7);
	display: none;
    margin-right: 0;
    }

.ps_transparent {
    width: 100%;
    height: 100%;
    position: fixed; 
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.7);
    }



.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

