div#reselista div.item {
	padding-left: 2px;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;

	background-color: #eeeeee;

	margin-bottom: 2px;
}

div#reselista div.text {
	margin-top: -2px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	border-top-width: 0px;

	padding-left: 2px;
	margin-bottom: 2px;
}

div#reselista div.images {
	margin-top: -2px;
	
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;
	border-top-width: 0px;

	margin-bottom: 2px;

	width: 548px;

	clear: both;
}

div#reselista div.images img {
	float: left;
}

div#reselista div.tools {
	margin-top: -2px;
	border-width: 1px;
	border-style: dashed;
	border-color: #000000;

	border-top-width: 0px;

	margin-bottom: 2px;

	height: 22px;
}

form input {
	height: 22px;
	float: left;
	margin-right: 5px;
	font-size: 10pt;
}
