#rcq-form {
	width: 500px;
	margin: 0 0 0 10px;
}

#rcq-form fieldset {
	border: 1px solid #d8e4ee;
	background: #f4f8fa;
	margin-bottom: 20px;
	padding: 10px;
}
#rcq-form fieldset.where-to {
	border-left: none;
	border-right: none;
	border-top: none;
	margin: 0;
	padding: 5px 0;
}
#rcq-form fieldset fieldset.inner {
	border: none;
	border-bottom: 1px solid #d8e4ee;
	margin: 0;
	padding: 10px 0;
}
	#rcq-form fieldset fieldset.last {
		border: none;
		padding-bottom: 0;
	}
	#rcq-form fieldset fieldset.first {
		padding-top: 0;
	}
	#rcq-form fieldset fieldset.multi {
		display: none;
	}
	#rcq-form fieldset fieldset.noBorder {
		border-bottom: none;
	}
#rcq-form legend {
	font-size: 1.2em;
	background: url(../images/form-legend-bg.jpg) left top repeat-x;
	border: 1px solid #b3c2ce;
	padding: 2px 5px;
	color: #FFF;
}

#rcq-form label {
	font-size: 1.2em;
	margin-right: 10px;	
}
	#rcq-form label.radio-txt {
		font-size: 1.1em;
		color: #17486a;
		font-weight: bold;
		margin-right: 20px;
	}

#rcq-form input {
	border: 1px solid #9ecae2;
	color: #5f5f5f;
	font-size: 1.0em;
	height: 11px;
	padding: 6px;
}
	#rcq-form input.pass-count {
		margin-right: 50px;
		width: 83px;
	}
#rcq-form select {
	margin-right: 20px;
}

#rcq-form input.radio-btn {
	height: 15px;
	width: 15px;
	border: none;
}

#rcq-form a.dp-choose-date {
	width: 21px;
	height: 25px;
	background: url(../images/dp-btn.gif) top left no-repeat;
	display: block;
	text-indent: -9999px;
	margin-right: 20px;
}

#rcq-form fieldset.where-to input,
#rcq-form fieldset.where-to a {
	width: 160px;
	float: left;
	margin-right: 30px;
}
	#rcq-form fieldset/* .where-to */ input.date-text {
		border-right: none;
		width: 100px;
		background: url(../images/dp-btn.gif) #FFF right center no-repeat;
	}
		#rcq-form fieldset input.date-text.large {
			width: 100px;
			margin-right: 20px;
		}

	#rcq-form .where-to select {
		margin-right: 0;
		margin-top: 3px;
		float: left;
	}
	
#rcq-form fieldset.contact input {
	width: 125px;
	margin-right: 15px;
}
	#rcq-form textarea {
		width: 97%;
		height: 80px;
		padding: 5px;
		border: 1px solid #9ecae2;
		color: #5f5f5f;
		font-size: 1.1em;
		font-family: Arial, sans-serif;
	}
#rcq-form input.Submit {
		width: 95px;
		height: 26px;
		background: #76c7ee;
		border: 1px solid #FFF;
		text-align: center;
		padding: 4px 0;
		margin: 10px auto;
		color: #FFF;
		font-family: Trajan Pro, serif;
		text-shadow: 0 2px 2px #999;
		cursor: pointer;
		font-size: 1.4em;
		font-weight: bold;
	}
	
#rcq-form fieldset.generic fieldset input {
	margin-right: 20px;
}
	#rcq-form fieldset.generic fieldset input.radio-btn {
		margin-right: 5px;
	}
	#rcq-form fieldset.generic fieldset label {
		clear: left;
	}
input.small {
	width: 80px;
}
