input#fr_note {
	width: 64px;
	margin-left: 8px;
	height: 28px;
	top: 2px;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
}

input#fr_note:focus {
	width: 250px;
}