@charset "utf-8";

body {
	font-family: "microsoft Sans Serif";
	font-size: 12px;
	margin: 0px;
}

a {
	color:#0000FF;
}

hr {
	color: #C00000;
	background-color: #C00000;
	height: 1px;
	border:none;
	display:block;
	clear:both;
	margin: 0px 0px 0px 0px;
}

#overlay div, #overlayX1 div, #overlayX2 div, #overlayX3 div {
     width:300px;
     margin: 50px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:5px;
     text-align:center;
}

#overlay div h2, #overlayX1 div h2, #overlayX2 div h2, #overlayX3 div h2 {
     font-size: 14px;
	 font-weight: bold;
	margin: 3px;
}

#overlay div p, #overlayX1 div p, #overlayX2 div p, #overlayX3 div p {
     text-align: justify;
	margin: 3px;
}

#highlight{
	color:#C00;
	font-weight:bold;
}

.error{
	color:#FF0000;
	font-weight:bold;
}

#overlay, #overlayX1, #overlayX2, #overlayX3 {
     display: none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:300%;
     text-align:center;
     z-index: 1000;
	 background-image:url("/images/overlay.gif");
}

div#containerPage {
	display:block;
	width: 100%;
	height:auto;
	border: none;
	margin: 0px;
}

div#containerHeader {
	display:block;
	width: 100%;
	height: 100px;
	border: none;
	background-image:url('/images/bg_header.gif');
	background-repeat:repeat-x;
}

div#containerHeaderContent {
	display:block;
	width: 760px;
	height: 100px;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 0px 0px 0px;
	border: none;
}

div#containerHeaderBottom {
	display:block;
	clear:both;
	width: 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
}

div#containerLogo {
	display:block;
	float:left;
	width: 400px;
	height: 60px;
	border: none;
}

div#containerLogo img {
	border:none;
}

div#containerTopBanner {
	display:block;
	float:right;
	width: 100px;
	height: 60px;
	border: none;
}

div#containerBody {
	/*display:block;
	width: 755px;
	height:auto;
	border: none;
	margin-left:auto;
	margin-right:auto;
	clear:none;*/
	/*z-index: 2;*/
	
	border:none;
	clear:both;
	display:block;
	font-size:12px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	position:relative;
	width:755px;	
}

div#containerSkyScraper {
	width: 120px;
	height: 600px;
	border: none;
	display:block;
	position:absolute;
	float: right;
	clear:none;
	left: 800px;
	top: 72px;
	/*z-index: 1;*/
}

div#containerSlogan {
	display:block;
	width: 100%;
	height:40px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	padding: 4px 0px 0px 0px;
	text-align:right;
}

div#containerSlogan h2 {
	color: #C00;
	font-size:18px;
	font-weight:normal;
	margin: 0px;
}

div#containerSlogan h3 {
	font-size:14px;
	font-weight:normal;
	margin: 0px;
}

div#containerMainFormHeader {
	width: 755px;
	height:32px;
	border:none;
	background-image:url('/images/bg_main_form_header.gif');
	background-repeat:no-repeat;
	margin: 0px;
	float:left;
}

div#containerMainFormHeader h1, span.h1style {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size:25px;
	font-weight:normal;
	line-height: 25px;
	color: #C00;
	border: none;
	float:left;
	position:relative;
	left: 90px;
	top: 0px;
}

div#containerMainFormBody {
	width: 755px;
	height:254px;
	border:none;
	background-image:url('/images/bg_main_form_body.gif');
	background-repeat:no-repeat;
	margin: 0px;
	padding: 0px;
	float:left;
	position:relative;
	/*border: 1px solid orange;*/
	border: none;
}

div#mainSearchForm {
	width: 450px;
	height: auto;
	border: none;
	float:left;
	margin: 0px 0px 0px 8px;
	position:relative;
	padding: 0px;
	/*border: 1px solid yellow;*/
	border: none;
}

div#drop {
	/*border: 0px;*/
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF6FD;
	/*border: 1px solid #000000;*/
	clear:both;
}

div#dropMini {
	/*border: 0px;*/
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFF6FD;
	/*border: 1px solid #000000;*/
	clear:both;
}

