.name_box {
	text-align: left;
	font-weight: bold;
	height: 30px;
}

.price_box {
	text-align: right;
	height: 20px;
}

.itemno_box {
	
}

.grey_back {
	background-color: #CCCCCC;
}

.lightgrey_back {
	background-color: #E3E3E3;
}

.white_back {
	background-color: #FFFFFF;
}

.success_message {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #0000FF;
}

.error_message {
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #FF0000;
}

.out_grey_line {
	border: 1px solid #CCCCCC;
	background-color: #E3E3E3;
}