﻿.formView .label
{
    width: 150px;   
}
.formView .field
{
    width: 260px;    
}
.formView .error
{
    width: 180px;
}
.formView td > textarea
{
    width: 250px;
    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 */

#jobControls
{
    overflow: hidden;
}
#jobFilter
{
    float: left;
    width: 49%;
    margin-right: 10px;
}
#jobAdd
{
    float: right;
    width: 48%;
}

/* Info Dialog content */
.howWorks
{
    line-height: 22px;
}
/* end of Info Dialog content */