.contactermsg {
  background: url(error.png) no-repeat;
  height: 14px;
  color: #CC0000;
  padding: 0 0 0 20px;
}

.contactmsg {
  background: url(success.png) no-repeat;
  height: 14px;
  color: #00CC00;
  padding: 0 0 0 20px;
}

.contactnoscript {
  border-style: solid; 
  border-width: 5px; 
  border-color: red; 
  background-color: yellow; 
  padding: 5px;	
}