.imgSelect-container,
.imgSelect-upload,
.imgSelect-webcam,
.imgSelect-alert,
.imgSelect-actions,
.imgSelect-actions .new-snap,
.imgSelect-actions .capture {
	display: none;
}
.imgSelect-container,
.imgSelect-alert {
	margin-top: 5px;
}
.imgSelect-alert {
	margin-bottom: 10px;
	padding: 8px 0px 8px 10px;
}
.imgSelect-upload,
.imgSelect-webcam {
	margin-bottom: 10px;
}
.imgSelect-container img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #CCC;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
}
.imgSelect-webcam .capture {
	position: absolute;
	margin-top: -33px;
}