/*update progress*/
#progressBackgroundFilter { top: 0px; bottom: 0px; left: 0px; right: 0px; overflow: hidden; padding: 0; margin: 0; background-color: #000; filter: alpha(opacity=50); opacity: 0.5; z-index: 1000; cursor: progress; position: fixed; }

#processMessage { cursor: progress; top: 30%; left: 40%; padding: 10px; width: 20%; z-index: 1001; background-color: #fff; text-align: center; font-size: 18px; font-weight: bold; font-family: "Trebuchet MS" ,Verdana,Arial,serif; border-right: #E68200 thin solid; border-top: #E68200 thin solid; border-left: #E68200 thin solid; border-bottom: #E68200 thin solid; position: fixed; }

