/* INPUTS --------------------------------------------------------------------------------------- */
#input #inputtext1{
  display: block;
	width: 300px;
	margin-bottom: .5em;
	padding: 2px 5px;
	padding: 2px;
	border: 1px solid #CCCCCC;
	font: normal small Arial, Helvetica, sans-serif;
	color: #333333;
}
fieldset{
  border: none;
}
.input{
	font-family: tahoma;
	padding: 5px;
	
	width: 500px;
	/* background-image: url('../file/001'); */
	font-weight: bold;
	border: 1px solid #ccc;
	color: #555;
}
#form_label{
	padding-top: 10px;
	padding-bottom: 5px;
	
	background-color: #;
	color: #000;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 14px;
}

#form_bg_top{
	background-image: url(./file/img/form_bg_top.png); 
	width: 925px;
	height: 71px;	
}

#form_bg_repeat{
	height: 500px;	
	background-image: url(./file/img/form_bg_repeat.png);
	background-color: #ccc;
	/* background-position: -20px 100%; */
}

#form_bg_bottom{
	width: 925px;
	background-image: url(./file/img/form_bg_bottom.png);
	background-color: #;
	/* background-position: -20px 100%; */
}
#form_button{
	display: block;
	
	clear: both;
	width: 160px;
	height: 30px;
	padding-bottom: 0px;
	margin-top: 20px;
	
	
}

#error{
	color: #ff0000;
	font-weight: normal;
}	
/* RESERVATION ---------------------------------------------------------------------------------- */
input.button{
  margin-left: 10px;
  margin-right: 15px;
  
  color: #555;
  font-family: tahoma;
  font-size: 11px;
  background-color: #fff;
  border: 1px solid #999;
}
select {
  border: 1px solid #999;
  color: #555;
  font-family: tahoma;
  font-size: 11px;
  background-color: #fff;
}
#reservation_form_container{
  background-image: url('img/reservation_form_bg.png');
  background-repeat: no-repeat;
  
  margin-bottom: 30px;
  margin-right: 10px; 
  margin-left: 20px;;
  display: inline-block; 
  float: left; 
  width: 695px; 
  height: 230px; 
  overflow: visible;
  
  background-color: #fff; 
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
}
#reservation_form_select{
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #;
}

#reservation_form_select_container{
  display: inline-block;
  float: left;
  height:100%;
  margin-top: 5px;
  
  background-color: #;
}
#reservation_form_basic_container{
  display: inline-block;
  float: left;
  width: 250px;
  margin-right: 15px;
  margin-left: 0px;
  padding-left: 15px;
  background-color: #;
}
#reservation_input{
  height: 12px;
  width: 220px;
  padding-bottom: 3px;
  padding-left: 5px;
  margin-left: 0px;
  
  border: 1px solid #999;
  font-size: 11px;
}
#index_sign_in_container{
  background-image: url('img/index_sign_in_bg.png');
  display: inline-block; 
  width: 245px; 
  height: 230px; 
  float: left;
  padding-left: 5px;
    
  border-left: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2;
  background-color: #fff; 
}

