body {
margin: 0px;
}

#demo_controls {
position: absolute;
top: 0px;
left: 0px;
z-index: 100;
width: 100%;
height: 50px;
background-image: url('/Indicia.SOP/Data/Themes/flow/css/graphics/demo_bg_bar.gif');
}


#demo_logo {
float: left;
background-image: url('/Indicia.SOP/Data/Themes/flow/css/graphics/demo_logo.jpg');
width: 171px;
height: 50px;
}


#demo_btn_next {
margin: auto;
display: block;
width: 49px;
height: 49px;
border: 0px;
}

.demoButtonNextNormal {
background-image: url('/Indicia.SOP/Data/Themes/flow/css/graphics/demo_btn_next_normal.jpg');
}

.demoButtonNextActive {
background-image: url('/Indicia.SOP/Data/Themes/flow/css/graphics/demo_btn_next_active.jpg');
}

.demoButtonNextDisabled {
background-image: url('/Indicia.SOP/Data/Themes/flow/css/graphics/demo_btn_next_disabled.jpg');
}

#textPopup {
  position: absolute;
  width: 200px;
  height: auto;
  background-color: #FFF;
  border: 4px solid #6d0979;
  
  padding: 10px;
  
  font-family: verdana;
  font-size: 11px;
  line-height: 18px;
}


.comboBoxList {
position: absolute;
border: 1px solid black;
border-top: 0px;
padding-top: 2px;
padding-bottom: 1px;
background-color: #FFF;
}

.comboBoxListOption {
font-family: Arial;
font-size: 13px;
padding: 0px;
padding-left: 4px;
background-color: #FFF;
color: #000;
}

.comboBoxListOptionSelected {
background-color: #316ac5;
color: #ffffff;
}

