/* CONTAINER */
div#plContent
{
    width: 690px;
}

/* FORM AND FORM ELEMENTS */
form
{
}

fieldset
{
    width: 690px;
    border: solid 1px #cccccc;
    padding: 10px;
}

fieldset legend
{
    font-size: 12pt;
    color: rgb(220,50,50);
}

label.lblFormLabel
{
    width: 125px !important;
    float: left;
    margin-bottom: 10px;
}

label.lblFormLabel2
{
    width: 275px;
    float: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

input.textbox
{
    width: 150px;
    float: left;
}

input.textbox2
{
    clear: both;
    float: left;
    width: 275px;
    border: solid 1px #cccccc;
}

.textarea
{
    clear: both;
    float: left;
    width: 275px;
    border: solid 1px #cccccc;
}

.dropdownlist
{
    width: 150px;
    border: solid 1px #cccccc;
}

.validator
{
    width: 50px;
    float: left;
}

br
{
    clear: both;
    margin-bottom: 10px;
}

div#warning p
{
    color: rgb(220,50,50);
}

div.info-box
{
    clear: both;
    color: rgb(220,50,50);
}

div.hidden
{
    display: none;
}
