a:link {
 text-decoration:none;
 color:rgba(69,106,218,1)
 }
a:hover {
  text-decoration:underline;
  color:rgba(69,106,218,1)
  }
a:visited {
  text-decoration:none;
  color:rgba(69,106,218,1)
  }
body {
  margin:0;
  padding:0;
  }
.search {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -200px;
  text-align:center;
  }
.text {
  font-size: 25px;
  width:715px;
  height:35px;
  padding:0px;
  margin:0px;
  }
.text:focus {
  font-size: 25px;
  width:715px;
  height:35px;
  padding:0px;
  margin:0px;
  border: 1px solid black;
  }
.submit {
  background: rgba(69,106,218,1);
  background: -moz-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,106,218,1)), color-stop(23%, rgba(48,89,214,1)), color-stop(100%, rgba(25,71,209,1)));
  background: -webkit-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -o-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -ms-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: linear-gradient(to bottom, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456ada', endColorstr='#1947d1', GradientType=0 );
  height: 35px;
  width: 55px;
  border-top-left-radius:0px;
  border-top-right-radius:5px;;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:0px;
  border-width:0px;
  padding:0px;
  margin-left: -4px;
  margin-top: -1px;
  line-height: 35px;
  font-size: 25px;
  }
.submit:hover {
  background: rgba(69,106,218,1);
  background: -moz-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(69,106,218,1)), color-stop(23%, rgba(48,89,214,1)), color-stop(100%, rgba(25,71,209,1)));
  background: -webkit-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -o-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: -ms-linear-gradient(top, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  background: linear-gradient(to bottom, rgba(69,106,218,1) 0%, rgba(48,89,214,1) 23%, rgba(25,71,209,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#456ada', endColorstr='#1947d1', GradientType=0 );
  height: 35px;
  width: 55px;
  border-top-left-radius:0px;
  border-top-right-radius:5px;;
  border-bottom-right-radius:5px;
  border-bottom-left-radius:0px;
  border-width:1px;
  border-color:black;
  padding:0px;
  margin-left: -4px;
  margin-top: -1px;
  line-height: 35px;
  font-size: 25px;
  }
.search_upper {
  background: rgba(217,217,217,1);
  background: -moz-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(201,199,201,1) 26%, rgba(204,198,204,1) 51%, rgba(204,200,204,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,217,217,1)), color-stop(26%, rgba(201,199,201,1)), color-stop(51%, rgba(204,198,204,1)), color-stop(100%, rgba(204,200,204,1)));
  background: -webkit-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(201,199,201,1) 26%, rgba(204,198,204,1) 51%, rgba(204,200,204,1) 100%);
  background: -o-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(201,199,201,1) 26%, rgba(204,198,204,1) 51%, rgba(204,200,204,1) 100%);
  background: -ms-linear-gradient(top, rgba(217,217,217,1) 0%, rgba(201,199,201,1) 26%, rgba(204,198,204,1) 51%, rgba(204,200,204,1) 100%);
  background: linear-gradient(to bottom, rgba(217,217,217,1) 0%, rgba(201,199,201,1) 26%, rgba(204,198,204,1) 51%, rgba(204,200,204,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9d9d9', endColorstr='#ccc8cc', GradientType=0 );
  padding:0px;
  height: 85px;
  margin-top:-15px;
  text-align:center;
  }
.search_results {
  width:725px;
  text-align:left;
  margin-top:5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  }