
.textbox2   {
	color: #666;
	background-color: #fee;
	border: solid 1px #f66;
	font-family: Arial, Helvetica, sans-serif;
	}
	
.textbox2 :hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #000;
	cursor: pointer;
	}
	
.textbox2 :focus {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
	cursor: text;
}
	
* html input.submit,
input[type="submit"]
{
	margin: 0px 1px 0px 0px;
	padding : 1px;
	background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
	cursor: pointer;
}

* html input.reset,
input[type="reset"]
{
        margin: 0px 1px 0px 0px;
		padding : 1px;
        background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
        cursor: pointer;
}

* html input.button,
input[type="button"]
{
        margin: 2px 1px 2px 1px;
		padding : 2px;
        background: #f7f7f7 url( background_button.png ) 0px -1px repeat-x;
        cursor: pointer;
}