div#searchResultsHeader {
	width: 100%;
	float:left;
	/*border: 1px solid red;*/
	border:none;
}

div#searchResultsHeader h1 {
	margin: 0px;
	padding: 0px;
	font-size:18px;
}

div#searchResultsHeader hr {
	color: #D3D3D3;
	background-color: #D3D3D3;
}

div#searchResultsHeader p {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	font-size:12px;
}

div#searchResultsHeaderLeft {
	display:block;
	width: 50%;
	float: left;
	/*border: 1px solid green;*/
	border:none;
}

div#searchResultsHeaderRight {
	display:block;
	width: 30%;
	float: right;
	text-align:right;
	/*border: 1px solid blue;*/
	border:none;
}

div#searchResultsHeaderRight p {
	color: #C00;
	font-size:14px;
	font-weight:bold;
}

div#searchResultsBody {
	width: 100%;
	float:left;
	/*border: 1px solid blue;*/
	border:none;
	clear:both;
}

div#searchResultsBodyLeft {
	display:block;
	width: 550px;
	float: left;
	border:none;
}

#searchResultsTable {
	width: 100%;
}

.searchResult {
	width: 100%;
	border: 1px solid #C00;
	margin: 0px 0px 0px 0px;
}

.searchResult td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 70px;
	vertical-align:middle;
}

div#searchResultsBodyRight {
	display:block;
	width: 200px;
	float: right;
	/*border: 1px solid gray;*/
	border:none;
}

div#searchRightText {
	width: 100%;
	height: 160px;
	float:right;
	margin: 0px 0px 10px 0px;
	font-size:12px;
	text-align:justify;
}

div#searchRightText h3 {
	font-size:14px;
}

div#pagingLinks {
	text-align:center;
	margin: 10px 0px 0px 0px;
	vertical-align:middle;
}

div#pagingLinks table {
	border: none;
	margin-left:auto;
	margin-right:auto;
}

div#pagingLinks table tr td {
	vertical-align:middle;
}

div#pagingLinks a {
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	margin: 0px 5px;
	border: none;
}

div#pagingLinks img {
	border:none;
}

div#pagingLinks .thisPage {
	font-size:20px;
	color: #C00;
	font-weight:bold;
	text-decoration:underline;
}

div#searchRightLoading {
	width:100%;
	text-align:center;
	margin: 30px 0px 0px 0px;
}

div#searchRightLoading p {
	font-size: 14px;
	font-weight:bold;
}

div#searchRightMiniSearch {
	width: 100%;
	float:right;
	margin: 0px 0px 5px 0px;
	display:none;
}

iframe#miniSearchFormFrame {
	width: 202px;
	height: 550px;
	margin: 0px;
	padding: 0px;
}

div#bestPriceWrapper {
	width: 500px;
	margin-left:auto;
	margin-right:auto;
}

div#searchRightMiniSearchBody fieldset {
	width: 100%;
	padding: 5px 0px 4px 0px;
	margin: 4px 0px 0px 0px;
	background-color: #FFF6F6;
	border: 1px solid #CC0000;
}

div#searchRightMiniSearch input.searchButton {
	width: 188px;
	height: 51px;
	margin: 5px 0px 0px 0px;
	border: none;
	background:none;
}

div#searchRightMiniSearchHeader {
	width: 100%;
	height: 25px;
	float:right;
	margin: 0px 0px 0px 0px;
	background-color: #CC0000;
}

div#searchRightMiniSearchHeader a {
	display:block;
	width: 190px;
	height: 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border: none;
	padding: 2px 0px 0px 10px;
}

div#searchRightFilter {
	width: 100%;
	float:right;
	margin: 0px 0px 5px 0px;
	display:none;
}

div#searchRightFilter fieldset {
	width: 100%;
	padding: 0px 0px 4px 0px;
	margin: 4px 0px 0px 0px;
	background-color: #FFF6F6;
	border: 1px solid #CC0000;
}

div#searchRightFilterHeader {
	width: 100%;
	height: 25px;
	float:right;
	margin: 0px 0px 0px 0px;
	background-color: #CC0000;
}

