fieldset  {
	color: #000000;
	border: solid 1px #d3d3d3;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 0.8em;
	padding: 5px;
	}

legend  {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFF99;
	padding: 5px;
	font-size: 2em;
	}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	display: block;
	margin-right: 10px;
	position: relative;
	width: 140px;
	float: left;
	}

textarea  {
	border: 1px solid #FF0000;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
/*	height: 17px;*/
}


label.fieldLabel	{
	display: inline;
	float: none;
	}
	
input.formInputField   {
	border: 1px solid #FF0000;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 17px;
	}
	
select.formInputField   {
	border: 1px solid #FF0000;
	color: #333;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	height: 22px;
	}
	
/*input.formInputField:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	}*/

select.formSelect  {
	border: solid 1px #f66;
	background-color: #fee;
	color: #333;
	cursor: pointer;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 2px;
	}

/*select.formSelect:hover  {
	background-color: #ccffff;
	color: #000;
	cursor: pointer;
	}*/

input.formInputButton   {
	border: solid 1px #f66;
	background-color: #f99;
	background-image: url(bg_button.png);
	color: #300;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bolder;
	text-align: center;
	padding: 1px;
	margin-right: 5px;
	vertical-align: middle;
	}
#t_realname, #t_country, #t_email, #t_FromTo, #t_numpeople, #t_FromToEND, #t_numrooms, #t_numnights, #t_submit_by {
	font-size: 90%;
	color: #FF0000;
	font-family: "Courier New", Courier, monospace;
	font-style: italic;
	padding: 0px;
	margin: 0px;
	display: inline;
	text-align: left;
}
