.shopitem {
	position: relative;
	height: 102px;
	margin-bottom: 1px;
	padding: 10px 0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.shopitem img {
	float: left;
	width: 98px;
	height: 98px;
	margin-right: 10px;
	padding: 1px;
	border: 1px solid #bbb;
}
.shopitem label {
	float: none; width; auto; 
}

.itembuy { position: absolute; bottom: 5px; right: 2px; text-align: right; }

input.quant {
	width: 3em;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	height: 18px;
}
#submit { width: 134px; margin: 10px inherit; }

.errorTag { font-weight: bold; color: red; }