/* FORM STUFF**************************************************************************/ form, legend { font: 12px Arial, Sans-Serif; font-weight: bold; } input { width: 130px; font: 10px Arial, Sans-Serif; } .admin { width: 400px; font: 10px Arial, Sans-Serif; } fieldset { border: 1px solid #ccc; } label, select { width: 135px; font: 10px Arial, Sans-Serif; } .formbutton { font: 14px Verdana, Geneva, Arial, Helvetica, sans-serif; text-align: center; width: 100px; background-color: rgb(45,131,90); color: #ffffff; } .form-help { text-align: right; border:thin #666; margin: 0 28px 5px 20px; } .form-help-text { font-size: 10px; color:rgb(45,90,131); text-decoration:none } .help-icon { padding-right: 2px; } .form-field { width: 280px; font: 10px Arial, Sans-Serif; margin-bottom: 1px; text-align:right; } .form-field-label { width: 105px; text-align:right; display:inline; margin-right:5px; } .form-field-label-error { width: 105px; text-align:right; display:inline; margin-right:5px; color:#ca0000; }
.form-field-error { color: #ca0000; margin: 5px 20px 5px 0; } .form-field-input { width: 135px; display:inline; } .form-field-image { width: 30px; text-align:center; display:inline; margin-left:5px; } .apply-now-arrow { width: 42px; height: 31px; padding-right: 10px; padding-top: 5px; } .done-button { cursor:pointer; width:187px; height:39px; border:0px; background:url(../img/click-when-done.jpg) no-repeat; } .finish-button { cursor:pointer; width:187px; height:39px; border:0px; background:url(../img/click-to-finish.jpg) no-repeat; }