#divFormContainer
{
    display: block;
    overflow: hidden;
    margin-left: 160px;
    width: 480px;
}

#greenDiv
{
    background: #A2CD5A;
    padding: 5px 0px 5px 0px;
    border: solid 1px black;
}

#divChoice
{
    width: 200px;
    float: left;
    display: inline-block;
    margin-left: 10px;
}

#divResult
{
    width: 100%;
    min-height: 400px;
    background: #A2CD5A;
    padding: 10px 0px 10px 10px;
    border: solid 1px black;
}

#divChoice ul
{
    display: block;
    list-style-type: none;
    text-align: left;
    margin: 0px 0px 0px -40px;
}

#divChoice ul li a
{
    display: block;
}

#divChoice ul li A:link
{
    color: Black;
}

#divChoice ul li A:visited
{
    color: Black;
    background: white;
}

#divChoice ul li A:hover
{
    color: Black;
    background: #CAFF70;
}

#divChoice ul li A:active
{
    color: Black;
    width: 140px;
    background: white;
}

.ActionLabel
{
    font-size: 16px;
    font-weight: bold;
}

.HeadingLabel
{
    font-size: 14px;
}

.DataLabel
{
    font-size: 14px;
}

.HeadingCell
{
    border-bottom: solid 1px black;
}

.TextBoxes
{
    border: solid 1px Chocolate;
}

.TableCellAlignCenter
{
    text-align: center;
}

.logcommunicationchoices { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 480px;
    text-align: center;
    background: #A2CD5A;
    padding: 0px 0px 0px 0px;
}

a.communicationbutton {
    background: transparent url(images/nav_button.gif) no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 21px;
    text-decoration: none;
    width: 160px;
}

a.communicationbutton span {
    background: transparent url(bg_button_span.gif) no-repeat;
    display: block;
    line-height: 10px;
    padding: 6px 0 6px 0px;
    color: white;
}

a.communicationbutton:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.communicationbutton:hover {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.communicationbutton:hover span {
    background-position: bottom left;
    padding: 7px 0 5px 0px; /* push text down 1px */
}

a.button:active span {
    background-position: bottom left;
    padding: 7px 0 5px 0px; /* push text down 1px */
} 

#divFormContainer #txtComments 
{
    width: 450px;
}
