/* settings for the member login */
fieldset {
	border: none;
}

/* global settings for the inputs */
input {
	float: left;
	/** Attention not a good solution giving an input a width **/
	/*width: 90%;*/
	background: #FFF;
	font-size: 11px;
	padding: 3px;
}

.searchbox-input {
  color: #000;
  font-size: 11px;
  width: 8em;
  border: 1px #000 solid;
}

/* search submit button */
.submit-searchbox {
	width: 16px;
	height: 18px;
	border: 0;
	margin-bottom: 0;
	padding: 0;
	padding-top: 2px;
}