@charset "utf-8";
form fieldset {
	clear: both;
}

	form fieldset ul {
		list-style: none;
		list-style-type: none;
		overflow: hidden;
		margin-bottom: 10px;
	}

		form fieldset ul li {
			list-style: none;
			list-style-type: none;
			float: left;
			padding-top: 5px;
		}

		form fieldset ul li div.float_left {
			float: left;
			margin-right: 10px;
		}

		form fieldset ul li div.float_right {
			float: right;
			margin-right: 10px;
		}

		form fieldset ul li input, 
		form fieldset ul li select, 
		form fieldset ul li textarea {
			font-family: Arial, Helvetica, sans-serif;
			background-color: #fcfbf9;
			border: 2px #dddcda solid;
			font-size: 14px;
			padding: 3px;
			color: #000000;
			font-weight: bold;
			letter-spacing: -1px;
			outline: none;
			resize: none;
		}

		form fieldset ul li input.checkbox {
			font-family: Arial, Helvetica, sans-serif;
			background-color: transparent;
			border: none;
			padding: 0px;
			margin: 0px;
			outline: none;
			resize: none;
			float: none;
		}

		form fieldset ul li.clear {
			clear: both;
			float: none;
		}

			form fieldset ul li label {
				color: #000000;
				cursor: pointer;
				display: block;
				font-weight: bold;
				padding-right: 7px;
				padding-top: 3px;
				float: left;
				font-size: 12pt;
				text-decoration: none;
				letter-spacing: -1px;
			}

			form fieldset ul li label:hover {
				text-decoration: underline;
			}

			form fieldset ul li label.checkbox_label {
				padding-left: 3px;
				float: none;
				clear: none;
				display: inline;
			}
			
			form fieldset ul li label.static {
				width: 190px;
				min-width: 190px;
				max-width: 190px;
			}

.input_sidetext {
	float: left;
	color: #b2b2b2;
	font-size: 85%;
	font-style: italic;
	padding-left: 5px;
}

.input_size_2 {
	width: 20px;
	min-width: 20px;
	max-width: 20px;
}

.input_size_5 {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
}

.input_size_7 {
	width: 70px;
	min-width: 70px;
	max-width: 70px;
}

.input_size_10 {
	width: 100px;
	min-width: 100px;
	max-width: 100px;
}

.input_size_15 {
	width: 150px;
	min-width: 150px;
	max-width: 150px;
}

.input_size_20 {
	width: 200px;
	min-width: 200px;
	max-width: 200px;
}

.input_size_25 {
	width: 250px;
	min-width: 250px;
	max-width: 250px;
}

.input_size_30 {
	width: 300px;
	min-width: 300px;
	max-width: 300px;
}

.input_size_35 {
	width: 350px;
	min-width: 350px;
	max-width: 350px;
}

.input_size_40 {
	width: 400px;
	min-width: 400px;
	max-width: 400px;
}

.input_size_45 {
	width: 450px;
	min-width: 450px;
	max-width: 450px;
}

.input_size_55 {
	width: 550px;
	min-width: 550px;
	max-width: 550px;
}

.date_available_text {
	float: left; 
	cursor: pointer; 
	font-weight: bold; 
	letter-spacing: -1px; 
	font-size: 14px;
}

button.submit_button {
	display: block;
	background-image: url(../images/submit.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 29px;
	min-height: 29px;
	max-height: 29px;
	width: 84px;
	min-width: 84px;
	max-width: 84px;
	text-indent: -9999px;
	border: none;
	margin-top: 2px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

button.search_button {
	display: block;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 29px;
	min-height: 29px;
	max-height: 29px;
	width: 84px;
	min-width: 84px;
	max-width: 84px;
	text-indent: -9999px;
	border: none;
	margin-top: 2px;
	background-color: transparent;
	cursor: pointer;
	outline: none;
}

.date_label {
	clear: both;
	cursor: pointer;
	letter-spacing: -1px;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

.date_label:hover {
	color: #74B4DC;
}

.float_right {
	float: right;
	margin-right: 10px;
}

