.hidden {
	display: none;
}

.form-input {
	display: block;
	margin: 2px;
	padding: 4px 8px;
}

.form-input label {
	display: block;
	margin: 0;
	padding: 0;
}

.form-input input {
	width: auto;
	height: auto;
}

.form-input label.inline {
	display: inline;
}

.note {
	font-size: small;
}

.red {
	color: #900;
}

/** Image Upload
 * PLUGIN_DIR . inc/upload_crop.php
 */
#smmarket-image-upload-input {
	width: 300px;
	height: 250px;
	margin: 5px 10px;
	padding: 2px;
	border: 2px dashed #ccc;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	z-index: 5;
}
#smmarket-image-upload-input img {
	display: block;
	width: 300px;
	height: 250px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 50;
}
#smmarket-image-upload-input span {
	display: block;
	width: 300px;
	height: 250px;
	position: relative;
	top: 50px;
	color: #333;
	text-shadow: #eee 1px 1px 2px;
	font-weight: 700;
	text-transform: uppercase;
	z-index: 500;
}
#smmarket-image-upload {
	display: none;
}

/** Marketplace display **/
li.marketplace-listing {
	display: block;
	width: 100%;
#	margin: 2px 0 8px 0;
	padding: 0;
	border: 1px solid #eee;
	clear: both;
}
div.post-header {
	display: block;
#	background: #eee;
#	border-bottom: 1px solid #ccc;
	font-weight: 700;
}
div.listing-content img {
	margin: 2px;
	padding: 0;
	border: 1px solid #eee;
	float: left;
}

.highlight {
	background-color: #fffe99;
}

.shaded {
	background-color: #ebf5fa;
}

