container_header/* Reset */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr, acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike, strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend, table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0; font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

/* Generali */

body{
 	margin: 0px;
  	padding: 0px;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 11px;
	background-color: #5D94B9;
	}
	
tr {
	height: 20px;
	}

td {
	padding: 2px;
}

/* Menu alto */

ul#nav{	
	background:url(/images/graphic/menu/menu_header.png);
	height: 46px;
	width: 601px;
	padding:0 0 0 15px;
	position: absolute;
	right: 20px;	
	top: 5px;
}
		
ul#nav li{
	float:left;
	display:inline;
	height:40px;
	margin: 0 6px 0 6px;
}

ul#nav li.volo{
	width: 71px;
}

ul#nav li.soggiorno{
	width: 115px;
}

ul#nav li.noleggio{
	width: 115px;
}

ul#nav li.vacanze{
	width: 115px;
}

ul#nav li.lastminute{
	width: 115px;
}

ul#nav li a{
	float:left;
	display:inline;
	margin-top:6px;
	height:34px;
	line-height:28px;
	text-align:center;
}

ul#nav li a:link, ul#nav li a:visited {
	color: #FFFFFF;
	letter-spacing: -1px;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;	
}	

ul#nav li.volo a{
	width: 50px;
	padding-left: 22px;
	background:url(/images/graphic/menu/nav_aereo_blu.png) no-repeat;
}				

ul#nav li.volo a:hover{
	background:url(/images/graphic/menu/nav_aereo_arancione.png) no-repeat;
}

ul#nav li.soggiorno a{
	width: 84px;
	padding-left: 32px;
	background:url(/images/graphic/menu/nav_letto_blu.png) no-repeat;
}				

ul#nav li.soggiorno a:hover{
	background:url(/images/graphic/menu/nav_letto_arancione.png) no-repeat;
}

ul#nav li.noleggio a{
	width: 80px;
	padding-left: 35px;
	background:url(/images/graphic/menu/nav_auto_blu.png) no-repeat;
}				

ul#nav li.noleggio a:hover{
	background:url(/images/graphic/menu/nav_auto_arancione.png) no-repeat;
}

ul#nav li.vacanze a{
	width: 80px;
	padding-left: 35px;
	background:url(/images/graphic/menu/nav_valigia_blu.png) no-repeat;
}				

ul#nav li.vacanze a:hover{
	background:url(/images/graphic/menu/nav_valigia_arancione.png) no-repeat;
}

ul#nav li.lastminute a{
	width: 88px;
	padding-left: 26px;
	background:url(/images/graphic/menu/nav_orologio_blu.png) no-repeat;
}				

ul#nav li.lastminute a:hover{
	background:url(/images/graphic/menu/nav_orologio_arancione.png) no-repeat;
}

#nav_memory{	
	height: 46px;
	width: 594px;
	padding:0 0 0 15px;
	position: absolute;
	right: 30px;	
	top: 55px;
}

/* Menu ricerca */

.menu_container {
	width: 158px;
}

#form_content {
	background:url(/images/graphic/menu/menu_navbar_arancione.png) no-repeat;
	height: 205px;
	width: 148px;
	padding: 4px 0 0 10px;
}

#form_background {
	background: url('http://www.lacossira.it/images/graphic/menu/form_body.png') 0 -3px;
	height: 195px;
}

.nav_left {	
	padding-top: 15px;
}

.nav_left li{
	list-style-type: none;
	height:34px;
}

.nav_left li span{
	float:left;
	height:34px;
	width: 118px;
	padding-left: 20px;
	line-height:28px;
	text-align:center;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size:15px;
	color: #003366;
	font-weight:bold;
	letter-spacing: -1px;
	cursor: pointer;
}

.nav_left li span:hover{
	color: #DE3900;
}

#nav_left_content{
	background:url(/images/graphic/menu/menu_navbar_blu.png) no-repeat;
	padding: 0 10px 0 10px;
}

.nav_left li.volo span{
	background:url(/images/graphic/menu/ricerca_aereo_blu.png) no-repeat 7px;
}				

.nav_left li.volo span:hover{
	background:url(/images/graphic/menu/ricerca_aereo_arancione.png) no-repeat 7px;
}

.nav_left li.soggiorno span{
	background:url(/images/graphic/menu/ricerca_letto_blu.png) no-repeat 2px;
}				

.nav_left li.soggiorno span:hover{
	background:url(/images/graphic/menu/ricerca_letto_arancione.png) no-repeat 2px;
}

.nav_left li.noleggio span{
	background:url(/images/graphic/menu/ricerca_auto_blu.png) no-repeat;
}				

