/* FORM */
.red {
	 color: red;
	 font-size: 11px;
}
.form {
	display:block;
	margin: 0 auto;
	overflow: visible;
	width: 555px;
}
.form h3 {
	text-align: right;
	font-size: 12px;
	width: 250px;
	padding-bottom:5px;
}
.form br {
	display:block;
	height:1px;
	overflow:hidden;
	clear:both;
}
.form p {
	display:block;
	clear: both;
	padding: 5px 0;
	position: relative;
	margin: 0 0 5px;
	width: 100%;
}
.form p a.dp-choose-date {
	bottom: 8px;
	right: 135px;
}
	.form p.odd {
		background-color: #f7f7f7;
	}
.form p.form-label {
	font-weight: bold;
	text-align: right;
	width: 250px;
}
.form p:after {
	content:'.';
	visibility:hidden;
	height:1px;
	display:block;
	clear:both;
}
.form p span {
	display: inline;
	float:left;
	margin: 2px 10px 0 0;
}
.form .checkbox {
	display: inline;
	float: none;
	margin: 0px 0 0 260px;
}
.form select {
	margin: 2px 0 0;
}
.form label {
	width: 250px;
	display:block;
	float:left;
	text-align:right;
	margin: 0 10px 0 0;
	line-height: 20px;
}
.form p.checkbox-field {
	overflow: hidden;
}
.form p.checkbox-field label {
	display: inline;
	float: none;
	text-align: left;
	line-height: 1em;
	margin: 0 0 0 5px;
}
.form span label {
	width:auto;
	text-align:left;
	margin:.3em 0 0 .3em;
	color:#000;
	top:-.2em;
}
.form span.elabel label {width:6em;text-align:right;margin-right:1em;}
.form label em {
	color:red;
	font-size:28px;
	vertical-align:bottom;
	font-weight:normal;
	line-height: 10px;
	padding-right: 5px;
}

.form input, .form textarea {
	display:block;
	float:left;
	font-size:12px;
}
.form input.text, .form input.date-pick {
	height: 15px;
	padding: 0px 5px;
	width: 225px;
}
.form input.date-pick {
	width: 125px;
}
.form .captcha input.text {
	margin: 4px 10px 0 0;
	width: 125px;
}
.form .textarea {
	font-family: Trebuchet MS,Tahoma,Arial;
	padding: 0px 5px;
	width: 230px;
}
.form i {
	display:block;
	clear:both;
	padding-left:19em;
	font-size:.8em;
}
.form .controls {
	padding-left: 260px;
}
.form .button {
	background: transparent url("../images/button.png") no-repeat left top;
	border: 0px;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 19px;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-indent: -1000px;
	padding: 0;
	width: 49px;
}
.form .signup {
	background: transparent url("../images/signup.png") no-repeat left top;
}

/*#rfp.form .button {
	background: transparent url("../images/rfp-but.png") no-repeat 0 0;
	height: 25px;
	width: 75px;
}
#rfp.form .hover {
	background-position: 0 -25px;
}*/
#rfp.form .button {
		background: url("../images/signup.gif") no-repeat scroll 0 0 transparent;
		color: white;
		height:28px;
		width:86px;
	}
	#rfp.form .hover {
		background: url("../images/signup.gif") no-repeat scroll 0 0 transparent;
		color: white;
		height:28px;
		width:86px;
	}
	

.form .submit {
	background: transparent url("../images/signup.png") no-repeat left top;
	width: 69px;
}
	.form .button:hover {
		background-position: left -19px;
	}
.form .reset {margin-left:1em;}
.form .captcha label {
	margin: 4px 10px 0 0;
}
.form .captcha label em {
	line-height: 12px;
}
.form .captcha span {margin-top:.5em;}
.form .captcha small {display:block;padding-top:1em;}


#row_how_did_you_hear_about_this_offer span input {
    width: 20px;
	margin-top:5px;
}
#row_meetings_plan span input {
    width: 20px;
	margin-top:5px;
}
#row_meeting_venue span input {
    width: 20px;
	margin-top:5px;
}
#row_types_venues span input {
    width: 20px;
	margin-top:5px;
}


#row_will_it_be_your_first_time_visiting_downtown_reno span {
	margin-top:0;
}
#row_will_it_be_your_first_time_visiting_downtown_reno span input {
    width: 20px;
	margin-top:6px;
}

#row_exhibits span {
	margin-top:0;
}
#row_exhibits span input {
    width: 20px;
	margin-top:6px;
}

#row_meetings_take_place span {
	margin-top:0;
}
#row_meetings_take_place span input {
    width: 20px;
	margin-top:6px;
}
