.item { width: 225px; margin: 0px 30px 40px 0px; float: left; min-height: 300px; }
* html .item { margin-right: 15px; height: 325px; }
.item fieldset { border: none; border-top: 1px solid #435b79; padding: 5px; }
.item legend { font-weight: bold; }
.item img { border: 2px solid #eee; margin-left: 50px; }
.item label { width: 125px; float: left; clear: left; margin-top: 5px; }
.item select { float: left; margin-top: 5px; border: 1px solid #ccc; padding: 2px; }
.item button { clear: left; float: left; margin-top: 10px; border: 1px solid #ccc; padding: 2px; background: #eee; cursor: pointer; }
.item input { width: auto; float: left; margin-top: 5px; border: 1px solid #ccc; padding: 2px; }
.item textarea { float: left; margin-top: 5px; border: 1px solid #ccc; padding: 2px; height: 50px; width: 220px; }
.clear-left { clear: left; }