

h1 {
	margin-bottom:10px;
	font-size:1.5em;
}

h2 {
    margin:30px 0 10px 0;
    font-size:1em;
}

h3 {
	margin-top:10px;
	font-size:1em;
}

#Searchresult {
	margin-top:15px;
	margin-bottom:15px;
	
	padding:5px;
	
  	width:40%;
}

#Searchresult p { margin-bottom:1.4em;}

#Searchresult dt {
    font-weight:bold;
}

#Searchresult dd {
    margin-left:25px;
}

#ImageContainer {
    height:125px;
    width:200px;
    border:solid 1px #ccc;
    margin-bottom:10px;
}

#ImageContainer img {display:none;}



label {
	float:left;
	width:250px;
	display:block;
}

form p {
	clear:both;
}