body {
	padding: 0px;
	margin: 2px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

input {
	font-size: 12px;	
}

form {
	margin: 0px;
	padding: 0px;
}

div#logo {
	text-align: center;
}

div#search {
	margin-top: 4px;
}

div#ad {
	margin-top: 8px;
	font-style: italic;
}

input.ean {
	border: 1px solid #7b5c7b;
	background-color: #ffffff;
}

input.button {
	border: 1px solid #7b5c7b;
	background-color: #ffffff;
}

div.error {
	color: #841b18;
	font-weight: bold;
}

div#result {
	margin-top: 4px;
}

div.ratings {
	margin: 4px 0px 4px 0px;
}

div#footer {
	margin-top: 12px;
}

div.header {
	margin-top: 4px;
}

a:link {color: #7b5c7b}
a:visited {color: #7b5c7b}
a:active {color: #7b5c7b}
a:hover {color: #7b5c7b}

