@charset "utf-8";
/* CSS Document */

.searchBox{
	margin-top:20px;
	margin-left:5px;
}

#results{
	float:right;
	margin-left:40px;
	border: 1px solid black;
	width:400px;
	height:400px;
}
