#dolls #preview {
   width: 40px;
   height: 130px;
   border: 1px solid #000;
}

#dolls table tr td {
   text-align: center;
}

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