img {
	border: 0;
}

table, input, textarea {
	font-size: 1em;
}

hr.cleaner, div.cleaner {
	clear: both;
	height: 1px;
	margin: -1px 0 0 0; 
	padding: 0;
	border: none;
	visibility: hidden;
}


h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	margin-top: 1.5em;
	font-size: 1.3em;
	margin-bottom: .5em;
	font-weight: bold;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0;
	font-weight: bold;
}

h4 {
	font-size: 1.1em;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
}

code, pre {
	font-size: 1.1em;
}

form, div {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 0;
}

a:link, a:active, a:hover, a:visited {
	color: #009be1;
}

a:hover {
	text-decoration: none;
}

abbr, acronym {
	cursor: help;
}

/*** BILDER ***/

img.align-right {
	float: right;
	clear: right;
	margin-left: 1em;
}

img.align-left {
	float: left;
	clear: left;
	margin-right: 1em;
}

.form-item {
	width: 20em;
}

.default {
	font-weight: bold;
}

table.invoice {
	border-collapse: collapse;
	width: 100%;
}

table.invoice td h1 {
	margin: 0;
	color: #000;
	font-size: 1.1em;
	font-weight: normal;
	font-family: inherit;
}

table.invoice td p {
	margin: 0;
}

table.invoice td, table.invoice th {
	vertical-align: top;
}

table.invoice td {
	padding: 0.3em 0;
}

.description p {
	font-style: italic;
}

.period {
	white-space: nowrap;
}

.price {
	text-align: right;
	white-space: nowrap;
}

th.description, th.period {
	text-align: left;
}

tr.sum td, tr.sum th {
	border-top: 1px solid #999;
	padding-top: 0.5em;
	margin-top: 0.5em;
}

.total .price {
	font-weight: bold;
}

#steps .current {
	font-weight: bold;
}

#pages_1 h1 {
	display: none;
}