* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size: 10pt;
}
#container {
  background: transparent url(images/welcome.png) no-repeat left top;
  width: 1024px;
  height: 569px;
  margin: auto;
  position: relative;
}
#search {
  font-size: 0.8em;
  left: 555px;
  position: relative;
  top: 120px;
  width: 313px;
}
#search .form-radios div {
  display: inline;
}
#search table {
  border-spacing: 5px;  
}
#search table td {
  text-align: right;  
}
#edit-submit {
  position: relative;
  top: 5px;
}
#message {
  left: 650px;
  position: absolute;
  text-align: right;
  top: 285px;
}
#message strong {
  color: #639BCA;
}
#message span {
  display: block;
  padding: 5px 0;
}
#go {
  position: absolute;
  left: 796px;
  top: 330px;
}
a.home-link {
  position: absolute;
  display: block;
  width: 164px;
  height: 81px;
  top: 239px;
  left: 440px;
}
#footer {
  position: absolute;
  width: 100%;
  top: 520px;
  font-size: x-small;
  text-align: center;
}

select {
  width: 212px;
}

#visix {
  text-decoration: none;
  color: black;
  font-weight: bold;
}
