﻿label
{
    display: block;
}

label i
{
    font-size: 80%;
    color: #ee9c4e;
}

.input, .message
{
    width: 450px;
    height: 17px;
    color: #ffffff;
    background: #58a6db;
    font-family: Trebuchet MS, FreeSans, Sans-Serif;
    font-size: 12px;
    margin: 2px 0px 10px 0px;
    padding: 5px;
    border: 1px solid #333333;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.message
{
    height: 88px;
    font-size: 14px;
}

.input:focus, .message:focus
{
    background: #2e688e;
    border: 1px solid #abdbf6;
}

.button_submit
{
    float: left;
    width: 120px;
    height: 36px;
    color: #ffffff;
    background: #2e688e url(../Images/submit.jpg) no-repeat center;
    font-family: Trebuchet MS, FreeSans, Sans-Serif;
    font-size: 12px;
    border: none;
    clear: both;
    cursor: pointer;
    text-indent: 900px;
}

#loading
{
    float: right;
}

#validators
{
    margin: 40px 0px 0px 0px;
}
