﻿/* WebLoginStyles.css */

.sWebAcctFormMinSize
{
   width: 350px;
   height: 475px;
   margin-left: auto;
   margin-right: auto;
}
.sWebAcctLoginBkColor
{
   background-color:#ffffff ;
   box-shadow: 0px 0px 10px #000000;
}
.sAccTableLoginOut
{
   border-collapse: collapse;
   border: 0px solid black;
   width: 100%;
}
.sAccTableLoginHeader
{
   color: white;
   background-color: #012184;
   height: 32px;
   text-align: center;
}
.sAccLoginOutTD
{
   border: 0px solid black;
   top: 0px;
   width: 211px;
   height: 34px;
   text-align: center;
}
.sShowMessageTxt
{
   text-align: center;
   color: Maroon;
}
.sInputHelpText
{
   width: 200px;
   height: 25px;
}
.sInputPassText
{
   width: 200px;
   height: 25px;
}
.sInputHelpActive
{
   color: #a1a1a1;
   font-style: italic;
}
.sCenterDivText
{
   text-align: center;
   margin-left: auto;
   margin-right: auto;
}
.sPrettyButton
{
   border: solid #012184;
   width: 99px;
   height: 34px;
   font-weight: bold;
   font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
   text-align: center;
   vertical-align: middle;
   line-height: 34px;
   font-size: 18px;
   color: #012184;
   cursor: pointer;
}
.sPrettyButton:hover
{
   color: #ffffff;
   border: solid #012184;
   background-color: rgba(1,33,132,0.30);
   box-shadow:inset rgba(0,0,0,1.00)
}
.sPrettyButton:active
{
   color: black;
}

/* fini */
