/*********d*g*x********* PERFECT FORM STYLING */

form table.form th {
	text-align: right;
	vertical-align: top;
	padding-right: 0.5em;
}

.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;
  font-weight: bold;
  color: darkred;
}
input.button[class] { width: auto }

