/* Travel Tonic Form*/

fieldset {
	margin: 0 0 1.5em;
	padding: 0 0 0.5em;
	background: transparent;
	border-top: none;
	border-right: none;
	border-bottom: 2px solid #DDD;
	border-left: none;
	font-size: 1em;
	}
	

	
#tripDetails label {
	float: left;
	width: 13em;
}

fieldset#tripDetails{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px
	}
fieldset#tripDetails input {
	width: 15em;
}

form strong.required { color: #A64826; }

.errFld {
	border: 2px solid #b80000;
}

.errMsg {	
	color: #b80000 !important;
	font-size: 0.8em;
}



textarea {
	height: 50px;
	width: 95%;
	margin: 5px 0px 0px;
	padding: 0px;
}
radio {
	float: left;
}
fieldset h3 {
	padding-bottom: 0px;
}

	
fieldset h4 {
	color: #555555;
	font-weight: normal;
	font-size: 1em;
	}
	
fieldset div{
	width: 12em;
	float: left;
	}
	
#visitCity label {
	width: 3em;
	display: inline;
	}


label#monthOfTravelLabel, label#yearOfTravelLabel {
	text-indent: -9999px;
	width: 0;
	display: none;
	}

input#dateOfTravel, input#tailorItineraryDays {
	width: 3em;
	margin-right: 0.3em;
	}
	
input#lunch-other-input, input#dinner-other-input, input#foodDrink-other-input, input#musicEntertainment-other-input, input#shopping-other {
	width: 10em;
	}
	
input#numberOfPeopleTraveling {
	width: 4em;
	margin-right: 0.5em;
	margin-left: 0.5em;
	}
	
select#monthOfTravel {
	width: 7.3em;
	margin-right: 0.3em;
	}
	
input#yearOfTravel {
	width: 5em;
	}
fieldset#interests h4 {
	font-weight: bold;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #DDD;
}
#interests .single {
	margin: 0px;
	padding: 0px;
	float: none;
	width: 95%;
}


.example {
	font-size: 0.8em;
	display: block;
	color: #777777;
}
.exampleSports {
	font-size: 0.8em;
	color: #777777;
}
.threemag {
	width: 18em;
}
.buttonleft {
	float: left;
	width: 35%;
}
.buttonleft input {
	width: 9em;
	height: 2em;
	font-size: 1.3em;
}
.thanks {
	padding-bottom: 1em;
	border-bottom: 3px solid #DDD;
}

.buttonright input {
	width: 5em;
	height: 2em;
	font-size: 1.3em;
}

.buttonright {
	float: left;
}




.formLinerTop {
	padding-bottom: 15px;
	border-bottom: 3px solid #DDD;
}