.nav_left li.noleggio span:hover{
	background:url(/images/graphic/menu/ricerca_auto_arancione.png) no-repeat;
}

.nav_left li.vacanze span{
	background:url(/images/graphic/menu/ricerca_valigia_blu.png) no-repeat 1px;
}				

.nav_left li.vacanze span:hover{
	background:url(/images/graphic/menu/ricerca_valigia_arancione.png) no-repeat 1px;
}

.nav_left li.nome span{
	background:url(/images/graphic/menu/ricerca_punto_blu.png) no-repeat 9px;
}				

.nav_left li.nome span:hover{
	background:url(/images/graphic/menu/ricerca_punto_arancione.png) no-repeat 9px;
}

/* Menu contattaci */

.nav_menu_gen {
	background: url(/images/graphic/menu/menu_navbar_arancione.png) no-repeat;
	padding: 4px 10px 0 10px;
}

/* Tabelle */

.tabella{
	border: 1px solid #636363;
	margin: 0 auto 0 auto;
	width: 650px;
	vertical-align: middle;
	}

.tab-color {
	background-color: #5d94b9;
}

.tab-color_2 {
	background-color: #D0E4EB;
}

.tab-left_pad {
	text-align: left;
	padding-left: 4px;
}
	
/* Link */

a:link, a:visited, .fake_link {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size:11px;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	}

a:hover, .fake_link:hover {
	color: #DE3900;
	text-decoration: underline;
	}

a.orange:link, a.orange:visited {
	font-size:11px;
	color: #DE3900;
	text-decoration: none;
	}

a.orange:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
a.orange_medium:link, a.orange_medium:visited {
	font-size:13px;
	color: #DE3900;
	text-decoration: none;
	}

a.orange_medium:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
a.orange_medium_dotted:link, a.orange_medium_dotted:visited, .fake_link_medium_dotted {
	font-size: 13px;
	color: #DE3900;
	text-decoration: none;
	border-bottom: dotted #003366 2px;
	}

a.orange_medium_dotted:hover, .fake_link_medium_dotted:hover {
	color: #003366;
	border-bottom: solid #DE3900 2px;
	}	
	
a.orange_big:link, a.orange_big:visited {
	font-size:15px;
	color: #DE3900;
	text-decoration: none;
	}

a.orange_big:hover {
	color: #FF0000;
	text-decoration: underline;
	}
	
a.orange_big_dotted:link, a.orange_big_dotted:visited {
	font-size:15px;
	color: #DE3900;
	text-decoration: none;
	border-bottom: dotted #003366 2px;
	}

a.orange_big_dotted:hover {
	color: #003366;
	border-bottom: solid #DE3900 2px;
	}	
	
a.white:link, a.white:visited {
	font-size:11px;
	color: #FFFFFF;
	text-decoration: none;
	}

a.white:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}	
	
a.menu:link, a.menu:visited {
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size:14px;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	}

a.menu:hover {
	color: #DE3900;
	text-decoration: underline;
	}
	
a.menu_footer:link, a.menu_footer:visited {
	font-size:13px;
	color: #003366;
	font-weight:bold;
	text-decoration: none;
	}

a.menu_footer:hover {
	color: #FFFFFF;
	}	
	
a.menu_footer_thin:link, a.menu_footer_thin:visited {
	font-size:13px;
	color: #003366;
	font-weight: normal;
	text-decoration: none;
	}

a.menu_footer_thin:hover {
	color: #FFFFFF;
	}		
		
a.medium:link, a.medium:visited, a.medium:hover {
	font-size: 13px;
	}
		
a.big:link, a.big:visited, a.big:hover {
	font-size: 15px;
	}

/* Colori stili e dimensioni*/

.white{
	color: #FFFFFF;
	}
		
.blue {
	color: #003366;
	font-weight: bold;
}

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

.blue_light {
	color: #003366;
}

.orange_medium {
	font-size: 13px;
	color: #DE3900;
	font-weight: bold;
}

.orange {
	color: #DE3900;
	font-weight: bold;
}

.orange_light {
	color: #DE3900;
}

strong {
	color: #003366;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.normal {
	font-weight: normal;
}

h1 {
	font-size:14px;
	color: #003366;
	font-weight:bold;
}

h2 {
	font-size:13px;
	color: #003366;
	font-weight:bold;
}

div#ul_circle li{
	margin:2px 0 2px 10px;
}

div#ul_circle li li {
	list-style-type: disc;
	margin-left: 20px;
}

div#ul_circle li li ul li {
	list-style-type: circle;
}

