#rgeAlert,#alert {display:none; width: 100%; height: 100%; position:fixed; top: 0px; left: 0px; z-index:10001; background:rgba(255,255,255,.75); }
#alertbox {width: 500px; max-width:100%; min-height: 20px; border: 6px double #666; border-radius: 15px; padding: 20px; margin-left: auto; margin-right: auto; position:relative; background:#000; box-shadow: 5px 5px 20px #000;}
#alertbox h2 { border-radius:0px Important; white-space:pre-line; color:#fff; font-size: 14px; font-weight: 500; line-height: 20px; padding-left: 50px; background:url(../images/error_icon.png) no-repeat; padding-bottom: 20px; font-family:Work Sans !important;}
#alertbox #alertconfirm {color:#fff; background:#3797f9; display:inline-block; padding: 2px 15px 2px 15px; border:2px solid #227ddb; border-radius: 10px; text-shadow: 1px 1px 2px #000; position: absolute; right: 12px; bottom: 12px; cursor:pointer;}
#alertbox #alertcancel {color:#fff; background:#fa0404; display:inline-block; padding: 2px 15px 2px 15px; border:2px solid #a71414;  border-radius: 10px; text-shadow: 1px 1px 2px #000; position: absolute; right: 110px; bottom: 12px; cursor:pointer;}	
		  
	