.topHorizontalLine {
	border-top: solid thin;
	color: #5984AD;
	height:3px;
}

.bottomHorizontalLine {
	border-bottom: solid thin;
	color: #5984AD;
	height:3px;
}

.error {
  color: #ff6600;
}

.errorBox {
  border: 2px solid #ff6600;
  padding-right: 4px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-weight: bold;
  padding-left: 10px;
  background-position: 10px center;
  background-repeat: no-repeat;
  background-image: url(../images/alert.gif);
}