@CHARSET "ISO-8859-1";

/* jQuery alert/confirm box style */
.limosys_dialog{
	z-index:20000 !important;
	/* Fix border disappear on dialog focus problem */
	border : 1px solid #aaa !important;
}
.limosys_dialog .ui-dialog-content{
	min-height:10px !important;
	padding: 1em 2em 1em 2em !important;
}
.limosys_dialog .ui-dialog-buttonset{
	margin:0 !important;
	padding:0 !important;
	float:none !important;
	text-align:center !important;
}
.limosys_dialog .ui-dialog-buttonpane{
	border-top:0 !important;
	margin-top:0 !important;
}
.limosys_dialog .ui-dialog-buttonpane button {
	min-width: 5em;
}
/* Fix effect masked by other layer problem */
[class^=ui-effects] {
    z-index: 10;
}
