﻿.inputField
{
    background-color: #D62525;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 4px 7px;
}

.inputWidth200
{
    width: 200px;
}

.virginTextBox, div.inputField input
{
    background-color: transparent !important;
    border: none;
    color: #fff;
    outline: none;
    width: 100%;
}

.formLeft
{
    width: 220px;
    float: left;
    margin-bottom: 20px;
}

.formRight
{
    width: 220px;
    float: right;
}

fieldset select
{
    background-color: #D62525;
    color: #fff;
    border: 1px solid #D62525;
    padding: 4px 7px;
}

label
{
    width: 250px !important;
    display: block;
}

div.valSummary
{
    background-color: Red;
    border: 2px solid #fff;
    margin-bottom: 20px;
}

div.valSummary ul
{
    margin: 10px;
}

div.valSummary ul li
{
    color: #fff;
    font-weight: bold;
}

