#future_galleries .future_gallery {
	width: 340px;
	display: inline-block;
	margin: 5px;
	background: #ddd;
	padding: 5px;
}

#future_galleries .future_gallery img.remove, #future_gallery img.remove {
	cursor: pointer;
}

#future_galleries .future_gallery blockquote.shortcode {
	font-size: 16px;
}

.form_fg {
	width: 460px;
}

.form_fg label {
	display: inline-block;
	width: 120px;
	vertical-align: top;
}

.form_fg input[type=text], .form_fg textarea, .form_fg select {
	width: 120px;
}

#future_gallery li {
	width: 480px;
	display: inline-block;
	margin-right: 10px;
	background: #ccc;
	padding: 10px;
}

#future_gallery li img.thumbnail {
	width: 100%;
	cursor: move;
}

#future_gallery li .loading {
	display: none;
}