div#ul_circle ol, div#ul_circle ul{
	margin-bottom:20px;
}

/* Titoli */
		
.title_white {
	color: #FFFFFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;	
}
	
/* Allineamenti e spazi*/

.center{text-align: center;}

.middle{vertical-align: middle;}

.left{text-align: left;}

.right{text-align: right;}

.padtop0-5{padding-top: 5px;}

.padtop1-0{padding-top: 10px;}

.padtop1-5{padding-top: 15px;}

.padtop3-0{padding-top: 30px;}

.padleft3-0{padding-left: 30px;}

.padbottom2-0{padding-bottom: 20px;}

.marginleft5p {margin-left: 5%;}

.marginleft0-5{margin-left: 5px;}

.marginleft1-0{margin-left: 10px;}

.marginleft1-5{margin-left: 15px;}

.marginleft2-0{margin-left: 20px;}

.marginleft3-0{margin-left: 30px;}

.marginleft3-5{margin-left: 35px;}

.marginleft4-0{margin-left: 40px;}

.marginleft4-5{margin-left: 45px;}

.marginleft5-0{margin-left: 50px;}

.marginleft6-5{margin-left: 65px;}

.marginleft8-0{margin-left: 80px;}

.marginleft140{margin-left: 140px;}

.marginleft190{margin-left: 190px;}

.marginleft300{margin-left: 300px;}

.marginright0-5{margin-right: 5px;}

.marginright0-8{margin-right: 8px;}

.marginright1-0{margin-right: 10px;}

.marginright1-5{margin-right: 15px;}

.marginright2-0{margin-right: 20px;}

.marginright3-0{margin-right: 30px;}

.marginright3-5{margin-right: 35px;}

.marginright3-9{margin-right: 39px;}

.marginright4-0{margin-right: 40px;}

.marginright5-0{margin-right: 50px;}

.marginright8-0{margin-right: 80px;}

.marginright9-0{margin-right: 90px;}

.marginright120{margin-right: 120px;}

.marginbottom0-5 {margin-bottom: 5px;}

.marginbottom1-0 {margin-bottom: 10px;}

.marginbottom1-5 {margin-bottom: 15px;}

.marginbottom2-0 {margin-bottom: 20px;}

.marginbottom2-5{margin-bottom: 25px;}

.marginbottom3-0 {margin-bottom: 30px;}

.marginbottom4-0 {margin-bottom: 40px;}

.margintop-0-5 {margin-top: -5px;}

.margintop-0-8 {margin-top: -8px;}

.margintop-1-0 {margin-top: -10px;}

.margintop-1-5 {margin-top: -15px;}

.margintop0-5 {margin-top: 5px;}

.margintop1-0 {margin-top: 10px;}

.margintop1-5 {margin-top: 15px;}

.margintop2-0 {margin-top: 20px;}

.margintop3-0 {margin-top: 30px;}

.margintop4-0 {margin-top: 40px;}

.marginleftright1-0 {
	margin: 0 10px 0 10px;
}

.marginleftrightbottom1-0 {
	margin: 0 10px 10px 10px;
}

.width5 {width: 5%;}

.width10 {width: 10%;}

.width20 {width: 20%;}

.width25 {width: 25%;}

.width30 {width: 30%;}

.width33 {width: 33%;}

.width40 {width: 40%;}

.width45 {width: 45%;}

.width48 {width: 48%;}

.width50 {width: 50%;}

.width60 {width: 60%;}

.width70 {width: 70%;}

.width80 {width: 80%;}

.width100 {width: 100%;}

.width50px {width: 50px;}

.width60px {width: 60px;}

.width90px {width: 90px;}

.width100px {width: 100px;}

.width205{width: 204px;}

.width248{width: 248px;}

.width290{width: 290px;}

.width340{width: 340px;}

.width450{width: 450px;}

.width480{width: 480px;}

.width500{width: 500px;}

.width570{width: 570px;}

.height30{height: 30px;}

.line-height2-0	{
	line-height: 20px;
}

.height1-4 {
	height: 13px;
}

.height20{height: 20px;}

.height40{height: 40px;}

.height50{height: 50px;}

.height165{height: 165px;}

.height100p{height: 100%;}

.relative {position: relative;}

.inline {display: inline;}

.border {border: 0;}

.border1 {border: #6D6F5C 1px solid;}

.valignm {vertical-align: middle;}

.valignm img {vertical-align: middle;}

/* Display */
	
.floatleft{float: left;}

.floatright{float: right;}

/* Positionamenti generali */

#container_ie {
	text-align: center;
} /* Explorer Hack */

