html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10pt;
	color: #444;
}

img {
	border: 0;
}

h1, h2, h3, h4 {
	text-align: center;
}

a:link, a:visited {
	color: #222;
}

a:hover, a:active {
	color: #888;
	text-decoration: none;
}

#wrapper {
	width: 500px;
	margin: 50px auto;
}

#header {
	width: 500px;
	height: 140px;
	background: url("images/header.png") no-repeat;
}

#content {
	min-height: 360px;
}

#footer {
	width: 500px;
	height: 94px;
	background: url("images/footer.png") no-repeat;
	text-align: center;
	padding: 30px 0 0 0;
	font-size: 80%;
	font-weight: bold;
	color: #555;
}

#barcode {
	text-align: center;
}

#barcode img {
	margin: 20px 0 20px 0;
}

/* Form */

table {
	margin: 0 auto;
}

td {
	font-weight: bold;
	text-align: center;
	color: #777;
}

.field {
	padding: 6px 10px;
	background: url("images/fieldbg.png") no-repeat #fff;
	border: 1px solid #ccc;
	color: #333;
}

.text {
	width: 180px;
}

.select {
	width: 100px;
	height: 30px;
}

.submitbutton {
	background: url("images/buttongradient.png") repeat-x;
	border: 1px solid #ccc;
	padding: 3px 14px;
	width: 100px;
	height: 30px;
	color: #444;
}

/* Bluefoxbuttoni */

#bluefoxmini {
	width: 35px;
	height: 35px;
	background-position: top left;
	background-image: url("images/bfmini.png");
	float: right;
	margin: 5px 0; /* miinusarvo ei toimi IE:ssä */
}

#bluefoxmini:hover {
	background-position: top right;
}