 @charset "utf-8";
 
 #snapDiv {
	float: left;
	width: 404px;
	height: 280px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.relWrapper {
	float: left;
	position: relative;
	width: 406px;
	height: 282px;
	overflow: hidden;
}
.bottomSection {
	float: left;
	width: 100%;
	height: 76px;
	background-color: inherit;
}

.feedbackSection {
	float: left;
	height: 100%;
	margin-top: 5px;
	width: 340px;
	height: 70px; 
	overflow: none;
	background-color: inherit;
	font-size: 13px;
}
.feedbackSection.allowScroll {
	overflow: auto;
}


.actionButton {
	float: left;
	margin-top: 45px;
	margin-left: 5px;
	width: 60px;
}


.hintItem {
	float: left;
	padding-bottom: 5px;
	display: none;
}

@-moz-document url-prefix() { 
	.hintItem {
		float: left;
		padding-bottom: 3px;
		display: none;
	}
}

.hintItem.bottom {
	padding-bottom: 0px;
}

acc {
	font-style: italic;
	color: blue;
}


