/* HOME PAGE ONLY */
#home-page-top
  {
  float:left;
  display:inline;
  position:relative;
  width:1200px;
  height:350px;
  margin-bottom:10px;
  background-color:#ffffff;
  }

#auto-hide
  {
  position:absolute;
  z-index:3;
  bottom:0;
  left:0;
  float:left;
  background-color:#ffffff;
  width:405px;
  height:26px;
  }

#video-holder
  {
  float:left;
  width:800px;
  height:350px

  }

#video-holder #top
  {
  top:0;
  }

#video-holder #bottom
  {
  bottom:26px;
  }

.overlay
  {
  z-index:2;
  position:absolute;
  float:none;
  right:790px;
  overflow:hidden;

  }
  
#homepage-form
  {
	background-color:#ffffff;
	font-size: 15px;
	font-family: arial;
	height:345px;
	width:400px;
	padding-top:0;
	float:left;
	overflow:hidden;
	border-bottom-width: 5px;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #900;
  }

#homepage-form form
  {
  margin-left:40px;
  }

#homepage-form form .fieldset .label,
#homepage-form form .fieldset .fieldset
  {
  float:left;
  }

#homepage-form form .fieldset .label
  {
  width:100px;
  font-weight:bold;
  text-align:right;
  margin-right:10px;
  }

#homepage-form form .fieldset
  {
  height:40px;
  }

#homepage-form form .fieldset .field input
  {
  width:200px;
  }

#homepage-form form .fieldset .field select
  {
  width:205px;
  }

#homepage-form form .fieldset .button input
  {
  width:97px;
  margin-right:10px;
  float:left;
  }

/* END HOME PAGE ONLY */