/******
BEGIN
This should be used wherever there are/is (a) <p>(s) within a table cell
This will remove the unwanted space above or/and under a paragraph
*/
p {
	margin-top:10px;
	padding-top:0px;
	margin-bottom:10px;
	padding-bottom:0px;*/
}

p.last {
	margin-bottom:0px;
	padding-bottom:0px;
}
/*
END
******/

input.ignore {
	width:auto;
}

img {
	border:0;
}