﻿body 
{
  text-align: center;
  font-family: arial;
  
}

#container 
{
  margin: 0 auto;
  width: 780px;
  text-align: left;
  border:solid 3px #000;
}

#searchoptions,#searchresults
{
	margin:0px auto;
	text-align:left;
	width:98%;
    padding:10px 0;
    background: #ffc730;
    font-size:0.8em;
}

#searchtop
{
	text-align:center;
	margin:0px auto;
	width:95%;
	height:50px;
	vertical-align:middle;
	border: 5px solid #cee570;
	padding: 7px 7px 7px 7px;
}

#searchbottom
{
	text-align:center;
	margin:0px auto;
	width:95%;
	height:50px;
	vertical-align:middle;
	border: 5px solid #cee570;
	padding: 7px 7px 7px 7px;
	font-family:Arial;
	font-size:large;
	color:Black;
}

#popularsearches
{
	text-align:center;
	margin:0px auto;
	width:95%;
	height:20px;
	vertical-align:middle;
	border: 5px solid #cee570;
	padding: 7px 7px 7px 7px;
	font-family:Arial;
	font-size:small;
	color:Black;
}


/*
#searchbottom a,#searchbottom a:link,#searchbottom a:visited
{
	color:Black;
}
*/

#searchbox {
    background-color: #ffffff;
    border: 5px solid #cee570;
    margin: 10px 10px 10px 10px;
    padding: 7px 7px 7px 7px;
    width: 250px;
}

#searchimg
{
	display:inline;
}

#header
{
	text-align:center;
}

h1 
{
	font-size:0.9em;
	font-weight:bold;
}

#xxxxmsg{
   /*background-color:#ccffff;
   height:100px;
   width:400px;*/
   font-family:verdana;
   font-size: 0.8em;
}

a.visited, a.link, a
{
	color:Black;
	font-weight:bold;
}

img
{
	border:0;
}

.hintText
{
	font-size:0.8em;
}
