﻿.field { margin-top: 30px; }
.field label { display: block; margin-bottom: 5px; font-size: 105%; }
.chk label { display: inline; position: relative; top: -5px; left: 2px; font-family: Georgia; font-style: italic; color: #999; }
.field .txt { font-family: Arial, Helvetica, sans-serif !important; background: #f5f5f5; color: #333; padding: 12px 15px; font-size: 15px; border: 0px; }
.field .txt:focus {
    outline: 1px solid #9BECFF;
}
.buttons { margin-top: 30px; }
.errors { color: Red; }
.errors UL { margin: 0px; padding: 0px; }
.errors UL LI { list-style: none; padding: 0px; margin: 3px 0px; }