@charset "UTF-8";

#content {
  background-image: url(/img/bg-home.jpg);
  background-repeat: no-repeat;
  height: 526px;
}

#slogan {
  position: absolute;
  margin-top: 470px;
  margin-left: 560px;
  width: 400px;
  font-size: 14pt;
  font-style: italic;
  font-weight: bold;
  text-align: center;
}

#logo {
  margin-top: 20px;
}

#search {
  margin-top: 40px;
  height: 100px;
  margin-right: 30px;
}

#search table {
  padding: 0;
  margin: 0;
  border-spacing: 0;
}

#search-text {
  font-size: 16pt;
}

#search-comment {
  margin: 0;
  padding: 0;
  margin-top: -3px;
}

#instructions {
  clear: right;
  float: right;
  width: 400px;
  height: 280px;
  margin-top: 80px;
  border: solid #666 1px;
  background-color: #ccc;
  margin-right: 30px;
}

#instructions-ie {
  clear: right;
  float: right;
  width: 400px;
  height: 280px;
  margin-top: 80px;
  margin-right: 30px;
}

#instructions p {
  margin-left: 10px;
  margin-right: 10px;
}


#instructions h2 {
  text-align: center;
  padding-top: 0px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 18pt;
}

#instructions h2 strong{
  color: #222;
}

#instructions h2 span {
  color: #666;
}

.instructions-step {
  clear: both;
  padding: 2px;
}

#instructions img {
  margin-top: -10px;
  margin-right: 5px;
  float: left;  
}

#instructions p span {
  color: #333;
}

#instructions p strong {
  font-weight: bold;
  font-size: 14pt;
  color: #111;
}

.flash {
  position: absolute;
  margin-left: 20px;
  margin-top: 20px;
  width: 945px;
  margin-top: 120px;
}

#search-button {
}

