
#user-login-form .first,
#user-login-form .last,
.node_read_more,
#page-title ,
div.message {
	display: none;
}

/* ungly hack to hide the Account Validation and Time Zone fields of the user profile*/
#user-profile-form fieldset:first-child,
#user-profile-form fieldset.collapsible {
	display: none;
}