#container {
	width: 992px;
    margin-left: auto;
    margin-right: auto;
	background: url(/images/graphic/body_middle.png) repeat-y;
	position: relative;
}

/* Header */

#header {
	text-align: left;
	margin: 10px 0 30px;
	background: #5d94b9 url(/images/graphic/body_top.png) no-repeat;
	padding-top: 20px;
}

#header_container {
	background: url(/images/graphic/body_middle.png) repeat-y;
	padding: 0 20px 0 20px;
	position: relative;
}

/* Body */

#incipit_container {
	color: #003366;
	position: absolute;
	bottom: 25px;
	left: 20px;
	width: 750px;
	height: 120px;
	z-index: 1;
}

#body {
	margin: 0 20px 0 188px;
	font-size: 13px;
	color: #636363;
}

#promo {
	width: 783px;
	height: 289px;
}

#vetrina {
	background: url(/images/graphic/menu/menu_vetrina.png) no-repeat;
	height: 205px;
	margin-bottom: 20px;
}

.vetrina_content {
	width: 177px;
	padding: 5px 10px 5px 10px;
	margin-top: 20px;
}

.offerte_content {
	width: 255px;
	height: 55px;
	margin-bottom: 10px;
	color: #003366;
	cursor: pointer;
	background: url(/images/graphic/offerte.png) no-repeat;
}

.offerte_content:hover div, .offerte_content:hover span {
	color: #FFF;
}

.offerte_content_mini {
	width: 239px;
	height: 40px;
	padding: 5px 8px 5px 8px;
}

.offerte_content:hover {
	color: #FFF;
	background: url(/images/graphic/offerte_blu.png) no-repeat;
}

#strutture_head {
	  height: 230px;
	  margin-bottom: 20px;
}

#container_header {
	background: url(/images/graphic/menu_container_header.png) no-repeat;
	width: 785px;
	height: 29px;
	padding-top: 15px;
}

#container_footer {
	background: url(/images/graphic/menu_container_footer.png) no-repeat;
	width: 785px;
	height: 12px;
}

.back_blue_light {
	background: url(/images/graphic/back_blue_light.png) no-repeat;
	width: 772px;
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 8px 0 0 10px;
}

.back_blue_light_570 {
	background: url(/images/graphic/back_blue_light_570.png) no-repeat;
	width: 566px;
	height: 27px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 0 10px;
}

.button_blue {
	background: url(/images/graphic/button_blue.png) no-repeat;
	width: 81px;
	height: 21px;
	padding: 5px;
}

.back_blue_light_thin {
	background: url(/images/graphic/back_blue_light_thin.png) no-repeat;
	width: 783px;
	height: 11px;
}

.button_blue_container {
	padding: 0 56px 0 57px;
}

.commenti_container {
	height: 180px;
}

.struttura_container {
	height: 160px;
}

.struttura_container_med {
	height: 150px;
}

.struttura_container_loc {
	height: 140px;
}

.container_pacchetti_ext {
	height: 135px;
	margin-bottom: 20px;
}

#elenco_strutture {
	background: #FFF;
	width: 880px;
	height: 630px;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 13px;
	color: #636363;
	padding: 10px;
}

#elenco_commenti {
	background: #FFF;
	font-family: Tahoma,Verdana,Arial,Helvetica,Sans-serif;
	font-size: 13px;
	color: #636363;
	padding: 10px;
}

#elenco_commenti_scroll {
	width: 600px;
	background: #FFF;
	height: 460px;
	overflow: auto;
}

.strutture_val_back, .strutture_val_back_grey  {
	background: url(/images/icon/val_back.png) no-repeat;
	width: 119px;
	height: 10px;
	margin-top: 2px;
}

.strutture_val_back_grey {
	background: url(/images/icon/val_back_grey.png) no-repeat;
}

.strutture_val_over, .strutture_val_over_grey {
	background: url(/images/icon/val_over.png) no-repeat right;
	height: 10px;
	float: right;
}

.strutture_val_over_grey {
	background: url(/images/icon/val_over_grey.png) no-repeat;
}

#map{
	background: url(/images/graphic/map_background.png) no-repeat;
	width: 850px;
	height: 550px;
	left: -695px;
	top: -900px;
	position: absolute;
}

#map_localita{
	background: url(/images/graphic/map_big_background2.png) no-repeat;
	width: 856px;
	height: 686px;
	left: -120px;
	top: -900px;
	position: absolute;
	padding: 10px;
}

#map_in{
	width: 826px;
	height: 527px;
	margin: 9px 8px 10px 11px;
	border: 1px solid #003366;
}

