TABLE.frm_container
{
    width:              440px;
}

TABLE.frm
{
    width:              100%;
	border-left:        1px solid #646464;
	border-top:         1px solid #646464;
	border-right:       1px solid #646464;
	border-bottom:      1px solid #646464;
    background-color:   #E8E9D9;
}

TD.frm_title
{
    color:              #FFFFFF;
    font-size:          9pt;
    font-weight:        bold;
    font-style:         normal;
    background-color:   #646464;
    padding:            8px 8px 8px 6px;
    text-align:         left;
}

TD.frm_title_small
{
    color:              #5F5D60;
    font-size:          9pt;
    font-weight:        bold;
    font-style:         normal;
    font-size:          9pt;
    background-color:   #E8E9D9;
    padding:            8px 8px 8px 6px;
    text-align:         left;
}

TD.frm_header
{
    color:              #5F5D60;
    font-size:          9pt;
    font-weight:        bold;
    font-style:         normal;
    width:              30%;
    padding:            5px 2px 2px 6px;
    vertical-align:     top;
    text-align:         left;
}

TD.frm_cell
{
    font-size:          9pt;
    width:              70%;
    padding:            2px 6px 2px 6px;
    vertical-align:     top;
    text-align:         left;
}

TD.frm_error
{
    font-size:          9pt;
    color:              #FF0000;
    padding:            2px 6px 2px 16px;
    text-align:         left;
}

TD.frm_general
{
    font-size:          9pt;
    padding:            5px 10px 2px 6px;
    text-align:         left;
}

TD.frm_submit
{
    padding:            6px;
    text-align:         right;
}

TABLE.frm_multiple_button_container
{
    margin-left:auto;
}

TABLE.frm_button_container
{
    border-style:       none;
}

TD.frm_button_left
{
    background-image:   url('../images/buttons/frm_button_left.gif');
    background-repeat:  repeat-x;
    width:              1px;
    height:             18px;
}

TD.frm_button_right
{
    background-image:   url('../images/buttons/frm_button_right.gif');
    background-repeat:  no-repeat;
    width:              1px;
    height:             18px;
}

TD.frm_button_center
{
    background-image:   url('../images/buttons/frm_button_center.gif');
    background-repeat:  repeat-x;
    height:             18px;
}

INPUT.frm_button
{
    height:             18px;
    color:              #FFFFFF;
    font-size:          9pt;
    font-weight:        bold;
    font-style:         normal;
    border-style:       solid;
    border-left:        0px;
    border-right:       0px;
    border-top:         0px;
    border-bottom:      0px;
    background-color:   #646464;
    cursor:             pointer;
}

SPAN.frm_error
{
    font-size:          9pt;
    color:              #FF0000;
    padding:            2px 6px 2px 16px;
    text-align:         left;
}

