
input.styled {
   display: none;
}

.disabled {
   opacity: 0.5;
   filter: alpha(opacity=50);
}

.borderStyle {
   border: solid 2px #195682;
   border-radius: 10px;
}

#loginPanelHeader {
   color: #195682;
   letter-spacing: 2px;
   padding-top: 7px;
   font-family: quicksand;
   padding-left: 9px;
   font-size: 34px;
   font-weight: bold;
   text-align: center;
}

.watermarkStyle {
   font-style: italic;
   font-size: 20px;
   color: #AAAAAA;
 }


.inputBackground:focus {
   border-color: #ADD8E6;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ADD8E6;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ADD8E6;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #ADD8E6;
}

.passwordBackground:focus {
   border-color: #ADD8E6;
   -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ADD8E6;
   -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ADD8E6;
   box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 10px #ADD8E6;
}

.inputBackground {
   opacity: 1 !important;
   padding-left: 10px;
   font-size: 20px;
   box-shadow: 6px;
   width: 185px;
   border-radius: 0px !important;
   height: 34px;
   padding-top: 0 !important;
   position: absolute;
   margin-left: 30px;
   margin-top: 7px;
}

.passwordBackground {
   opacity: 1 !important;;
   padding-left: 10px;
   font-size: 20px;
   box-shadow: 6px;
   width: 185px;
   border-radius: 0px !important;
   height: 34px;
   position: absolute;
   margin-left: 30px;
   margin-top: 50px;

}

.loginIcon {
   cursor: pointer;
   border: 0;
   outline: none;
   width: 47px;
   height: 39px;
   margin-left: 237px;
   margin-top: 50px;
   position: absolute;
}

#slideshow {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: auto;
   min-height: 100%;
   min-width: 1024px;
   z-index: -1;
}

#slideshow img {
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   display: inline;
}

.active {
   opacity: 1 !important;
}

#loginPane {
   width: 304px;
   height: 185px;
   left: 50%;
   bottom: 50%;
   margin-bottom: -92px;
   margin-left: -146px !important;
   position: absolute;
   border-radius: 10px;
   background: rgba(255, 255, 255, 0.5);
   border: solid 2px #195682;
   border-radius: 10px;
}

.checkbox {
   background: url("../images/checkbox.png") no-repeat;
   width: 19px;
   height: 25px;
   display: block;
   clear: left;
   position: absolute;
   margin-top: 100px;
   margin-left: 175px;
}

.checkboxLabelStyle {
   font-size: 18px;
   float: left;
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   color: #195682;
   position: absolute;
   margin-top: 100px;
   margin-left: 30px;
}

.loginError {
   text-align: center;
   font-family: verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: red;
   width: 100%;
}
