@charset "utf-8";
/* CSS Document */

	input {border: expression( this.type=="button" ? 'border:none; border-bottom:#999999 1px solid; border-right:#999999 1px solid; color:blue; cursor:pointer; background-color:#FFFFFF; margin:-1px; padding-bottom:2px' : 'inherit' );}
	input {border: expression( this.type=="reset" ? 'border:none; border-bottom:#999999 1px solid; border-right:#999999 1px solid; color:#999999; cursor:pointer; background-color:#FFFFFF; margin:-1px; padding-bottom:2px' : 'inherit' );}	