div#searchRightFilterHeader a {
	display:block;
	width: 190px;
	height: 20px;
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	border: none;
	padding: 2px 0px 0px 10px;
}

div#searchResultsBodyRight h3 {
	color: #C00;
	margin: 0px;
	padding: 0px;
}

div#searchResultsBodyRight p {
	margin: 6px 0px 0px 0px;
	padding: 0px;	
}

div.searchRightMiniSearchBodyFormField {
	width: 190px;
	border: none;
	padding: 0px 0px 10px 0px;
	margin-left:auto;
	margin-right:auto;
}

div#searchRightMiniSearchBody {
	clear:both;
	width: 100%;
	float:right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display:none;
}

div#searchRightMiniSearchBody label {
	width:auto;
	clear:none;
	float:none;
	font-size:14px;
	margin: 10px 0px 2px 0px;
}

div#searchRightMiniSearchBody label.miniAtLabel {
	margin: 0px 0px 0px 0px;
}

div#searchRightMiniSearchBody input {
	width:auto;
	clear:none;
	float:none;
}

div#searchRightFilterBody {
	clear:both;
	display:block;
	width: 100%;
	float:right;
	margin: 0px 0px 0px 0px;	
}

div#searchRightFilterBody label {
	width: auto;
	float:none;
	display:inline;
	font-size:12px;
}

div#filterText {
	font-size:12px;
}

p#loadingNext {
	font-size:16px;
	font-weight:bold;
	color: #C00;
}

div.mainSearchFormField {
	width: 100%;
	height:50px;
	display:block;
	/*padding: 0px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: 0px;
	clear:left;
	/*border: 1px solid blue;*/
	/*border: none;*/
}

div.mainSearchFormFieldPickup {
	width: 100%;
	height:70px;
	display:block;
	/*padding: 0px 0px 10px 0px;*/
	margin: 0px 0px 0px 0px;
	padding: none;
	clear:left;
	/*border: 1px solid green;*/
	border: none;
}

div.mainSearchFormFieldDropDate {
	width: 100%;
	height:60px;
	display:block;
	/*padding: 0px 0px 10px 0px;*/
	margin: 21px 0px 0px 0px;
	padding: none;
	clear:left;
	/*border: 1px solid orange;*/
	border: none;
}

div#mainSearchFormLeft {
	width: 45%;
	height: auto;
	float: left;
	/*border: 1px solid green;*/
	margin-left:10px;
	border: none;
}

div#mainSearchFormRight {
	width: 45%;
	height: auto;
	float: right;
	/*border: 1px solid red;*/
	border: none;	
}

div#mainSearchForm input {
	font-size:12px;
	font-weight:normal;
	border: 1px solid #C00;
	background-image:url('/images/input_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 5px;
}

div#mainSearchForm select {
	font-size:16px;
	font-weight:normal;
	border: 1px solid #C00;
	/*background-image:url('/images/input_bg.gif');*/
	background:inherit url(/images/input_bg.gif) repeat scroll 0%;
	background-position:bottom;
	background-repeat:repeat-x;
	background-color: #F0B7B7;
}

div#searchRightMiniSearchBody .textInput {
	font-size:12px;
	font-weight:normal;
	border: 1px solid #C00;
	background-image:url('/images/input_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	width:175px;
}

div#searchRightMiniSearchBody .ageInput {
	font-size:12px;
	font-weight:normal;
	border: 1px solid #C00;
	background-image:url('/images/input_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	width:60px;
}

div#searchRightMiniSearchBody .dateInput {
	font-size:12px;
	font-weight:normal;
	border: 1px solid #C00;
	background-image:url('/images/input_bg.gif');
	background-position:bottom;
	background-repeat:repeat-x;
	padding: 5px;
	margin: 0px 0px 0px 0px;
	width:70px;
}

div#searchRightMiniSearchBody .selectInputTime {
	background-color:#F0B7B7;
	border:1px solid #C00;
	font-size:16px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
}

div#searchRightMiniSearchBody .selectInputType {
	background-color:#F0B7B7;
	border:1px solid #C00;
	font-size:16px;
	font-weight:normal;
	margin: 0px 0px 0px 0px;
	width: 175px;
}

