body {
  margin: 0px;
  font-family: verdana;
  font-size: 13px;
  color: #36393d;
}
td {
  font-size: 13px;
}
a {
  color: #4096EE;
  text-decoration: none;
}
a:hover {
  color: #FF7400;
}
#title {
  width: 100%;
  height: 166px;
  background-image: url(img/titlebg.jpg);
  background-position: bottom center;
  background-repeat: repeat-x;
}
#title img {
  margin-top: 46px;
}
#menu-box {
  width: 800px;
  height: 50px;
  text-align: center;
}
#menu {
  padding: 0;
  margin: 0;
  white-space: nowrap;
  list-style-type: none;
}
#menu li {
  display: inline;
}
#menu li a {
  display: block;
  float:left;
  width: 155px;
  height: 30px;
  background-image: url(img/button.jpg);
  background-repeat: no-repeat;
  padding-right: 5px;
  color: #F9F7ED;
  text-decoration: none;
  font-weight: bold;
  font-family: arial;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 26px;
}
#menu a:hover {
  color: #FF7400;
  background-image: url(img/button-o.jpg);
  background-repeat: no-repeat;
}
#sep {
  margin-right: 170px;
}
#banner {
  padding-right: 50px;
}
#content {
  width: 760px;
  text-align: left;
}
#form-holder {
  width: 550px;
}
#form {
  width: 550px;
  height: 100px;
  text-align: left;
  margin-top: 30px;
}
#input {
  width: 400px;
  height: 60px;
  margin-right: 25px;
  font-family: arial;
  font-size: 20px;
  font-weight: bold;
  padding: 14px 6px 0px 14px;
  border: solid 4px #3F4C6B;
  background-color: #acb7c3;
  color: #CC0000;
}
#submit {
  width: 125px;
  height: 60px;
  background-image: url(img/go.jpg);
  border: none;
  cursor: pointer;
}
#submit:hover {
  background-image: url(img/go-o.jpg);
}
#submit-rss {
  width: 125px;
  height: 60px;
  background-image: url(img/gorss.jpg);
  border: none;
  cursor: pointer;
}
#submit-fr {
  width: 125px;
  height: 60px;
  background-image: url(img/button-fr.jpg);
  border: none;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  color: #F9F7ED;
  font-weight: bold;
  font-size: 16px;
  background-color: #ffffff;
}
#footer {
  height: 50px;
  width: 100%;
  border-top: solid 4px #36393d;
  margin-top: 50px;
}
#add-search-right {
  display: block;
  background-image: url(img/button2.jpg);
  background-repeat: no-repeat;
  width: 278px;
  height: 67px;
  text-align: center;
  color: #F9F7ED;
  font-weight: bold;
  text-decoration: none;
}
#add-search-left {
  display: block;
  background-image: url(img/button2.jpg);
  background-repeat: no-repeat;
  width: 278px;
  height: 67px;
  text-align: center;
  color: #F9F7ED;
  font-weight: bold;
  text-decoration: none;
  margin-left: 100px;
}
#add-search-left img {
  border: none;
  vertical-align: middle;
  margin-right: 10px;
}
#add-search-right img {
  border: none;
  vertical-align: middle;
  margin-right: 10px;
}
#advanced {
  border-top: solid 1px #000000;
}
#advanced td {
  padding: 6px;
}
#my-searches {
  list-style: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
}
#my-searches li a{
  display: block;
  padding: 6px 0px 6px 0px;
  border-bottom: dotted 1px #36393d;
}
#my-searches li a:hover{
  display: block;
  padding: 6px 0px 6px 0px;
  border-bottom: dotted 1px #36393d;
  background-color: #F9F7ED;
  padding-left: 6px;
}
#country{
  position: absolute;
  left: 0px;
  top: 6px;
  z-index: 10;
  width: 100%;
  text-align: right;
}
.must-inpu {
  border: solid 1px #D01F3C;
  background-color: #ffe6e6;
}
.must-desc {
  color: #D01F3C;
}
.sep {
  border-collapse: collapse;
  padding: 0px;
  margin: 0px;
  border: none;
}
.sep td {
  font-size: 13px;
  vertical-align: top;
}
.box1 {
  width: 400px;
  text-align: left;
  margin-top: 40px;
  padding-left: 12px;
}
.box3 {
  width: 400px;
  text-align: left;
  margin-top: 40px;
  padding-right: 12px;
}
