@charset "UTF-8";
/* CSS Document */


/*** Search Box styles ***/

.twoColFixRtHdr #quickSearch {
	float: right; /* since this element is floated, a width must be given */
	width: 304px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #7d0101; /* the background color will be displayed for the length of the content in the column, but no further */
	background-image:url(../images/bg_qcol.jpg); /* sand image forms background just at top */
	background-repeat: no-repeat;
	background-position: top left;
	padding: 10px 0px; /* padding at the top to push the "ticket" down a little without relying on margins */
	/*border-left: 1px dashed grey; */
	clear: none;
}

#quickSearch h1 {
	font-family: Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	color: #f6f4dc;
	background: #7d0101;
	background-image: url(../images/paperclip_top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 0.95em;
	font-weight: normal;
	margin: 0;
	padding: 9px !important; 
	position: relative;
}
#quickSearch #form {
	background: #f7f7f5;
	background-image:url(../images/paperclip_btm.jpg);
	background-repeat: no-repeat;
	background-position: top;
	border-right: 10px solid #7d0101;
	border-left: 10px solid #7d0101;
	/* padding: 0 5px 5px 5px; */
	/* margin: 0 5px 5px 5px; */
	display: block;
	width: 284px;
	position: relative; 
	left: 0px;
	padding-top: 30px;
}
.button {
	margin-left: 160px;
}
.formRow, #search_button {
	clear: both;
	padding-top: 20px;
	padding: 10px 3px 10px 5px;
	display: block;
	width: auto;
}
.formRow div {
	float: left;
	position: relative;
	bottom: 0;
	clear: none;
	border-bottom: 2px solid #bdbdbb;
	padding: 0 4px 5px 2px;
	background-image: url(../images/form_bdr_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height: 2.3em;
}
.formRow select, .formRow input, .formRow label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	display: block; /* override this for input (see next style), as this needs to be inline if we're to pop a calendar in beside it */
}
.formRow input {
	display: inline; 
	float: left;
	clear: none;
}
#oneway_or_return input {
	clear: none;
	float: left;
	margin: 0 5px 0 0px;
	padding: 0;
}
#oneway_or_return div {
	display: inline-block;
	float: left;
	width: 6em;
	height: auto;
}
.formRow label {
	color: #7c0000;
	text-transform: uppercase;
	font-size: 0.8em;
	white-space: nowrap;
}

.formRow select {
	margin-bottom: 0px;
}

select option.country {
	font-weight: bold;
	color: red;
}

.hrule {
	height: 3px;
	width: 288px;
	background: url(../images/form_dashline.gif) repeat-x;
	margin: 50px 0 0 -7px;
}

.postitNote  {
	position: relative;
	left: -20px;
	top: -30px;
	background-color: #f9f6c2;
	padding: 10px;
	width: 250px;
	height: 220px;
}
.postitNote h2, .postitNote li {
	font-family: "Lucida Sans", Arial, sans-serif;
	font-style:italic;
	background: none;
	color: #0a215b;
}
.postitNote h2 {
	font-size: 1em;
}
.postitNote ul {
	margin: 0;
	padding: auto;
}
#search_button {
	margin-top: 2em;
	width: 104px;
	height: 35px;
	color: #FFF;
	border: none;
	text-align: center;
	text-transform:uppercase;
	font-weight: bold;
	padding-top: 0;
	margin-right: 20px;
	background: url("../images/btn_search.gif");
}
input#date, input#returndate {
	width: 6em;
}
