@charset "utf-8";
/* CSS Document */

fieldset{border:none;}
legend { display:none; }
h4{margin:0px;padding:0px;}
#reservations p span{ color:#005B9D; /*medium blue*/ } 
#reservations p, #reservations p strong, #reservations p em, #reservations ul li{ 
	color:#777; 
	font-size:10px; 
}
.registrationFieldset input{color:#777; }
.registrationFieldset input:active{
	border:2px solid #005B9D;	
}
.registrationFieldset select:active{
	border:2px solid #005B9D;	
}
.registrationFieldset input:focus{
	border:2px solid #005B9D;	
}
.registrationFieldset select:focus{
	border:2px solid #005B9D;	
}
.registrationFieldset{
	margin:0px 0px 10px 0px;
	padding:0px 0px 15px 0px;
	background:url(../images/common/listing_preview_border.png) no-repeat bottom center;		
}


#personalInformation{}
#personalInformation label { 
	display:block;
	margin:0px 0px 10px 0px; padding:2px 0px 0px 0px;
	width:115px;
	float:left;
}
#personalInformation label b{ color:#005B9D; /*medium blue*/ } 
#personalInformation input {
	float:left;
	margin:0px 25px 10px 0px;
	padding:1px 0px 0px 5px;
	width:141px;

}

#personalInformation select{
	float:left;
	margin:0px 25px 10px 0px;
	padding:0px;
	width:150px;
}

#travelInformation label{
	display:block;
	width:200px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:2px 0px 0px 0px;
}
#travelInformation label b{ color:#005B9D; /*medium blue*/ } 
#travelInformation input{
	float:left;
	margin:0px 0px 10px 0px;
	width:210px;
}
#travelInformation select{
	padding:0px 0px 0px 2px;
	margin:0px 3px 0px 0px;
	float:left;
}
#travelInformation option{ margin:0px 0px 0px 5px; }
	#travelInformation .month{ width:85px; }
	#travelInformation .day{ width:43px; padding:0px; }
	#travelInformation .year{ width:60px; margin-right:30px }
	#travelInformation .children{ width: 191px; margin-right: 30px;}
	#travelInformation .units{ width:213px; }
#generalInfo label{
	display:block;
	width:130px;
	float:left;
}
#generalInfo select{
	padding:0px 0px 0px 2px;
	width:280px;
}
#generalInfo option{
	padding-left:5px;
}
#generalInfo textarea{
	width:276px;	
}
	