* {
	padding: 0;
	margin: 0;

	/*
	the following line removes the dotted "border" around clicked links in most browsers,
	IE will ignore this and display it anyway.
	*/
	outline:0 none transparent;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address {
	margin:20px 0;
}

li, dd, blockquote {
	margin-left: 40px;
}

fieldset {
	padding:10px;
}

img {
	border:0px;
}

form{
	display: inline;
}