INPUT, TEXTAREA, SELECT, OPTION {
	font-family: 'verdana', 'arial', 'sans-serif';
	padding: 1px;
	font-size: 11px;
	color: #C04033;
	background-color: #D9DDDD;
	border: solid 0px #9AACAC;
}

 .field {
	font-family: 'verdana', 'arial', 'sans-serif';
	padding: 1px;
	font-size: 11px;
	color: #C04033;
	background-color: #ffffff;
	border: solid 0px #9AACAC;
}

 .button {
          background-color: #ffffff;
          color: #d18d95;
	      font-family: verdana, arial, sans-serif;
	      font-size: 11px;
	      border: #d18d95 1px solid;
	      cursor: hand;
 }

 .buttonover {
          background-color: #C04033;
          color: #ECEEED;
	      font-family: verdana, arial, sans-serif;
	      font-size: 11px;
	      border: #C04033 1px solid;
	      cursor: hand;
 }