div#mainSearchFormRight select {
	width: 70px;
	font-weight:normal;
	display:inline;
	font-size:12px;
	/*padding: 2px;*/
}

div#mainSearchForm label {
	font-size:14px;
	font-weight:normal;
	padding-bottom:1px;
}

div#mainSearchFormLeft input, label {
	width: 190px;
	float:left;
}

div#mainSearchFormRight input {
	width: 90px;
	display:inline;
}

div#mainSearchFormRight .hiddenField {
	background:none;
	border:none;
}

div#mainSearchFormRight .searchButton {
	width: 188px;
	height: 51px;
	margin: 30px 10px 0px 0px;
	border: none;
	background:none;
	position:relative;
	vertical-align:bottom;
}

div#searchOptions {
	width: 100%;
	margin: 2px 0px 0px 10px;
	border: none;
	background:none;
	position:relative;
	clear:both;
}

label.mainLabel {
	width: 200px;
}

label.atLabel {
	float:none;
}

div#mainSearchFormLeft label.smallLabel {
	font-size:10px;
	/*height:15px;*/
	margin: 3px 0px;
	display:inline;
	width:auto;
}

div#mainSearchFormLeft input.smallTextInput {
	width: 50px;
}

div#mainSearchFormLeft input.mainFormRadio {
	width: auto;
	clear:left;
	height:15px;
	background:none;
	border:none;
	margin: 3px;
	display:inline;
}

div#mainSearchFormLeft select {
	width: 200px;
	display:inline;
}

div#mainSearchTestimonials {
	width: 250px;
	height: 420px;
	border: none;
	position:absolute;
	right: 20px;
	display:block;
	float:right;
	/*background-image:url('/images/bg_main_form_testimonials.gif');
	background-repeat:no-repeat;*/
}

div#mainSearchLocaleSelect {
	width: 250px;
	height: 420px;
	border: none;
	position:absolute;
	right: 20px;
	display:block;
	float:right;
	/*background-image:url('/images/bg_main_form_testimonials.gif');
	background-repeat:no-repeat;*/
}

div#mainSearchLocaleSelect h2 {
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-size:14px;
	color: #3C3D3C;
}

div#containerMainFormLogos {
	width: 755px;
	height:247px;
	border: none;
	background-image:url('/images/bg_main_form_logos.gif');
	background-repeat:no-repeat;
	margin: 0px;
	float:left;
}

div#containerFooter {
	display:block;
	clear:both;
	width: 755px;
	height:auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
	padding: 10px 0px 0px 0px;
	text-align:center;
	position:relative;
	font-size:12px;
}

div#containerFooter ul {
	list-style-type:none;
}

div#containerFooter ul li {
	display:inline;
}

div#containerFooter a {
	color: #DD0000;
	text-decoration:none;
	font-weight:bold;
}

div#containerFooter a:hover {
	color: #ff0000;
}

div#containerFooter p {
	font-size:11px;
}

div#containerAboutUs {
	/*width: 400px;*/
	width: 100%;
	height: auto;
	border:none;
	margin: 0px;
	float:left;
	text-align:justify;
}

div#containerAboutUs h2 {
	font-size:14px;
	margin: 2px 0px 2px 0px;
}

div#containerAboutUs p {
	font-size:12px;
}

div#containerContactUs {
	width: 100%;
	height: auto;
	border:none;
	margin: 5px 5px 5px 5px;
}

div#containerContactUs h1 {
	font-size:14px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-weight:bold;
}

div#containerContactUs h2 {
	font-size:12px;
	margin: 2px 0px 2px 0px;
	padding: 0px;
	font-weight:bold;
}

div#containerContactUs p {
	font-size:12px;
	text-align:justify;
}

div#containerRedirectPage {
	width: 700px;
	border: none;
	margin-left:auto;
	margin-right:auto;
	margin-top: 70px;
	vertical-align:top;
}

div#containerRedirect {
	width:100%;
	height: 240px;
	
	background-image:url('/images/redirecting.gif');
	background-repeat:no-repeat;
	margin: 0px 0px 0px 0px;
}

