/* $Id: search.css,v 1.1 2006/08/14 07:14:49 drumm Exp $ */

.search-form {
  margin-bottom: 1em;
}
.search-form p {
  margin-top: 0;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
}
.search-form input {
  margin-top: 0;
  margin-bottom: 0;
}
.search-results p {
  margin-top: 0;
}
.search-results dt {
  font-size: 1.1em;
}
.search-results dd {
  margin-bottom: 1em;
}
.search-results .search-info {
  font-size: 0.85em;
}
.search-advanced .criterion {
  float: left;
  margin-right: 2em;
}
.search-advanced .action {
  float: left;
  clear: left;
}
#search {

text-align: right;
float:right;
margin-top: -0.3em;
}

#search label{
font-weight: bold;
margin-top: -0.3em;

}

#search .form-text{
background:#FFFFFF;
color:#000000;
width: 80px;
height: 10px;
font-size: 0.8em;
border: solid 1px #999;
margin-top: -0.3em;

}

#search  .form-submit {
	width: 15px;
	height: 15px;
	background: url(../../themes/galera/images/ok.png) no-repeat bottom;
	background-color: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	cursor: pointer;
}

