.loginbody	{ background: #f7f7f7 top center url(../images/bgLoginBlank10.jpg) no-repeat; margin: 0px; padding: 0px }

.aligncenter	{ text-align: center; margin: 0 auto; }
.logininput	{ background-image: url(../images/bgLoginFormField275.jpg); background-repeat: no-repeat; background-color: transparent; border: 0px; outline: none; height: 39px; width: 275px; color: #c0c0c0; font-size: 12pt; padding-left: 10px; padding-right: 10px; }

#logintable	{ border-color: transparent; }
#logintable td	{ border-color: transparent; }
#loginform	{ width: 430px; height: 222px; margin: 0 auto; margin-top: 175px; padding-left: 40px; padding-top: 18px }
.loginfield	{ float: left; width: 260px }
.loginlabel	{ float: left; width: 100px; margin-left: 15px; height: 39px; color: #b0b0b0; font-family: arial, verdana, sans-serif; font-size: 11pt; font-weight: bold; text-transform: uppercase; padding-top: 10px }
.loggedoutlabelbold	{ width: 400px; margin-left: 15px; height: 39px; color: #b0b0b0; font-family: arial, verdana, sans-serif; font-size: 11pt; font-weight: bold; text-transform: none; padding-top: 10px }
.loggedoutlabel	{ width: 400px; margin-left: 15px; height: 39px; color: #b0b0b0; font-family: arial, verdana, sans-serif; font-size: 9pt; font-weight: normal; text-transform: none; padding-top: 10px }
#divusername	{ margin-top: 10px; border: 0px solid red }
#divpassword	{ margin-top: 10px; border: 0px solid red }
#divloginbutton	{ margin-top: 15px; border: 0px solid red; width: 392px; text-align: right; padding-right: 0px }
#txtUsername	{ width: 255px; height: 37px }
#txtPassword	{ width: 255px; height: 37px }


/*d94613 burnt orange */
a.smalllink	{ color: #808080; font-family: arial, verdana, sans-serif; font-size: 10pt; font-weight: normal; text-decoration: none; }
a.smalllink:link		{ text-decoration: none; }
a.smalllink:visited		{ text-decoration: none; }
a.smalllink:hover		{ text-decoration: underline; }
a.smalllink:visited:hover	{ text-decoration: underline; }
a.smalllink:active		{ text-decoration: none; }


input[type=text], input[type=password], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
 
input[type=text]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 8px rgba(160, 160, 160, 1);
  -moz-box-shadow: 0 0 8px rgba(160, 160, 160, 1);
  box-shadow: 0 0 8px rgba(160, 160, 160, 1);
}
