	.overseasform{
			margin:0px 0px 10px 0px;
			width:280px;
		
	}

	.advertising{
	padding:10px;
	width:260px;
	background-color:#ffffff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	/* ----------- basic ----------- */
	#booking_form{
		border:none;
		width:280px;

	}
	
	#booking_form h1 {
		font-size:16px;
		font-weight:bold;
		color:#f7981d;
		margin:0px 0px 8px 0px;
		padding:4px 4px 4px 4px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background-color:#ffffff;
	}
	

	
	#booking_form label{
		display:block;
		font-weight:600;
		text-align:left;
		width:110px;
		float:left;
		color:#e78f08;
	}
	#booking_form .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:left;
		width:110px;
	}
	#booking_form input{
		float:left;
		width:150px;
		margin:2px 0 7px 10px;
		font: 11px Arial, Helvetica, Verdana, sans-serif;
	}
	
	#booking_form select{
		float:left;
		width:155px;
		margin:2px 0 15px 10px;
		font: 11px Arial, Helvetica, Verdana, sans-serif;
	}
	

	#booking_form input.submit {
		width: 125px;
		height: 25px;
		border: 0;
		background-color: transparent;
		background-image: url(../images/buttons/flight_button.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		float:right;
	}
	
	
	#booking_form input.submit:hover {
		background-position: 0 -25px;
		cursor: pointer;
	}

#booking_form.advertising{
		width:155px;
		margin:500px 0 15px 10px;
}



