﻿.crTable
{
    width: 480px;
}

.crTable .Button
{
    width:auto;
}

.crTable .Text
{
    width:230px;
    margin-right:1em;
    margin-bottom:2px;
}
.crTable select
{
    width:234px;
    margin-right:1em;
}

.crTable fieldset
{
    padding: 1em;
    margin-bottom: 1em;
    border: 1px solid #a5aab1;
    font-weight: bold;
    font-size:11px;
}
.crTable fieldset legend
{
}
.crP
{
    margin-top: 1em;
}
.crRow
{
}
.crRowAlt
{
}
.crRowSep
{
    height:1em;
}
.crFieldSep
{
}

.crFieldDesc
{
    vertical-align: top;
    text-align: left;
    width: 160px;
    color: #808080;
    font-weight: bold;
}

.crRowAlt .crFieldDesc
{
    vertical-align:middle;
}
.crFieldValue
{
    width: 320px;
}

