.wishlist-thanks {
	border: 1px solid #4E9A3A;
	padding: 5px;
	color: #4E9A3A;
	margin-bottom: 20px;
}

.wishlist-item {
	padding-top: 20px; 
	padding-bottom: 20px;
}

hr.wishlist-hr {
	display: block;
    	height: 1px;
    	border: 0;
    	border-top: 5px solid #ccc;
    	margin: 1em 0;
    	padding: 0; 
}

.wishlist-item, 
.wishlist-hr {
	clear: both;
	
}

.wishlist-image-form {
	float: center;
	width: auto;
	text-align: justify; 
	padding-bottom: 10px;
}

.wishlist-image-form img {
	
	width: 250px; 
	height: auto;
}

.wishlist-promised {
	font-weight: bold;
}

.wishlist-label,
.wishlist-form-label {
	font-weight: bold;
}

.wishlist-form table {
	border-collapse: collapse;
	width: auto;
}

.wishlist-form-submit-button {
	text-align: center;
}

td.wishlist-double-span {
	text-align: center;
}

input.wishlist-form-input {
	width: 125px;
}

