/* `Business Sense Group Corp. Form Styles----------------------------------------------------------------------------------------------------*//* `Fieldset, Legend, Label----------------------------------------------------------------------------------------------------*/fieldset { clear: both; padding: 0px 0px 0px 0px; margin: 0px 0px 0px 0px; border: 0px solid #c4d3ea; }label, .group-label { float: left; width: 192px; margin-top: 0px; text-align: left; font-size: 12px; font-weight: bold; }label.selection-label { float: none; width: auto; text-align: left; }/* `Text Fields----------------------------------------------------------------------------------------------------*/input, textarea, select { width: 380px; font-size: 14px; color: #666; margin-left: 0px; padding: 5px; }input { border: 1px solid #ccc; background-color:#fff; }input:focus, textarea:focus { border: 1px solid #333; background:#f2f2f2; }button { outline:none; }/* `Text Areas----------------------------------------------------------------------------------------------------*/textarea { height: 150px; width: 380px; padding: 5px; border: 1px solid #ccc; font-size: 12px; color: #666; background-color: #fff; }/* `Required Elements----------------------------------------------------------------------------------------------------*/.indicates-required { margin: 0px 8px 10px 0px; text-align: right; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #0283c9; }span.required, label sup { color: #0283c9; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 12px; }/* `General Utility----------------------------------------------------------------------------------------------------*/.field-group { float: left; clear: both; width: 100%; margin: 6px 0px 4px; position: relative; }.form-btn-group input { margin: 0px; width: 109px; float: right; margin: 0px; padding: 0px; }input[type="submit"] { width: 109px; height: 32px; margin: 15px 10px 0px 0px; background: url(../images/button-send.png) no-repeat top left; border: 0px; }input[type="submit"]:hover { background: url(../images/button-send.png) no-repeat top left; cursor: pointer; background-position: 0 -32px; }