
/** modal window styles **/
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    /* background: #000; */
     background: #f3f6fa;
    display: none;
}


#loginmodal {
  width: 300px;
  border: 8px solid #b1b1b1; 
 background: #f3f6fa;
  /* -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; */
 /*  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5); */
  
}

.icbc{
	
}

.icbc  a:hover {
	background: red;
}

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity = 80);
}

.ui-helper-hidden-accessible{
	
	display:none;
}
.ui-autocomplete{
	background:#ffffff;
	border:1px solid #019BE3;
	width:300px;
}
.ui-autocomplete li{
	height:24px;
	line-height:24px;
}
.ui-autocomplete li:hover{
	background:#7EC0EE;
}


