.nohtml5 {
	color: #969696;
	margin: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
	width: 200px;
	padding: 10px;
	border-color: #c8c8c8;
	border-style: solid;
	border-width: 1px;
	background-color: #e6e6e6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.nohtml5 #icons {
	margin-top: 8px;
}
.nohtml5 #icons img {
	margin-right: 4px;
}
.video-box {
	margin-bottom: 10px;
}

/* Firefox */
@-moz-document url-prefix() {
	.html5video { display: none; }
}