body {
	margin:  0;
	padding:  0;
}
form {
	display:  inline;
	margin: 0;
	padding:  0;
}
img {
	border:  none;
}
input, textarea {
	padding:  2px;
	font-size:  11px;
}
select {font-size:  11px;  padding: 0;  margin: 0;}
p {
	margin:  0 0 1em 0;
	padding:  0;
}
.centered {
	text-align:  center;
}
.cboth {
	clear:  both;
	height:  0px;
	overflow:  hidden;
}
.cleft {
	clear: left;
	color:  inherit;
	background-color:  inherit;
	height:  0px;
	overflow:  hidden;
}
.cright {
	clear:  right;
	height:  0px;
	overflow:  hidden;
}
.invisible {display:  none;}
