@charset "UTF-8";

#alert_dialog_overlay 
{
    display: none; 
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -100px; 
    padding: 20px;
    background-color: #ffffff;
    width: 300px;
    z-index: 105;
    font-family: Sans-serif; 
    font-size: 12px; 
	border: 0px solid #222;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0px 0px 8px rgba( 136, 136, 136, 0.5);
}

#alert_dialog_fade 
{
    display: none; 
    position: absolute;
	left: 0%;
	top: 0%;
	background-color: black;
	-moz-opacity: 0.0;
	opacity: .0;
	filter: alpha(opacity=0);
	width: 100%;
	height: 100%;
    z-index: 104;
}

#alert_dialog_text
{
    font-size: 16px; 
	display: inline-block;
	vertical-align: middle;
	line-height: normal; 
	width: 100%;     
}

#alert_dialog_spacer
{
	width: 300px;     
	height: 30px;     
}

#alert_dialog_button 
{
	font-size: 10pt;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
	width: 50px;
	margin-left: auto;
	margin-right: 0px;
	text-align: center;
	color: #fff;
    background-color: #1a74b8;
    width: 100%;
}

#alert_dialog_button:active
{

}
