/* START FORM STYLE ~ This is for the form fields (size, borders, color highlight, focus, blur) */ 

INPUT {
	/* leave blank because this controls the SUBMIT image button */
}
SELECT {
	/* leave blank because this controls the SUBMIT image button */
}

/* with form these classes represents the normal fileds */
.input2 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; MARGIN: 1px 0px 4px 0px;  CURSOR: hand; HEIGHT: 12px; WIDTH: 140px;
}
.select2 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; MARGIN: 1px 0px 4px 0px;  CURSOR: hand; HEIGHT: 12px; WIDTH: 140px;
}
.boxBlur2 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; background-color: #FFFFFF; color: #000000; HEIGHT: 12px; WIDTH: 140px;
}
.boxFocus2 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; background-color: #FFCC66; color: #666666; HEIGHT: 12px; WIDTH: 140px;
}

/* with form these classes represents the SUBMIT and RESET button as well as the drop-down list */
.input3 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; MARGIN: 1px 0px 4px 0px;  CURSOR: hand; HEIGHT: 15px; WIDTH: 140px;
}
.select3 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; MARGIN: 1px 0px 4px 0px;  CURSOR: hand; HEIGHT: 15px; WIDTH: 140px;
}
.boxBlur3 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; background-color: #FFFFFF; color: #000000; HEIGHT: 15px; WIDTH: 140px;
}
.boxFocus3 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 11px; background-color: #FFCC66; color: #666666; HEIGHT: 15px; WIDTH: 140px;
}

/* with form these classes represents the SUBMIT and RESET button as well as the drop-down list */
.input4 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 10px; MARGIN: 4px 0px 10px 0px; CURSOR: hand; HEIGHT: 110px; WIDTH: 305px;
}
.select4 {
	BORDER: #9EB1C5 1px solid; FONT-SIZE: 10px; MARGIN: 4px 0px 10px 0px; CURSOR: hand; HEIGHT: 110px; WIDTH: 305px;
}
.boxBlur4 {
	BORDER: #9EB1C5 1px solid; background-color: #FFFFFF; color: #000000; HEIGHT: 110px; WIDTH: 305px;
}
.boxFocus4 {
	BORDER: #9EB1C5 1px solid; background-color: #FFCC66; color: #666666; HEIGHT: 110px; WIDTH: 305px;
}
/* END FORM STYLE */
