﻿.form label
{
    display: block;
    font-weight: bold;
    color: #018bca; color:#868688	;
}

.form h2
{
    color: #018bca;
}

.form .error
{ color:#868688	;}

.form p label
{
}

fieldset.grid-wrapper p
{
    margin: 0px;
}

.form textarea.message
{
    width: 680px; width:390px;
    height: 220px;
}

.form input.wide
{
    width: 90%;
}

.form input.longname
{
    width: 600px;
}

.form input.midname
{
    width: 390px; padding:5px 0; margin-bottom:10px;
}

.form input.name
{
    width: 200px;
}

.form input.email
{
    width: 300px;
}

.form input.code
{
    width: 100px;
}

.form .hint
{
    font-size: 12px;
    font-style:italic;
}

.form .cell
{
    display: table-cell;
    border-right: 10px solid transparent;
}

.grey-form
{
    background-color: #f7f7f7;
    padding: 0 0 15px 30px;
}

.form fieldset
{
    background-color: #f7f7f7;
}

.form fieldset fieldset
{
    background-color: #fff;
}

fieldset
{
    position: relative; /* so we can position legend */
    padding-top: 48px;
    border: 1px solid #e5e5e5;
}

fieldset legend
{
    position: absolute;
    top: 16px;
    left: 8px;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    color: #013b60;
}

.form>fieldset
{
    margin-bottom: 32px;
}

fieldset.whitebg
{
    background-color: #fff;
}


