.form { position: relative; z-index: 10000; padding: 10px; border: 1px solid #EAEAE8; font-family: 'Lucida Sans', 'Lucida Grande', Helvetica, Arial, sans-serif; border: 1px solid #EAEAE8; background-color: rgba(255, 255, 255, 0.9); }
.form .field-group { background: #fff url(/images/title.png) no-repeat scroll center 10px; padding: 100px 0 50px;  border: 1px solid #EAEAE8; }
.form .field { width: 400px; margin: 0 auto; margin-bottom: 20px; }
.form .field-label { display: block; font-size: 16px;  line-height: 13px; height: 14px; line-height: 14px; color: #232323; }
.form .text .input { display: block; width: 100%; font-size: 16px; margin: 4px 0; font-weight: bold; padding: 4px; }

.remember-me .field-label { display: inline; }
