﻿.label
{
    width: 100px;
}
.field
{
    width: 400px;
}
.error
{
}
.formView td > textarea, .formView td > input
{
    width: 320px;
}
.formView td > textarea
{
    height: 100px;
}

/* Repeater */
.detailsRow
{
    text-align: justify;
    padding: 5px 5px 5px 5px;
}
.detailsRowHeader
{
    font-weight: bold;
    padding-bottom: 5px;
}
.alternatingDetailsRow
{
    background-color: #e0eeff;
}
/* end Repeater */
