body {
	font-family: georgia, arial, verdana, helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 0;
	padding: 0;
	font-size: 16px;
	text-align: center;
	line-height: 150%;
	}

h1 {
	font-weight: bold;
	font-size: 18px;
	}
	
h2 {
	font-weight: bold;
	font-size: 16px;
	}

.startsub {
	font-weight: bold;
	font-size: 16px;
	}

a:link {
	text-decoration: underline;
	color: #c00000;
	}
a:visited {
	text-decoration: underline;
	color: #c00000;
	}
a:active {
	text-decoration: underline;
	color: #c00000;
	}
a:hover {
	text-decoration: none;
	color: #000;
	}

img {
	margin-bottom: -3px;
	border: 0;
	}

#container {
	margin: auto;
	width: 750px;
	}

#top {
	text-align: left;
	margin-top: 40px;
	}

#content {
	text-align: left;
	}

.box {
	background: #f8f7f6 url(/img/box_back.gif);
	border: 1px solid #dcdcdc;
	padding: 20px;
	}

#page {
	padding-left: 20px;
	}

#aftersignad {
	font-weight: bold;
	font-size: 120%;
	padding-left: 20px;
	color: red;
}

#aftersignadbox {
	text-align: center;
}

.adproducttext {
	font-size: 75%;
	font-style: italic;
}

#footer {
	clear: left;
	margin-top: 20px;
	padding: 20px;
	border-top: 1px solid #dcdcdc;
	}

#messagebox {
	padding-left: 20px;
	background: #f8f7f6 url(/img/box_back.gif);
	border: 1px solid green;
	color: green;
	font-weight: bold;
	margin-bottom: 20px;
	}

#errorbox {
	padding-left: 20px;
	background: #f8f7f6 url(/img/box_back.gif);
	border: 1px solid red;
	color: red;
	font-weight: bold;
	margin-bottom: 20px;
	}

.input {
	height: 30px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	}

.textarea {
	height: 100px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	font-weight: bold;
	background: #fff;
	}

.submit {
	height: 30px;
	border: 1px solid #000;
	font-size: 16px;
	font-weight: bold;
	background: #dcdcdc;
	}

#erbjudandemail {
	padding: 5px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	}

#erbjudandemail input {
	width: 250px;
	}