 .label {
	padding-top: 2px;
	padding-right: 8px;
	width: 150px;
	white-space: nowrap;
	text-align:right;
}
 .field {
  padding-bottom: 10px;
  white-space: nowrap;
  width: 250px;
}
.status {
  padding-top: 2px;
  padding-left: 8px;
  vertical-align: top;
  width: 300px;
  white-space: nowrap;
  text-align: left;
}
 label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  color: #EA5200;
}
 label.checked {
  background:url("../images/checked.gif") no-repeat 0px 0px;
}
 .success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}