/**
 * @author melvin
 */
$(function () {
	$("#username").attr({
		'style' : 'color: #212121;width:143px;'
	});
	$("#password").attr({
		'style' : 'color: #212121;width:143px;'
	});
});


