
.enabled {
	background-color: white;
}

.disabled {
	display: none;
}

img.status-valid {
  background: url(../images/accept.png) no-repeat;
  float:left; 
  width: 16px; 
  height: 16px; 
  margin: 2px;
}

img.status-valid-with-warning {
  background: url(../images/error.png) no-repeat;
  float:left; 
  width: 16px; 
  height: 16px; 
  margin: 2px;
}

img.status-invalid {
  background: url(../images/cancel.png) no-repeat;
  float:left; 
  width: 16px; 
  height: 16px; 
  margin: 2px;
}