/* -----FORMS---- */

/*
input {
	background-color : #ffffff;   /* changed to white for reskin - wl */
/*	font-family      : Verdana, Helvetica, Arial, san-serif;
	font-size        : 9px;
	color            : #666666;
}
commented out for footer search box */

input.button {
	background-color : #ffffff;
	border-color     : #666666;
  border-style     : solid;
  border-width     : 1px;
	font-family      : Verdana, Helvetica, Arial, san-serif;
	font-size        : 9px;
}

input.chkbox {
	background-color : #ffffff;
}

input.searchfield {
	background-color : #ffffff;   /* changed to white for reskin - wl */
	border-color     : #999999;
	border-style     : solid;
	border-width     : 1px;
	width            : 126px; 
	height           : 16px; 
  font-family      : Verdana, Helvetica, Arial, sans-serif;
  font-size        : 10px;
}

/*select {
	background-color : #ffffff;    /* changed to white for reskin - wl */
	font-family      : Verdana, Helvetica, Arial, san-serif;
	font-size        : 9px;
	color            : #666666;
}
*/

textarea {
	background-color : #ffffff;  /* changed to white for reskin - wl */
	font-family      : Verdana, Helvetica, Arial, san-serif;
	font-size        : 9px;
	color            : #666666;
}

/**** Changes as of 10/24  2:55pm ******/
/* Modified existing */

select {
	background-color : #ffffff;    /* changed to white for reskin - VN */
	font-family      : Verdana, Helvetica, Arial, san-serif;
	font-size        : 9px;
	color            : #333333; /* VN 10/24 */
}
