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

#heading {
	font-weight:bold;
	font-size:28px;
	padding-bottom:10px;
	color:#333;
}

input[type=button] {
	cursor:pointer;
	background:#333333;
	color:#ffffff;
	border:none;
	padding:2px 5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.currency_input {
	width: 5em;
}

.country_column {
	width: 100px;
}

.currency_column {
	width: 20px;
}

.currency_input_column {
	width: 150px;
}

.SEK_column {
	width: 100px;
}