$(function(){
	inputy();
});
function inputy() {
	$('.label-input-pair label').labelOver('over');
}
