﻿body
{
}

.mainFieldset
{
    border: 1px solid #bbb;
    border-top: 1px solid Gray;
    border-left: 1px solid Gray;
    padding: 15px !important;
    padding-top: 10px !important;
    width:70%;
}

.legendTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size:large;
    font-weight: bold;
    border: 0px solid #bbb;
    border-top: 0px solid #eee;
    border-left: thin solid #FFFFFF;
    padding: 0px 0px;
}

.importantLabel
{
    font-weight:bold;
    font-size:15px;
}

.commonLabel
{
    font-size:12px;
}

.grayLabel
{
    font-size:10px;
    color:Gray;
    text-decoration:none;
}

.importantDataBox
{
    width:100%;
    background-color:#F0F0F0;
    border-color:#969594;
    border-style:solid;
    border-width:thin;
}

.importantDataTextBox
{
    font-weight:bold;
    font-size:15px;
    height:20px;
    width:90%;
}

.commonDataTextBox
{
    font-size:12px;
    width:90%;
}

.deleteLink
{
    background:url(/Content/img/delete.gif) no-repeat 0 -16px;
}

.cancelLink
{
    font-weight:bold;
    color:Red;
}