  body {
	margin: 0;
	padding: 0;
	background-color: 012348;
  }
  #PAGE-CONTAINER {
    position: relative;
    top: 12px;
    width: 629px;
    margin: 0 auto;
  }
  #CONTENT-SHADOW {
	position: relative;
	width: 629px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: 012348;
  }
  #CONTENT {
    position: relative;
    left: 0px;
    top: 0px;
    width: 629px;
    height: 820px;
    background-color: #012348;
    border-width: 0px;
    border-color: #FFD71D;
    border-style: solid;
  }
  #PAGE-PLACEHOLDER {
    position: static;
    height: 24px;
    background-color: transparent;
  }
  #PAGE-FORM .infoicon a {
    display: block;
    position: relative;
    text-decoration: none;
  }
  #PAGE-FORM .infoicon a:hover {
    cursor: help;
    z-index: 100;
  }
  #PAGE-FORM .infoicon img {
    border: 0;
  }
  #PAGE-FORM .infoicon a span {
    display: none;
  }
  #PAGE-FORM .infoicon a:hover span {
    display: block;
    position: absolute;
    width: 300px;
    top: 10px;
    left: 10px;
    padding: 2px;
    z-index: 101;
  }
  #NO-SCRIPT {
    border-width: 1px;
    border-color: #800000;
    border-style: solid;
    margin-bottom: 12px;
    z-index: 1000;
  }
