.selected {
  font-weight: bold;
}

.pale {
  color: Gray;
}

#address input {
  width: 200px;
}

#address input.postalcode {
  width: 100px;
}

#address input.title {
  width: 50px;
}

#address input.cb {
  width: 20px;
}

#address textarea.info {
  width: 200px;
  height: 80px;
}

#address h4 {
  margin-top: 15px;
}

.validation-advice {
	margin: 5px 0;
	padding: 2px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
	font-size: 11px;
	width: 50%;
}

.strike-price {
  text-decoration: line-through;
}

.new-price {
  color: Red;
  font-weight: bold;
}

.input-wide {
  width: 300px;
}

.input-medium {
  width: 150px;
}

.textarea-wide {
  width: 300px;
  height: 150px;
}

