html {
  padding: 0;
  margin: 0;
  height: 100%;
  margin-bottom: 1px;
}
body {
  background: url(/images/osa-background.jpg) top center no-repeat black;
  font-family: arial, sans serif;
  font-size: 14px;
  background-color: black;
  margin: 0;
  padding: 0;
}


      
label {
  display: block;
  font-weight: bold;
  margin-top: 5px;
}

label.not-required {
  font-weight: normal;
}

img.png {
  behavior: url(/css/iepngfix.htc)
}

#page {
  width: 952px;
  background: url(/images/osa-page-bg.png) 0 0 repeat-y;
  padding: 0 25px;
  margin: auto;
}

#content {
  width: 902px;
  background: url(/images/osa-content-bg.jpg) top left no-repeat;
  min-height: 500px;
  position: relative;
  padding-top: 213px;
  color: white;
}

#content2 {
  background: url(/images/osa-content-inner-shadow.png) top left no-repeat;
  min-height: 500px;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  background: url(/images/osa-logo.jpg) top left no-repeat;
  width: 902px;
  height: 212px;
  border-bottom: solid 1px white;
}


h1 {
  margin-top: 0;
  font-size: 19px;
  color: #666666;
}

h2 {
  margin-top: 0;
  font-size: 19px;
  color: #ca2a2d;
  font-weight: normal;
}

#noshow {
  display: none;
}


#static {
  width: 90%;
  margin: auto;
}

#static h2, #static h3 {
  margin: 20px 0 10px 0;
  padding: 0;
}

h3 {
  color: #CCCCCC;
}

.error {
  background-color: red;
  color: white;
  padding: 5px;
}

.message {
  background-color: green;
  color: white;
  padding: 5px;
}

.critical {
  color: yellow;
  background-color: red;
  border: solid 2px black;
  padding: 5px;
  margin: 5px 10px 5px 5px;
  text-align: center;
  font-weight: bold;
  display: block; 
}

#bottom-info a {
  color: white;
}


#footer { 
  color: white;
  width: 1002px;
  text-align: left;
  margin: auto;
}

a:link, a:visited, a:active, a:hover, a {
  color: white;
}

#header-info {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 220px;
  background-color: rgba(255, 255, 255, .5);
  padding: 10px;
  border: solid 2px black;
  -moz-border-radius: 10px 0 0 0;
  -webkit-border-radius: 10px 0 0 0;
}