/* general */
body,
div, label, p,
form, input, button, select, textarea,
ul, ol, li,
dd, dt, dl,
table, tr, th, td,
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Verdana, Arial, Tahoma, sans-serif;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	background: #fff url('/media/dsg/MK_pattern.gif') top left;
}

img {
	border: none;
}

a {
	color: #ff5e00;
	text-decoration: underline;	
}
a:hover {
	text-decoration: none;	
}

div.spacer {
	clear: both;
	height: 0;
	overflow: hidden;
}

.http_error {
	font-size			: 20px;
	font-weight			: bold;
	text-align			: center;
	padding				: 20px;
}
