.ok_button
{
	margin-top: 15px;
	width: 118px;
	height: 30px;
}

p.dialogTitle
{
	margin: 0px;
	font-size: 18pt;
}

.overlay_alert {
	background-color: #000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/*
.alert_nw {
	width: 35px;
	height: 30px;
	background: transparent url(alert/top_left.png) no-repeat bottom left;			
}

.alert_n {
	height: 30px;
	background: transparent url(alert/top.png) repeat-x bottom left;			
}

.alert_ne {
	width: 35px;
	height: 30px;
	background: transparent url(alert/top_right.png) no-repeat bottom left			
}

.alert_e {
	width: 35px;
	background: transparent url(alert/right.png) repeat-y 0 0;			
}

.alert_w {
	width: 35px;
	background: transparent url(alert/left.png) repeat-y 0 0;			
}

.alert_sw {
	width: 35px;
	height: 30px;
	background: transparent url(alert/bottom_left.png) no-repeat 0 0;			
}

.alert_s {
	height: 30px;
	background: transparent url(alert/bottom.png) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 35px;
	height: 30px;
	background: transparent url(alert/bottom_right.png) no-repeat 0 0;			
}*/

.alert_nw {
	width: 15px;
	height: 16px;
	background: transparent url(alert/top_left.gif) no-repeat bottom left;			
}

.alert_n {
	height: 16px;
	background: transparent url(alert/top.gif) repeat-x bottom left;			
}

.alert_ne {
	width: 15px;
	height: 16px;
	background: transparent url(alert/top_right.gif) no-repeat bottom left			
}

.alert_e {
	width: 15px;
	background: transparent url(alert/right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 15px;
	background: transparent url(alert/left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 15px;
	height: 16px;
	background: transparent url(alert/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	height: 16px;
	background: transparent url(alert/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 15px;
	height: 16px;
	background: transparent url(alert/bottom_right.gif) no-repeat 0 0;			
}

.alert_close {
	width:0px;
	height:0px;
	display:none;
}

.alert_minimize {
	width:0px;
	height:0px;
	display:none;
}

.alert_maximize {
	width:0px;
	height:0px;
	display:none;
}

.alert_title {
	float:left;
	height:1px;
	width:100%;
}

.alert_content {
	overflow:visible;
	color: #fff;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	background: #090909;
}

/* For alert/confirm dialog */
.alert_window {
	background-color: #000;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:400px;
}

.alert_message {
	font: 12px arial;
	width:100%;
	color:#fff;
	padding-bottom:10px;
	text-align: center;
}

.alert_buttons {
	text-align:center;
	width:100%;
}

/*.alert_buttons input {
	width:20%;
	margin:10px;
}*/

.alert_progress {
	float:left;
	margin:auto;
	text-align:center;
	width:100%;
	height:16px;
	background: #000 url('alert/progress.gif') no-repeat center center
}

/* FOR IE */
/*
* html .alert_nw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/top_left.png", sizingMethod="crop");
}

* html .alert_n {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/top.png", sizingMethod="scale");
}

* html .alert_ne {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/top_right.png", sizingMethod="crop");
}

* html .alert_w {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/left.png", sizingMethod="scale");
}

* html .alert_e {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/right.png", sizingMethod="scale");
}

* html .alert_sw {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/bottom_left.png", sizingMethod="crop");
}

* html .alert_s {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/bottom.png", sizingMethod="scale");
}

* html .alert_se {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/bottom_right.png", sizingMethod="crop");
}

* html .alert_sizer {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../themes/alert/bottom_right.png", sizingMethod="crop");
}
*/