﻿.form-flat input {
    border-radius: 0;
    border-width: 0;
    border-color: #fff;
    box-shadow: none !important;
    -webkit-box-shadow: none !important; }

.form-flat a {
    color: #222; }

.form-group {
    margin-bottom: 15px; }

.form-flat .has-error .help-block {
    font-style: italic; }

.form-flat .has-error .help-block, .form-flat .has-error .control-label, .form-flat .has-error .radio, .form-flat .has-error .checkbox, .form-flat .has-error .radio-inline, .form-flat .has-error .checkbox-inline, .form-flat .has-error.radio label, .form-flat .has-error.checkbox label, .form-flat .has-error.radio-inline label, .form-flat .has-error.checkbox-inline label {
    color: #222; }

input#SearchText {
    height: 34px;
    padding-top: 6px;
    padding-bottom: 6px; }
