@CHARSET "UTF-8";

/* ---------------------------------------------
 * ------ DIVPOPUP Style -----------------------
 * --------------------------------------------- */

div.popup {
	position: absolute;
	display: none;
	width: 400px;
	text-align: center;
	z-index: 102;
	border: 1px solid #65B8E3;
	background-color: #ffffff;
}
div.popup[id] {
    position: fixed;
}

#hideWindowedControlsBg {
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:600px;
    height:600px;
    opacity:.0;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=0);
    z-index:100;
}

#hideWindowedControls {
    display:none;
    position:absolute;
    top:0px;
    left:0px;
    width:600px;
    height:600px;
    background-color:#cccccc;
    opacity:.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(style=0, opacity=60);
    z-index:101;
}

/* ---------------------------------------------
 * ------ CONFIRM POPUP Style ------------------
 * --------------------------------------------- */

div.popup div.confirmText
{
    margin: 35px;
    height: 60px;
}

div.popup div.confirmButtons{
    margin: 0 auto;
    margin-top: 20px;
}
div.popup div.confirmButtons .buttonStandard{
    display: inline-block;
    margin-left: 10px;
}
