/* CSS for Outdoor Adventure Form */

.hide
{
	display: none;
}

.show
{
	display: block;
}
input[type="checkbox"]

{
	clear: left;
	float: left;
}

input[type="checkbox"]+label
{
	float: left;
}
.tripDesc
{
	display: block;
	float: left;
	clear: left;
	margin-left: 20px;
}
#costMsg
{
	padding: 5px;
	background-color: #FAA;
	color: #000;
	border: 1px solid #900;
	border-radius: 5px;
	position: relative;
	top: 10px;
}

.btnSuccess
{
	margin-left: 25%;
	display: block;
	position: relative;
	top: 30px;
}

#aspnetForm legend{width: initial;}

/* Media Queries */
@media only screen and (max-width:768px){
	
	
}