#map_canvas{
	background: url(/images/graphic/map_big_background.png) no-repeat;
	width: 706px;
	height: 606px;
	margin-left: 40px;
	padding: 10px;
}

#map_canvas_in{
	width: 684px;
	height: 584px;
	line-height:2;
	border: 1px solid #003366;
}

#map_canvas_localita{
	width: 826px;
	height: 535px;
	line-height:2;
	border: 1px solid #003366;
	margin: 20px 0 0 4px;
}

#x {
	position: absolute;
	right: 18px;
	top: -7px;
	z-index: 1;
}

#x_localita {
	position: absolute;
	right: 40px;
	top: -4px;
	z-index: 1;
}

.infowindow {
	width: 460px;
	height: 310px;	
}

.show_comments {
	position: absolute;
	bottom: -67px;
	left: 110px;
}

/* Footer */

#footer {
	clear: both;
	margin: 1px 0 20px 0;
	background: #5d94b9 url(/images/graphic/body_bottom.png) no-repeat;
	color: #003366;
	height: 320px;
	position: relative;
}

#footer_note {
	position:absolute;
	bottom: 5px;
	left: 239px;
}

.footer_menus {
	width: 228px;
	background:url(/images/graphic/menu/menu_navbar_arancione.png) no-repeat top center;
	padding: 5px 10px 5px 10px;
}

#error_box {
	text-align: center;
	background-color: #FCFEFC;
	font-size: 15px;
	color: #003399;
	padding: 50px;
	width: 300px;
	height: 100px;
}

/* Menu Left */

#menu_left {
	float: left;
	width: 158px;
	text-align: left;
	margin-left: 10px;
}

/* Feed */

.feed_title {
	margin: 0 0 5px 25px;
}

.feed_description {
	margin: 0 0 10px 35px;
}

/* Form */

.hidden {
	visibility: hidden;
}

.calendar {
	cursor: pointer;
}

.msg_error_form {
	color: #FF0000;
	font-weight: normal;
	font-size: 11px;
}

/* Tooltip */

#tooltip {
	position: absolute;
	border: ridge 4px #5D94B9;
	z-index: 3000;
	background-color: #003366;
	padding: 10px;
	color: #FFFFFF;
	font-size: 12px;
}

#tooltip h3 { margin: 0; }

.help span{
	cursor: help;
	border-bottom: dotted #003366 2px;
	line-height: 18px;
}

.help span:hover{
	color: #003366;
	border-bottom: solid #DE3900 2px;
}

.pointer {
	cursor: pointer;
	border-bottom: dotted #003366 2px;
}

.pointer:hover {
	color: #003366;
	border-bottom: solid #DE3900 2px;
}

/* Form */

#testo {
	text-align: center;
	background-color: #FCFEFC;
	font-size: 20px;
	color: #003399;
	padding: 50px;
	width: 300px;
	height: 200px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
}

.LV_valid {
    color:#00CC00;
		background:url(/images/graphic/formok.png) no-repeat;
		padding-left: 20px;
}
	
.LV_invalid {
    color:#CC0000;
		background:url(/images/graphic/formerror.png) no-repeat;
		padding-left: 20px;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}

/* Template Pacchetti */

.container_service_off {
	background-color: #EEE;
	border: 1px solid #E2E1D5;
	padding: 10px;
	margin: 0 5px 15px 5px;
}

.container_service_on {
	background-color: #FBF9EA;
	border: 1px solid #E2E1D5;
	padding: 10px;
	margin: 0 5px 15px 5px;
}

.container_service_title {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #B1B1B1;
	padding: 0 0 2px 0;
	color: #036;
	margin-bottom: 5px;
}

.searchButton {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bcff), color-stop(1, #5d94b9) );
	background:-moz-linear-gradient( center top, #79bcff 5%, #5d94b9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bcff', endColorstr='#5d94b9');
	background-color:#79bcff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bcf3;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #528fcc;
}

.searchButton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5d94b9), color-stop(1, #79bcff) );
	background:-moz-linear-gradient( center top, #5d94b9 5%, #79bcff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d94b9', endColorstr='#79bcff');
	background-color:#5d94b9;
}

.searchButton:active {
	position:relative;
	top:1px;
}

#divLoader {
	text-align: center;
	background-color: #FCFEFC;
	font-size: 20px;
	color: #003399;
	padding: 50px;
	width: 30em;
	height: 200px;
	left: 50%;
	margin-left: -18em;
	margin-top: -8em;
	position: absolute;
	top: 50%;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #84bcf3;
}
