.box #messageTable{
	overflow:hidden;
	height:220px;
}
blockquote {
	border:1px dotted #CCCCCC;
	margin:16px;
	padding:4px;
}

.editproduct td{
	width: 140px;
	line-height: 1.2em;
	//display: block;
	font-size: 0.9em;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 5px;
	background-image: url(/images/resultset_next.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
}
.error_msg{
	display:none;
	background-color:#ffcc99;
}
em{
	color:red;
	font-weight:bold;
}