div#containerRedirectHeader {
	display:block;
	width: 100%;
	height: 80px;
	text-align:center;
	border: none;
}

div#containerRedirectContent {
	display:block;
	border: none;
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	text-align:center;
}

div#containerRedirectContent p {
	font-size:14px;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

div.containerLargeRight {
	width: 265px;
	height: auto;
	border:none;
	margin: 0px 10px 10px 0px;
	float:right;
}

div.containerLargeRight ul {
	list-style-type:none;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

div.containerLargeRight ul li a {
	color: #a71485;
	font-weight:bold;
	text-decoration:none;
}

div.containerLargeRightHeader {
	background-image:url('/images/bg_top_dest_header.gif');
	background-repeat:no-repeat;
	width: 265px;
	height: 25px;	
}

div.containerLargeRightHeader h2 {
	padding: 4px 0px 0px 10px;
	font-size: 14px;
	color:#FFFFFF;
	border: none;
	width: auto;
}

div#noCarsMessage {
	border: 1px solid #CC0000;
	margin: 20px 0px 0px 0px;
}

div#noCarsMessage h3 {
	margin: 5px 0px 5px 0px;
	padding: 0px;
	font-size:22px;
	font-weight:bold;
	color: #CC0000;
}

div#noCarsMessage p {

	margin: 10px 0px 10px 0px;
	padding: 0px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}

#overlayLoc {
     /*visibility: hidden;*/
	 display: none;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:1460px;
     text-align:center;
     z-index: 1000;
	 background-image:url("/images/overlay.gif");
}

#overlayLoc div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:2px solid #C00;
     padding:15px;
     text-align:left;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;
	 background-image:url("images/overlay.gif");
}

#overlay div {
     width:300px;
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

div#totalRentalsText {
	width:auto;
	font-size: 14px;
	color: #000000;
	font-weight:bold;
	margin: 5px 0px 0px 0px;
	border: none;
	clear:none;
	float:right;
	border: none;
	display:block;
}

div#locale_flags {
	width: 100%;
	text-align:center;
	margin: 0px;
	padding: 0px;
}

div#locale_flags table {
	border: none;
	padding: none;
	margin: 0px 0px 0px 5px;
}

div#locale_flag_selected_cell {
	margin: 5px;
	border: 2px solid #D3D3D3;
	width:50px;
	margin-left:auto;
	margin-right:auto;
}

div#locale_flag_selected {
	filter:alpha(opacity=20);
	-moz-opacity:.20;
	opacity:.20;
	zoom: 1;
}

div#locale_flags a, img {
	border: none;
}

div#locale_flags a {
	display:block;
	margin: 5px;
	border: 2px solid #D3D3D3;
	width:50px;
	margin-left:auto;
	margin-right:auto;
}

div#locale_flags img {
	clear:right;
}

div#locale_flags p {
	width: 100%;
	text-align:justify;
	margin: 3px 0px 3px 0px;
	padding: 0px;
}

