.overlay_alert {
	background-color: #85BBEF;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.alert_nw {
	width: 5px;
	height: 5px;
	background: transparent url(/admin/images/alertar/top_left.gif) no-repeat bottom left;			
}

.alert_n {
	height: 5px;
	background: transparent url(/admin/images/alertar/top.gif) repeat-x bottom left;			
}

.alert_ne {
	width: 5px;
	height: 5px;
	background: transparent url(/admin/images/alertar/top_right.gif) no-repeat bottom left			
}

.alert_e {
	width: 5px;
	background: transparent url(/admin/images/alertar/right.gif) repeat-y 0 0;			
}

.alert_w {
	width: 5px;
	background: transparent url(/admin/images/alertar/left.gif) repeat-y 0 0;			
}

.alert_sw {
	width: 5px;
	height: 5px;
	background: transparent url(/admin/images/alertar/bottom_left.gif) no-repeat 0 0;			
}

.alert_s {
	height: 5px;
	background: transparent url(/admin/images/alertar/bottom.gif) repeat-x 0 0;			
}

.alert_se, .alert_sizer {
	width: 5px;
	height: 5px;
	background: transparent url(/admin/images/alertar/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%;
	margin-top:20px;
}
.alert_content {
	overflow:visible;
	color: #000;
	font-family: Tahoma, Arial, sans-serif;
	font: 12px arial;
	padding: 15px;
}

/* For alertar/confirm dialog */
.alert_window {
	background: #FFF;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.alert_message {
  	font: 11px verdana, Verdana, Arial, Helvetica, sans-serif;
	width:100%;
	color:#000;
	padding-bottom:10px;
}

.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: #FFF url('/admin/images/alertar/progress.gif') no-repeat center center
}
/* SOMBRA VENTANAS*/
.borde_der {
	background:url(/admin/images/alertar/sombra_bordeder.png) no-repeat;
	width:10px;
}
.borde_esquina {
	background:url(/admin/images/alertar/sombra_esquina.png) no-repeat;
	width:10px;
	height:12px;
}
.borde_inf {
	background:url(/admin/images/alertar/sombra_bordeinf.png) no-repeat;
	height:12px;
}
/*FIN SOMBRA VENTANAS*/

/* IE6 PNG FIX */

*html .borde_der {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/admin/images/alertar/sombra_bordeder.png", sizingMethod="crop");
}

*html .borde_esquina {
background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/admin/images/alertar/sombra_esquina.png", sizingMethod="crop");
}

*html .borde_inf {
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/admin/images/alertar/sombra_bordeinf.png", sizingMethod="crop");

}
/* FIN IE6 PNG FIX */


/* BOTONES */
.ok_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(/admin/images/fondo_botonaceptar.gif);
	padding: 1px 10px 4px 24px;
	border: 1px solid #a2b2c2;
	text-decoration: none;
	height: 20px;
	width:90px !important;
	display: block;
	float: right;
}
.ok_button:hover {
	color: #333333;
	border: 1px solid #333333;
	background-image: url(/admin/images/fondo_botonaceptar1.gif);
}

.cancel_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #899db0;
	background-image: url(/admin/images/fondo_botoncancelar.gif);
	padding: 1px 10px 4px 24px;
	border: 1px solid #a2b2c2;
	text-decoration: none;
	height: 20px;
	width:90px !important;
	display: block;
	float: right;
}
.cancel_button:hover {
	color: #333333;
	border: 1px solid #333333;
	background-image: url(/admin/images/fondo_botoncancelar1.gif);
}