form {
	padding: 25px;
}

fieldset{
	background-color: #4696b8;
	border: 1px solid #6c4313;
	padding-left: 50px;
	padding-bottom: 30px;
}

#info ul{
	list-style-type: none;
}

fieldset#tripinfo li{
	display: inline-block;
}

fieldset#tripinfo h3{
	margin-left: 15px;
}

fieldset#submitform{
	background-color: #fff;
	border-style: none;
}

#content_main h1{
	font-size: 45px;
}

#content_sub h2{
	font-size: 25px;
}

#content_sub h3{
	color: #fff;
	font-variant: small-caps;
	font-size: 15px;
}

#content_sub li>h3{
	border-top-style: none;
}

#content_sub li ul li{
	list-style-type: none;
}

input{
	width: 250px;
	text-align: left;
	padding: 3px;
}

#phone input{
	width: 44px;
	text-align: center;
}

#submitform input{
	text-align: center;
	position: relative;
	margin-top: 10px;
}

select{
	margin-left: 15px;
}

#options select{
	margin-top: 10px;
}

#submit{
	font-size: 13px;
	width: 100px;
	border-style: none;
	background:  url(../images/button.png) no-repeat;
	height: 26px;
	color: #fff;
	cursor: pointer;
}

#clear{
	width: 100px;
	border-style: none;
	background:  url(../images/button.png) no-repeat;
	height: 26px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;

}

input.invalid {
	background-color: #f5ffd1;
	border: 2px solid #6c4313;
}

label.invalid {
	color: #F00;
}

input#submit:active{
	background-position: 0 -31px;
	
}

input#clear:active{
	background-position: 0 -31px;
}

input:focus{
	border: 2px solid #6c4313;
}

