@charset "UTF-8";
.searchBox {
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	height: 200px;
	width: 100px;
	left: 1px;
	top: 1px;
}
.searchBoxContainer {
	position: relative;
	left: 1px;
	top: 1px;
	height: 600px;
	width: 300px;
}
.searchForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	position:relative
	height: 400px;
	width: 256px;
	left: 12px;
	top: 200px;
	position: absolute;
	height: 233px;
}
.myRatingcommentBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #033;
	border: thin solid #333;
	height: 100px;
	width: 500px;
}
