.cb {clear:both;}
.fl {float:left;}

div#addressModal {
	position: fixed;
  width: 100%;
  height: 100%;
	display: none;
  background-image: url('../images/white80.png');
  left: 0px;
  top: 0px;
  z-index: 10;
}

div.errorMessage {
	border-radius: 15px;
	background-color: #fff;
	line-height: 16px;
	padding: 25px 10px 25px 10px;
	position: fixed;
	left: 50%;
	top: 25%;
	text-align: center;
	width: 480px;
	margin-left: -250px;
}

div#shippingAddressArea {
  margin-top: 12px;
}

div#addressModalTableWrapper {
  position: fixed;
  display: none;
  z-index: 15;

  filter: inherit;
}

	div#addressModalTableWrapper table {
		margin: 0px;
    padding: 0px;
    border: 0px;
	}

    div#addressModalTableWrapper table td {
      border: 0px;
      padding: 6px;
	  }

div#addressModalErr {
  color: #dd0000;
  font-weight: bold;
  display: none;
}

button#addressChangeBtn {
  display: inline;
}
/* hover ?? */

.allocationQty {
  width: 70px;
}