@charset "utf-8";
/*INPUT[type=text]*/
.inputText{
	border:1px solid #ee7f00;
}
/*INPUT[type=text]*/
.inputText:focus{
background-color:#f6eedd;
}

