body { background-image: url("bg.jpg"); } .printerwrapper { background-color: silver; width: 300px; display: inline-block; margin-top: 1px; margin-bottom: 1px; margin-left: 5px; margin-right:5px; border:1px solid black; } .location{ text-align:center; font-family:Verdana, Geneva, sans-serif; border:1px solid red; margin-bottom:0px; } .serial{ text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:.5em; margin-bottom:0px; } .timerwrapper{ background-color: silver; width: 300px; display: inline-block; margin: 5px; border:1px solid black; text-align:center; font-family:Verdana, Geneva, sans-serif; font-size:2em; border:2px solid black; } .linelabel { display:inline-block; width: 300px; } .progresswrapper { display:inline-block; width: 300px; height:20px; } .progress{ height:20px !important; } .progress-label { text-align:center; font-size: 10pt; width:300px; float:left; font-weight: bold; } .ui-widget-header{ background:none; } .cyan .ui-widget-header{ background-color:cyan !important;; } .magenta .ui-widget-header{ background-color:magenta !important;; } .yellow .ui-widget-header{ background-color:yellow !important;; } .black .ui-widget-header{ background-color:black !important;; } .tray1 .ui-widget-header{ background-color:#ADD8E6 !important;; } .Warning{ background-color:#FF8C00; } .ERROR{ background-color:red; background-image:url("bgflash.gif"); } .OK{ background-color:lime; }