.state_any{
  border: 1px solid #c2c2c2;
  padding: 2px;
  margin: 5px 0 5px 0;
}

.state_ct{
  position: absolute;
  margin-left: 167px;
  margin-top: 105px;
  z-index: 9999;
  width: 54px;
  height: 53px;
  background: url('ct-small.gif') no-repeat bottom;
  border: 0px;
}

.state_ny {
  position: relative;
  width: 220px;
  height: 164px;
  background: url('ny-small.gif') no-repeat bottom;
  border: 0px;
}

.state_ct span, .state_ny span{
  background-color: pink;
  color: black;
  padding: 1px;
  font-family: Arial;
  font-size: 10px;
  line-height: 10px;
  float: right;
  width: 100px;
}

.state_null{
  border: none;
  width: 100%;
  clear: both;	
  margin-bottom: 10px;		
}
		
