.elements {
	float: right;
	width: 100%
}
.elements .element {
	position: relative;
	float: left;
	height: 30px;
	width: 120px;
	margin: 5px;
	/*background: #F5F5F5;*/
	text-align: center
}
.elements .element div {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0
}
.elements input {
	display: block;
	margin: 0 auto
}
