@-webkit-keyframes index_more {
	form {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@-moz-keyframes index_more {
	form {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@-ms-keyframes index_more {
	form {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@-o-keyframes index_more {
	form {
		width: 0;
	}
	to {
		width: 100%;
	}
}
@keyframes index_more {
	form {
		width: 0;
	}
	to {
		width: 100%;
	}
}