/***********************************************/
/* search.css                                  */
/* Property Search Box Stylesheet              */
/* Author: Lewis Howles                        */
/* Modified: 27/05/09                          */
/***********************************************/


.search-frame {
	width:291px; height:250px;
	margin: 10px 0 0 0;
	border:none;
}

#search-body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;	 
	}

/* Wrapper */


#search-title {
	background-color:#545489;
	font-size:18px;
	line-height:100%;
	text-transform:uppercase;
	padding-left:15px;
}

.formline { margin-bottom:5px; padding-left:5%; }
.formline-black {
	margin-bottom:5px;
	padding-left:5%;
	background-color:#004E27;
}

.search-form-box, .search-form-select, .search-form-button {
	font-family:inherit;
	font-size:90%;
	color:#000;
}

.search-form-box { height:18px; padding:1px; }
.search-form-select { height:22px; }

.search-label, .search-label-solo {
	font-size:10px;
	margin:5px 0 5px 0;
	height:22px;
	line-height:22px;
}

.search-label { margin-right:5%; }
.search-label-solo {
	padding-left:5%;
	font-size: 10px;
	background-color: #004E27;
}

.search-form-box {
	width:90%;
}

.search-form-select {
	width:92%;
}

.search-form-button {
	width:35%;
	height:23px;
	border:1px solid #fff;
	color:#fff;
	background-color: #004E27;
	background-image: url(../images/button-background.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#search-box select.short {
	width:45%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #004E27;
	border: 1px solid #004E27;
}

#search-note {
	float:right;
	font-size:8pt;
	width:160px;
	color:#004E27;
}

