@charset "UTF-8";
.productSelectLeft {
	float: left;
	width: 250px;
}
.productSelectMiddle {
	margin-right: 250px;
	margin-left: 250px;
	font-size: 10px;
}
.productSelectDiv {
	text-align: center;
	font-size: 10px;
	clear: both;
}
.productSelectRight {
	float: right;
	width: 250px;
}

