form table.form {
  border-spacing: 0px;
  margin: 4px;
}

table.form td {
	padding: 10px;
}

table.form td.label {
  padding-right: 8px;
  vertical-align: middle;
  text-align: right;
  white-space: nowrap;
}

table.form td.field {
  white-space: nowrap;
  vertical-align: middle;
  padding-left: 3px;
}

table.form td.status {
  padding-left: 8px;
  vertical-align: middle;
  white-space: nowrap;
}

label.error {
  background:url("../images/unchecked.gif") no-repeat 0px 0px;
  padding-left: 16px;
  padding-bottom: 2px;
  font-weight: bold;
  color: #EA5200;
}

label.checked , td.checked{
  background:url("../images/checked.gif") no-repeat 0px 0px;
}

.success_msg {
  font-weight: bold;
  color: #0060BF;
  margin-left: 19px;
}