#main fieldset { border:0; padding:0; margin:0; }

#main { 
	background: none;
	color: #000;
	font: 1.1em/1.3 Arial, sans-serif; 
	margin: 0;
}

/*---- =main ----*/

h1 {
	background: url(../_img/business_trip/title.gif) no-repeat 15px 65%;
	height: 80px;
	text-indent: -2000px;
}

#intro { 
	background: #0D4E80 url(../_img/business_trip/intro_bg.jpg); 
	border-bottom: 1px solid #fff;
	color: #fff;
	min-height: 360px;
}

#features {
	background: url(../_img/business_trip/features_bg.gif) repeat-y;
	border-bottom: 1px solid #BFCB3D;
}

#quotation {
	position: relative;
	background: url(../_img/business_trip/quotation_bg.jpg) 0 10em repeat-x;
	margin-bottom: 1em;
}

#quot-sent {
	background: #ECEFC5 url(../_img/business_trip/tick.gif) no-repeat 7px .9em;
	border: 1px solid #BFCB3D;
	margin: 10px 15px 0;
	padding: .7em 10px .7em 27px;
}
	#quot-sent h2 {
		font-size:1.2em;
		color: #693;
	}

#footnote {
	color: #555;
	font-size: .9em;
	font-style: italic;
	margin: 3em 15px 0;
}

/*---- =intro ----*/

#intro h2 {
	background: #BFCB3D;
	border-top: 10px solid #DFE59E;
	color: #000;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 1em;
	padding: 10px 10px 10px 15px;
	width: 350px;
}

#intro p {
	padding-bottom: 1em;
	padding-left: 15px;
	width: 350px;
}

/*---- =features ----*/

#features h2 {
	background: url(../_img/business_trip/features_title_bg.gif) no-repeat right top;
	float: left;
	font-size: 1.2em;
	font-weight: normal;
	margin-top:30px;
	padding: 30px 70px 40px 15px;
	text-align: right;
	width: 280px;
}

#features dl {
	margin: 0 15px 0 390px;
	padding: 15px 0 20px;
}

#features dt {
	background: url(../_img/business_trip/arrow_down.gif) 0 .35em no-repeat;
	color: #0E4F81;
	cursor: pointer;
	margin-top: .5em;
	padding-left: 10px;
	text-decoration: underline;
}
	#features dt.closed {
		background-image: url(../_img/business_trip/arrow_right.gif);
	}

#features dd {
	margin-bottom: .5em;
	padding-left: 10px;
	display:none;
}

/*---- =quotation ----*/

#quotation h2 {
	background: url(../_img/business_trip/subtitle_quotation_pt.gif) no-repeat;
	height: 30px;
	left: 15px;
	position: absolute;
	text-indent: -2000px;
	top: 30px;
	width: 230px;
}
	.en #quotation h2 {
		background-image: url(../_img/business_trip/subtitle_quotation_en.gif);
	}

#quotation p {
	padding: 30px 15px 50px 390px;
}

#quotation .errors
{
	margin: 0 15px 1.5em;
}
	#quotation .errors li
	{
		background: #c30 url(../_img/business_trip/error.gif) no-repeat 7px .3em;
		color: #fff;
		font-weight: bold;
		margin-bottom: .5em;
		padding: .3em 10px .3em 27px;
	}

#quotation .col {
	display:inline;
	float: left;
	margin: 0 5px 0 15px;
	width: 350px;
}

#quotation h3 {
	background: url(../_img/business_trip/big_arrow_down.gif) bottom center no-repeat;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 1.5em;
	padding-bottom: 20px;
	text-align: center;
}

#quotation .field {
	margin-bottom: 1em;
}
	#quotation .field label {
		display: block;
		margin-bottom: .3em;
	}
	#quotation .field span {
		color: #555;
		font-style: italic;
	}

#quotation fieldset.checklist {
	margin-bottom:1em;
}

#quotation fieldset legend
{
	color:#000;
}

#quotation .button {
	clear: both;
	text-align: center;
}
	#quotation .button input {
		background: #ECEFC5;
		border-color: #ECEFC5;
		font-size: 1.5em;
		padding: .3em 1em;
	}

#disclaimer {
	background: #eee;
	clear: both;
	color: #555;
	margin: 0 15px 1em;
	padding: .8em 15px;
}
	#disclaimer input {
		float: left;
		margin-top: .2em;
	}
	#disclaimer label {
		margin-left: 20px;
		display:block;
	}
	#disclaimer.error {
		border: 2px solid #C00;
	}