.LoginBody
{
   margin: 0px;
   background: white;
   font-family: "Century Gothic", Futura, Arial, sans-serif;
   color: white;
}

.LoginTableMain
{
   width: 100%;
   height: 100%;
   padding: 0px;
   margin:0px;
   border: 0px;
   border-spacing: 0px;
   background-size: cover;
}

.LoginRowTitleBar
{
  height: 68px;
}

.LoginRowTitleBar td
{
  padding: 0px;
}

.LoginRowDialog
{
}

.LoginRowDialog td
{
  padding: 0px;
}

.LoginDivDialog
{
   position: relative;  /* enable absolute positioning of children */
   width: 433px;
   height: 300px;
   margin: 0px auto; /* center horizontally and vertically */
   border-radius: 10px;
   box-shadow: rgba(0,0,0,0.3) 5px 5px 8px;
   font-size: 25px;

   background: #cecece; /* Old browsers */
   background: -moz-linear-gradient(-45deg,  #cecece 0%, #505050 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#cecece), color-stop(100%,#505050)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(-45deg,  #cecece 0%,#505050 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(-45deg,  #cecece 0%,#505050 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(-45deg,  #cecece 0%,#505050 100%); /* IE10+ */
   background: linear-gradient(-45deg,  #cecece 0%,#505050 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cecece', endColorstr='#505050',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.LoginDivCaption
{
   position: relative;  /* enable absolute positioning of children */
   height: 68px;
   border-radius: 10px 10px 0px 0px;
   box-shadow: rgba(0,0,0,0.3) 0px 5px 8px;
   
   background: rgb(176,177,178); /* Old browsers */
   background: -moz-linear-gradient(top, rgba(176,177,178,1) 0%, rgba(124,124,125,1) 50%, rgba(102,102,104,1) 51%, rgba(75,75,77,1) 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(176,177,178,1)), color-stop(50%,rgba(124,124,125,1)), color-stop(51%,rgba(102,102,104,1)), color-stop(100%,rgba(75,75,77,1))); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top, rgba(176,177,178,1) 0%,rgba(124,124,125,1) 50%,rgba(102,102,104,1) 51%,rgba(75,75,77,1) 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top, rgba(176,177,178,1) 0%,rgba(124,124,125,1) 50%,rgba(102,102,104,1) 51%,rgba(75,75,77,1) 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top, rgba(176,177,178,1) 0%,rgba(124,124,125,1) 50%,rgba(102,102,104,1) 51%,rgba(75,75,77,1) 100%); /* IE10+ */
   background: linear-gradient(top, rgba(176,177,178,1) 0%,rgba(124,124,125,1) 50%,rgba(102,102,104,1) 51%,rgba(75,75,77,1) 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0b1b2', endColorstr='#4b4b4d',GradientType=0 ); /* IE6-9 */
}

.LoginDivCaptionInner
{
   position: relative;
   height: 33px;
   top: 20px;
   text-align: center;
   font-size: 20px;
}

.LoginDivLabelUserName
{
   position: absolute;
   left: 20px;
   top: 108px;
}

.LoginDivLabelPassword
{
   position: absolute;
   left: 20px;
   top: 160px;
}

.LoginDivInputUserName
{
   position: absolute;
   right: 20px;
   top: 106px;
}

.LoginDivInputPassword
{
   position: absolute;
   right: 20px;
   top: 158px;
}

.LoginInput
{
   width: 250px; 
   height: 30px;
   font-family: "Century Gothic", Futura, Arial, sans-serif;
   font-size: 25px;
}

.LoginDivErrorMessage
{
   position: absolute;
   right: 20px;
   top: 210px;
   text-align: center;
   font-size: 12px;
   text-shadow: 0px 0px 5px red;
}

.LoginDivButtonLogin
{
   position: absolute;
   left: 0px;
   bottom: 0px;
   width: 100%;
   height: 60px;
   text-align: center;
}

.LoginDivButtonLogin input:hover
{
   text-shadow: 0px 0px 10px white;
}

.LoginButtonLogin
{
   font-family: "Century Gothic", Futura, Arial, sans-serif;
   font-size: 25px;
   color: white;
   background: transparent;
   border: 0px;
}

.Login_InfoMessage
{
   text-align: center;
   margin-top: 100px;
   font-size: 11pt;
}
