#examples {
	float: right;
	width: 100%
}
#examples .example {
	position: relative;
	float: left;
	height: 100px;
	width: 65px;
	margin: 5px;
	background: #F5F5F5;
	text-align: center
}
#examples .example div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
#examples input {
	display: block;
	margin: 0 auto
}
#text {
	clear: right;
	margin-top: 1em
}
