/* CSS Document */
html, body, div, img, span, form, applet, object, iframe, h1, h2, h3, h4, h5, h6, p {
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	border: 0;
	outline: 0;
}

img, object {
	vertical-align:bottom;
	border:0;
}

input {
	padding:0 0 0 0;
	margin:10px 0 0 0;
	border:0;
	outline:0;
}