﻿#innercontent
{
   /* position: relative;*/
    width: 950px;
    height: 420px;

}

.textbox
{
    font-size: 1.5em;
    border: solid 1px #999999;
    width: 300px;
    height: 24px;
}

.textbox_required
{
    font-size: 1.5em;
    width: 297px;
    height: 24px;
    border-style: solid;
    border-width: 1px;
    border-color: #999999 #999999 #999999 #999999;
    border-left: solid 3px #FFD2D2;
}

.pagetitle
{
    font-size: 1.5em;
    font-weight: bold;
    height: 50px;
    margin-bottom: 5px;
}

.sectioninstructo
{
    font-size: 1.5em;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.lineitem_container
{
    /*position: absolute;*/ /*height: 600px;*/
    width: 750px; /*top: 100px;     left: 50px;*/
}

.lineitem_full
{
    float: left;
    width: 650px;
    height: auto;
    text-align: left;
    margin-bottom: 5px; /*padding-left: 50px;*/ /*background-color: Teal;*/
}

.lineitem
{
    width: 650px;
    height: auto;
    margin-bottom: 5px; /*background-color: #bebebe;*/
}


.lineitem_left
{
    float: left;
    width: 170px;
    height: 30px;
    line-height: 30px;
    text-align: right; /*background-color: lime;*/
}

.lineitem_right
{
    float: left;
    width: 320px;
    height: 30px;
    text-align: left;
    padding-left: 25px; /*background-color:  Olive;*/
}

.lineitem_help
{
    float: left;
    width: 15px;
    height: 30px;
    text-align: left;
    line-height: 30px;
    vertical-align: middle;
    padding-left: 0px; /*background-color:  Olive;*/
}

.helpbutton
{
    /* width:14px; height:14px; margin-left:15px*/
}

.errormessage
{
    font-weight: bold;
    color: #a02013;
    font-size: 1.5em;
}

a.defaultlink
{
    text-decoration: underline;
    color: #962126;
}

a.defaultlink:hover
{
    text-decoration: underline;
    color: #000000;
}
