.associate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	background-color: #3A5BA0;
	border: 1px solid #3399FF;
	color: #FFFFFF;
	text-align: center;
}
  
#LSHighlight {
	background-color: lightgreen;
}
  
.LSRow {
    margin: 0px;
    line-height: 1.2em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
    padding-left: 1em; 
    line-height: 1.2em; 
    padding-right: 1em;
}
 

  #LSResult {
	position: absolute;
	top: 64px;
	left: 5px;
	background-color: #ccc;
	min-width: 135px;
	margin-left: 4px;
	margin-top: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
  
  #LSShadow {
      position: relative;
      bottom: 2px;
      right: 2px;
      background-color: #666; /*shadow color*/
      color: inherit;
  }
  
  .LSRes {
	position: relative;
	background-color: white;
	border: black 1px;
	right: 2 px;
	bottom: 2 px;
	
}