body {font-family: Georgia; color: #333;}

h1 a {text-decoration: none; color: #333; font-family: Georgia; font-weight: normal; font-size: 0.86em;}
h2 {font-weight: normal;}
div.layout {width: 760px; text-align: left;}
p {line-height: 1.5;}
address {font-size: 0.8em; font-style: normal; font-family: Arial; padding-top: 4em;}

h3 {color: #333; font-family: Georgia; font-weight: bold; font-style:italic; font-size: 1.2em;}

.invite {
	background: #EDEEF0;
	padding: 0.6em 1.6em;
	-moz-border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
}


/* Mamba search form */
.mamba-search {
	/*width: 28em;*/
	background: #EDEEF0;
	padding: 0.6em 1.6em;
	-moz-border-radius: 8px;
	font-family: Arial, Helvetica, sans-serif;
}
.mamba-search form .row .label {
	width:6em;
}
.mamba-search form .row .field {
	padding-left: 6em;
}
.mamba-search form .slider-horizontal {
	left: 0em;
}


/* Slider */
.slider .slider-mark {
	color:#848484;
	font-size:0.6em;
}
.slider .slider-mark span {
	position: relative;
	top: -22px;
}
.slider-horizontal .slider-value {
	bottom: 27px;
}
.slider .slider-range-0 {
	background: #848484 none repeat scroll 0 0;
}
.slider .slider-range-1 {
	background: #FF0000 none repeat scroll 0 0;
}
.slider .slider-range-2 {
	background: #848484 none repeat scroll 0 0;
}
.slider-value, .slider-value-selected {
	color: #FF0000;
}
.slider-value {
	font-size: 0.6em;
}
.slider-mark-selected span {
	display: none;
}
/* * * * * */