body {
	margin:0px;
	padding-top:0px;
	padding-bottom:0px;
	font-family: "Arial", sans-serif;
	font-size:12px;
}

img {
	border: 0px;
}


input:focus { 
	border: 1px dotted; 
}
input.error { 
	border: 2px groove #A02532; /* Errors are always red */
}

form {
	padding:0px!IMPORTANT; 
	margin:0px!IMPORTANT;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
