.acgTextInput
{
	box-sizing:border-box;
	outline:none;
	
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#dadada;
}
.acgTextInputFocus
{
	border-bottom-width:2px;
	border-bottom-style:solid;
	border-bottom-color:#f2a900;
}