/*********************************************/  
/* BOOKING FORM DROP DOWN                    */
/*********************************************/

#top_panel {
  width: 935px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: none;
  background: #EFEFEF url(../images/login_background.gif) no-repeat;
  }

#top_contents {
  width: 96%;
  height: 120px;
  margin: 0 auto;
  }

/*********************************************/  
/* FORM ELEMENTS                             */
/*********************************************/

#theform h2 {
  font-family: tahoma;
  font-size: 14px;
  color: #666666;
  }

#theform {
  margin: 0;
  padding: 0;
  width:935px;
  }
	
#theform fieldset {
  float: left;
  border: 0;
  }
	
#theform fieldset legend {
  font-size: 1.6em;
  font-family: tahoma;
  color: #999999;
  }
	
#theform fieldset legend span {
  display: none;
  }
	
#theform fieldset h3 {
  font-size: 1em;
  color: #999999;
  }

#theform fieldset input {
  font-size: 0.8em;
  height: 1.2em;
  }

#theform #pt2 input {
  margin: 30px 0 0 0;
  height: 35px;
  font-size: 12px;
  width: 150px;
  color: #666666; 
  background: #f3f3f3;
  font-weight: bold;
  border-bottom: 	1px solid #999999;
  border-right: 1px solid #999999;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;	
  }


	