/* search control */
#searchform .text {
	float:left;
	width:100px;
	height:35px;
	vertical-align:baseline;
}
#searchform .textsmall {
	float:left;
	width:70px;
	height:35px;
}
#searchform .input {
	float:left;
	margin-right:10px;
	height:35px;
}
.submitlistings {
	text-align:center;
	margin-bottom:15px;
}
/* forms */
input, select, textarea {
	border: 1px solid #d9d9d9;
	background-color:#fff;
	padding:2px 5px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
.button_searchbig {
	background:url(../images/button_search.png) no-repeat;
	width:104px;
	height:34px;
	border:0px;
}
.button_sidebarsearch, .button_searchsmall {
	background:url(../images/search_sidebar.png) no-repeat;
	width:86px;
	height:34px;
	border:0px;
}
.button_post {
	background:url(../images/button_post.png) no-repeat;
	height:34px;
	width:86px;
	border:0px;
}
.button_login {
	background:url(../images/button_login.png) no-repeat;
	height:34px;
	width:86px;
	border:0px;
}
.button_continue {
	background:url(../images/button_continue.png) no-repeat;
	width:104px;
	height:34px;
	border:0px;
}