img.locale_selected {
	border: 3px solid #C00;
	clear:right;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

a.toolTip {
    position:relative;
    z-index:24; background-color:#ccc;
    color:#000;
    text-decoration:none;
}

a.toolTip:hover {
	z-index:25; background-color:#ff0;
}

a.toolTip span {
	display: none;
}

a.toolTip:hover span {
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #A1057C;
    background-color:#FFFFFF;
	color:#000;
    text-align: center;
}

.containerMain {
	width: 100%;
	height:auto;
}

.plainTextLink {
	color: #000000;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
}

.halfBox {
	width: 266px;
	height: auto;
	border:none;
	margin: 0px 10px 10px 0px;
	float:right;
}

.halfBoxCentred {
	width: auto;
	height: auto;
	border:none;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.halfBoxCentred img {
	border: 0px;
}

table.searchResult tr td.resImage {
	padding: 0px 0px 0px 2px;
	width: 90px;
}

table.searchResult tr td.resDescription {
	padding: 10px 0px 0px 2px;
	vertical-align:top;
	width: auto;
}

table.searchResult tr td.resDescription p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:12px;
}

table.searchResult tr td.resDescription h4 {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size:16px;
}

table.searchResult tr td.resSupplier {
	padding: 0px 0px 0px 0px;
	width: 85px;
}

table.searchResult tr td.resSupplier img {

}

table.searchResult tr td.resPrice {
	padding: 0px 4px 0px 4px;
	width: 80px;
}

.resPriceMain {
	width: 100%;
	text-align:center;
	font-size:16px;
	color: #C00;
	font-weight:bold;
}

.resPriceEuro {
	width: 100%;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

table.searchResult tr td.resButton {
	padding: 0px 4px 0px 2px;
	width: 100px;
	text-align:center;
}

.purpleText {
	color: #C00;
}

.filterBy {
	float:left;
}

.best_price {
	float:right;
	padding: 2px 2px 0px 5px;
	font-weight:bold;
	font-size:11px;
	border: none;
}

.greenText {
	color: #1A9900;
/*	#28D700; */
}

.close_link {
	padding-top: 10px;
	text-decoration:none;
	color: #CC0000;
	font-weight:bold;
}

.best_price a:link    {font-size:12px;  color: #CC0000;   text-decoration: none }
.best_price a:active  { font-size:12px; color: #CC0000;  text-decoration: none }
.best_price a:visited {font-size:12px;  color: #CC0000;  text-decoration: none }
.best_price a:hover { font-size:12px;  color: #CC0000;  text-decoration: underline }


a.tooltip {
    position:relative; /*this is the key*/
    z-index:24; background-color:#FFF6FD;
    color:#000000;
    text-decoration:none;
}

a.tooltip:hover {
	z-index:25;
	background-color:#FFF6FD;
}

a.tooltip span {
	display: none;
	font-size: 12px;
}

a.tooltip:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:3em; width:15em;
    border:1px solid #000000;
    background-color:#FFF6FD;
	color:#000;
	font-size: 12px;
    text-align: left;
}

form#contact_form {
	margin: 20px 0px 20px 20px;
}

.contact_form_field {
	width: 80%;
	margin: 0px 0px 15px 0px;
	position:relative;
}

.contact_form_field input, .contact_form_field textarea {
	padding: 3px;
}

.contact_form_field label {
	width: 120px;
	display:block;
	font-weight:bold;
	text-align:right;
	margin: 5px 5px 0px 0px;
}

.contact_form_field img {
	margin: 0px;
	padding: 0px;
}

span.required {
	color: #FF0000;
	margin-right: 2px;
	font-style:normal;
	font-weight:bold;
}

#required_note {
	margin-left: 20px;
	font-style:italic;
	color:#333333;
}

img#contact_captcha {
	position:absolute;
	left: 264px;
	top: -8px;	
}

span#contact_captcha_note {
	position:absolute;
	left: 400px;
	top: -4px;
	width: 200px;
	color:#333333;
	font-size:11px;
}

ul#submission_errors {
	color:#FF0000;
	margin-left: 150px;
}

/*.SRNew {
	border: 1px solid black;
	width: 260px;
	float:right;
	margin: 10px 30px 0px 0px;
}*/

.SRNew {
	float: right;
	width: 282px;
	padding: 0px;
	border:#D6D6D6 solid 2px;
	background: #ffffff;
	margin: 0px 23px 0px 0px;
}
.SRNew h2 {
	display:block;
	width:261px;
	height:15px;
	font-size: 14px;
	letter-spacing:0px;
	padding: 5px 10px;
	margin: 10px auto 10px auto;
	/*background-image: url(/images/sr_bkg_head.png);*/
	background-color: #CC0000;
	color:#ffffff;
}
.SRNew ul { padding: 0px; margin: 0px 0px 10px 10px;}
.SRNew li { padding: 0px; margin: 0px; list-style-type: none;}
.SRNew li a { padding: 2px 0px 5px 8px; color: #606060; text-decoration: none; width: 255px; display: block;}
.SRNew li a:visited { color: #606060; text-decoration: none; }
.SRNew li a:hover { text-decoration: none; color: #000033; }

div#pleaseWait {
	text-align:center;
	border: 2px solid #CC0000;
	width:300px;
	height: 100px;
	margin: 50px 0px 0px auto;
	padding: 20px;
	font-size:24px;
	vertical-align:top;
}