@charset "utf-8";
/* CSS Document */

div#bookingintrotext {
	width: 650px;
	height:100px;
	/*width: 562px;*/
	margin: 6px;
	border: solid green 0px;
	text-align: justify;
	line-height: 1.7em;
}

.questionscontent {
	text-align: justify;
	color:#000000;
	line-height: 1.7em;
}

div#book-a-trip {
	/*background: url(../images/whyactive-bg.gif) repeat-y;
	border-top: solid 1px #69bb45;*/
	border: solid 1px #90b1dd;
	width:auto;
	/*width: 674px;
	min-height: 1250px;*/
	padding: 10px 10px 0px 10px;	
	text-align: justify;
	color:#000000;
	line-height:20px;
}

div#booking-content {
    margin:0px;
	/* margin: 10px 0px 0px 10px; */	
}

div#tabs {
    width:auto;
	/*width: 694px; */
	border-bottom: 0px;
}

.formtitle {
	font-size: 12px;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	text-align: left;
	color:#000000;
	vertical-align: top;
}

.formtable input, textarea {
	font-size:12px;
	padding: 2px;
}

.formsubmit input {
	padding: 0px;
}


div#formConfirmation {
	width: 664px;
	border: solid 1px #d8dee5;
	text-align:center;
	padding:1px 0px 10px 1px;
	background-color:#d8dee5;
}

div#confirmationBorder {
	width:668px;
	border:1px solid #90b1dd;
	padding:1px 0px 1px 1px;
}

