.form_error {
    font-size: 11px;
    padding: 0 12px 0 2px;
    position: absolute;
    display: none;
    white-space: nowrap;
}

.form_error span {
    color: red;
    font-weight: bold;
}

.input_error {
    border-color: red;
}

.handle_error {
    border: red 2px solid;
    padding: 5px;
}

.handle_error strike {
    text-decoration: none;
    display: block;
    color: red;
    padding-top: 5px;
    font-size: 90%;
    font-family: Tahoma;
    font-weight: bold;
}

.indicator-1 {
    background: url("../images/ajax-indicator-1.gif") 0 0 no-repeat;
    margin: 0 auto;
    width:120px;
    height: 16px;
    text-indent: 22px;
    color: #fff;
    display: none;
    white-space: nowrap;
}
.indicator-3 {
    background: url("../images/ajax-indicator-3.gif") 0 0 no-repeat;
    width:120px;
    height: 16px;
    text-indent: 22px;
    color: #000;
    display: none;
}

/* Misc */

.clearer {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: 0;
}

.maroon {
    color: #b90000;
}

.centered {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

input.image {
    border: none;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: -0.05em;
    font-family: Arial;
    font-size: 15px;
    cursor: pointer;
}

input.btn-submit {
    background: url("../images/btn-submit.gif") 0 0 no-repeat;
    width:117px !important;
    height: 27px !important;
    border: none !important;
    cursor: pointer
}

.content-form div.multibox {
    float: left;
    width: 240px;
}

.content-form div.wide {
    width: 360px !important;
}

.content-form div.wide div.item {
    width: 120px !important;
}

.content-form div.multibox div.item {
    float:left;
    width:75px
}

.content-form div.multibox input {
    float: left;
    width: auto;
}

.content-form input.simple-submit {
    width: auto;
    height: auto;
}

.content-form div.multibox label {
    float: left;
    width: auto;
    display: block;
    margin-left: 5px;
}



table.cell td {
    border: #fff 6px solid;
}

table.cell td div {
    padding-bottom: 3px;
}

table.cell td table td {
    border: none;
}
