.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#container{
	position: absolute;
	top: 50%;
	margin-top: -200px;/* half of #content height*/
	left: 0;
	width: 100%;
}
#content {
	width: 624px;
	margin-left: auto;
	margin-right: auto;
	height: 395px;
	border: 0px solid #000000;
}

.imgBoxNoa { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/pdf-icon-grey.png) no-repeat; 
} 

.imgBoxNoa:HOVER { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/pdf-icon.png) no-repeat; 
} 


.imgBoxSAA { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/saa-grey.png) no-repeat; 
} 

.imgBoxSAA:HOVER { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/saa.png) no-repeat; 
} 



.imgBoxDoc { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/proc.png) no-repeat; 
} 

.imgBoxPL { 
	width: 24px; 
	height: 24px;
	background: url(../../library/images/bronze-green.png) no-repeat; 
} 
.imgBoxPL:hover { 
	width: 24px; 
	height: 24px; 
	background: url(../../library/images/bronze-green.png) no-repeat; 
} 

.imgBox { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/grey.png) no-repeat; 
} 
.imgBox:hover { 
	width: 25px; 
	height: 25px; 
	background: url(../../library/images/stargold.png) no-repeat; 
} 


.imgCHEDLogo { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/ched-logo-grey.png) no-repeat; 
} 

.imgCHEDLogo:hover { 
	width: 25px; 
	height: 25px; 
	background: url(../../library/images/ched-logo1.png) no-repeat; 
} 

.imgLogo{ 
	width: 25px; 
	height: 25px; 
	background: url(../../library/images/ched-logo1.png) no-repeat; 
}

.imgCHED { 
	width: 25px; 
	height: 25px; 
	background: url(../../library/images/acct_processed.png) no-repeat; 
} 

.imgPayroll { 
	width: 25px; 
	height: 25px; 
	background: url(../../library/images/check.png) no-repeat; 
} 
.imgBoxGrey { 
	width: 25px; 
	height: 25px;
	background: url(../../library/images/stargold-grey.png) no-repeat; 
} 

.imgBoxGold{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/award_star_gray.png) no-repeat;
}

.imgBoxGold:hover{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/award_star_gold.png) no-repeat;
}


.imgBoxSilver{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/award_star_gray.png) no-repeat;
}

.imgBoxSilver:hover{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/award_star_silver.png) no-repeat;
}

.imgBoxManage{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/manage.png) no-repeat;
}

.imgBoxManage:hover{
	width: 25px; 
	height: 25px;
	background: url(../../library/images/manage-gold.png) no-repeat;
}
#scrollable-dropdown-menu .tt-dropdown-menu {
max-height: 150px;
overflow-y: auto;
}

.shadow{
	text-shadow: 4px 1px 4px #000000;
}
  
.shadow1{
	text-shadow: 2px 1px 2px #888;
}     