﻿.login
{
    background: url(../gfx/user.gif) no-repeat 95% 1em;
}
.contact
{
    background: url(../gfx/email2.gif) no-repeat 95% 1em;
}
fieldset div
{
    margin: 0.3em 0;
    clear: both;
}

label
{
    float: left;
    width: 10em;
    text-align: right;
    margin-right: 1em;
    padding-top: 4px;
}
legend
{
    color: #0b77b7;
    font-size: 1.2em;
    font-weight: bold;
}
legend span
{
    width: 10em;
    text-align: right;
}
input
{
    padding: 0.15em;
    width: 23em;
    border: 1px solid #ddd;
    background: #fafafa;
    font: bold 0.95em arial, sans-serif;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
}

.shorter
{
    width: 12em;
}

.longer
{
    width: 30em;
}
input:hover, input:focus, .comments:hover, comments:focus
{
    border-color: #c5c5c5;
    background: #f6f6f6;
}
fieldset
{
    border: 1px solid #ddd;
    padding: 0 0.5em 0.5em;
}
.date input
{
    background-image: url(../gfx/calendar-small.gif);
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.date fieldset label
{
    float: none;
    display: block;
    text-align: left;
    width: auto;
}
.date fieldset div
{
    float: left;
    clear: none;
    margin-right: 0.2em;
}
.radio, .date
{
    position: relative;
}
.radio fieldset, .date fieldset
{
    border: none;
    width: auto;
    padding: 1px 0 0 11em;
}
.radio legend, .date legend
{
    font-size: 1em;
    color: #000;
}
.radio legend span, .date legend span
{
    position: absolute;
    left: 0;
    top: 0.3em;
    width: 10em;
    display: block;
}
.radio label, .radio input
{
    vertical-align: middle;
    display: inline;
    float: none;
    width: auto;
    background: none;
    border: none;
}
.radio div
{
    float: left;
    white-space: nowrap;
    clear: none;
}

.email
{
    width: 14em;
}

input.default
{
    color: #bbb;
}

.required
{
    font-weight: bold;
    color: #830003;
}

input .check
{
    padding: 0.15em;
    width: 5em;
    border: none;
    background: #FFF;
}

input[type=checkbox]
{
    width: 1.5em;
    border: none;
    background: #FFF;
}
input[type=checkbox] + label, input[type=radio] + label
{
    padding-left: 18px;
}
input[type=checkbox] + label
{
    background: url(../gfx/check_radio.png) 0 0 no-repeat;
}
input[type=checkbox]:focus + label
{
    background-position: 0 -16px;
}
input[type=checkbox] + label:hover
{
    background-position: 0 -32px;
}
input[type=checkbox]:checked + label
{
    background-position: 0 -48px;
}
.comments
{
    padding: 0.15em;
    width: 33em;
    border: 1px solid #ddd;
    background: #fafafa;
    font: bold 0.95em arial, sans-serif;
    -moz-border-radius: 0.4em;
    -khtml-border-radius: 0.4em;
}
.submit
{
    padding-left: 10px;
    padding-top: 5px;
    margin-left: 10em;
}
.submitButton
{
    height: 24px;
    width: 24px;
    padding-bottom: 3px;
}

.validation
{
   float:right;
   margin-right:5em;
}
