/* Stanley Spencer Website */
/* Style for the Search facility */

p.searchform {
	width: 300px;
}	
.standardbutton {
	background-color: #5bbeeb;
	border: 1px solid #333;
}
.standardbutton:hover {
	color: #fff;
	background-color: #333;
}
.standardbox {
	font-size: 0.8em;
	color: #666;
	width: 20em;
	float: right;
	border: 1px solid #333;
	margin-right:10px;
}
select {
	font-size: 0.8em;
	color: #666;
	width: 20em;
	float: right;
	border: 1px solid #333;
}
form {
/*	width: 300px; */
	width: 600px;
/*	padding-bottom: 1em; */
}
form input.text {
	font-size: 0.8em;
	color: #666;
	width: 20em;
	float: right;
	border: 1px solid #333;
}
form input.button {
	background-color: #5bbeeb;
	border: 1px solid #333;
}
form input.button:hover {
	color: #fff;
	background-color: #333;
}
h1 span {
	color: #5bbeeb;
}
ul#searchresults {
	list-style-type: none;
	margin:0;
	padding:0;
}
ul#searchresults h2 {
	margin-bottom: 0;
}
ul#searchresults li {
	clear:both;
}
ul#artdetails {
	margin: 0 0 1em 10px;
	float: left;
	list-style-type: none;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #999;	
}
