@import url(common.css);



table.loginBox
{
   background-color: #F7F3DE;
}

td.rightBorder {
  background-image: url('../images/authentication/ShadowR.gif'); 
  background-repeat: repeat-y;
}

td.bottomBorder {
  background-image: url('../images/authentication/ShadowB.gif'); 
  background-repeat: repeat-x;
}


td.loginBoxBorder
{
   padding-top:  7px;
   padding-left: 14px;
}


table.notifyMsg div
{
    padding-top:       10;
    text-align:        center;
    font-weight:       bold;
    font-size:         13pt;

}

p.ErrorTitle
{
    font-weight:       bold;
    font-size:         12pt;
    color:             darkred;
    text-align:        center;
    padding-top:       10;
    padding-bottom:    10;	
}

table.ErrorMsg
{
    border-top-style:   solid;
    border-top-width:   2pt;
    border-top-color:   black;
}

td.ErrorMsg
{
    padding-top:        6;
    font-size:          11pt;
    font-weight:        bold;
    align:              center;
}



