/*********d*g*x********* PERFECT FORM STYLING */


.required label {
  color: darkred;
}


/* this is not much important and could be removed */
input, select, textarea {
  margin-right: 0.2em;
}


/* prevents IE stretched button bug on WinXP  */
input.button {
  width: 0;
  overflow: visible;
}
input.button[class] { width: auto }
