.error, .Error
{
    color: #8b2031;
}

h3
{
    font-size: 13px;
}

.dpPanelSpacer
{
    padding-top: 10px;
}

.submitBtn
{
    background-color: #FFFFFF;
    background-image: url(../../images/formButtonBg.png);
    border: 1px solid #444444;
    color: #444444;
    font-size: 11px;
    font-weight: normal;
    padding-right: 10px;
    padding-left: 10px;
    cursor: hand;
}
.tabForm
{
    /* background-color: #F4F6F8; */
    /* border:1px dashed #9E9E9E; */
    padding:5px;
}
.tabForm table
{
    width:100%;
}
.dataLabel
{
    width:15%;
    color:#45577A;
    font-weight: bold;
    vertical-align : top;
    font-size:12px;
}
.dataLabel a
{
    width:15%;
    color:#45577A;
    font-weight: bold;
    vertical-align : top;
    font-size:12px;
}

.dataField
{
    vertical-align : top;
    font-size:12px;
}
.tabForm textarea
{
    height:100px;
    padding:2px;
    width:365px;
}
.LeftNavMenuItem a
{
    display:block;
    padding-bottom: 5px;
}
.productsMenu
{
margin-left:1em;
}
