.searchBox{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border: solid 2px #5af;
	display: table;
	height: 20px;
	padding: 20px;
	margin-bottom: 2em;
}

.smallsearchbox{
	border: solid thin #5af;
	background: none;
	margin-top: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	height: 20px;
	width: 50px;
}

.smallsearchbox:focus, .smallsearchbox:hover{
	width:100px;
}

.searchResults{
	color: #5af;
	font-weight: bold;
}

textarea{
	width: 60%;
	height: 150px;
}

.inputbox{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-family: kalinga, verdana, arial;
	border: solid thin #5af;
	padding-bottom: 0px;
	margin-top: 5px;
	font-size: 15px;
}

.submitbutton{
	-moz-border-radius: 3px;
	background: white;
	border: solid thin #5af;
	color: black;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
