﻿

/*.fieldset {
    padding: 0px 0px 30px;
    margin:0px;
    width: 530px;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border: solid thin blue;
}*/

input, select, textarea {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
}

/*.legend {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    font-weight: bold;
    width: 550px;
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: #D9DACF;
    margin-bottom: 20px;
}*/

.label {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #666666;
    float: left;
    width: 115px;
    margin: 0px;
    padding-right: 3px;
    padding-bottom: 7px;
    padding-top: 3px;
    font-weight: normal;
    text-align: right;
    /*border: solid thin red;*/
}

.row {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    vertical-align: top;
    float: left;
    color: #666666;
    width: 100%;
    margin: 0px;
    padding: 0px;
    /*border: solid thin green;*/
}

.row a, .row a:visited, .row a:hover
{
	color: #800000;
	text-decoration: underline;
}

.validationSummary ul
{
    margin: 0px 0px 8px 0px;
    padding: 0px;
}

.validationSummary li
{
    font-size: 10px;
    color: #FF3366;
    line-height: 10px;
}

/*.longfield {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: left;
    color: #666666;
    float:left;
    width: 225px;
    height: 26px;
    margin: 0px;
    padding-right: 20px;
    margin-bottom: 10px;
    padding-top: 1px;
    border: solid thin blue;
}*/

/*.smalllongfield {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    color: #666666;
    float:left;
    width: 225px;
    height: 22px;
    margin: 10px 0px 15px 0px;
    padding-right: 20px;
    padding-top: 1px;
}

.smallfield {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 11px;
    text-align: left;
    color: #666666;
    float:left;
    height: 22px;
    margin: 0px;
    padding-right: 20px;
    padding-top: 1px;
}

.smalllabel {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #666666;
    float: left;
    width: 90px;
    margin:0px;
    padding-right: 5px;
    padding-bottom: 6px;
    padding-top: 0px;
    text-align: right;
}*/