.style1 { font-family: Verdana; font-size: 11px; font-weight: bold; }
.style2 { font-family: Verdana; font-size: 12px; font-weight: bold; }
.style3 { font-family: Verdana; font-size: 14px; font-weight: bold; color: #0000CC; }
.style4 {font-family: Verdana; font-size: 9px; font-weight: bold; }
.style5 {font-family: Verdana; font-size: 9px; }
.style6 {font-family: Verdana; color: #000000 }
.style7 {font-family: Verdana; font-size: 9px; color: #000000; }
.style8 {font-family: Verdana;  font-size: 14px; font-weight: bold; color: #0000CC; }
.style9 {font-family: Verdana; font-size: 9px; color: #000000; }
.style10 {font-family: Verdana; font-size: 12px; font-weight: bold; }
.style11 {font-family: Verdana;  font-size: 12px; color:#990000; font-weight:bold; }
.style12 {font-family: Verdana;  font-size: 9px; color:#990000; font-weight:bold; }
.box { width: 300px;  }
.titel { font-family: Verdana; font-size: 11px;  }
a:link {font-family: Verdana; color: #0000CC; text-decoration: none; }
a:visited {font-family: Verdana; text-decoration: none; color: #0000CC; }
a:hover {font-family: Verdana; text-decoration: none; color: #0000CC; }
a:active {font-family: Verdana; text-decoration: none; color: #0000CC; }

body {
	font-family: verdana; 
	font-size: 12px;
}


#container {
	width: 346px;
	float: left;
	padding: 5px;
	font-size: 10px;

}

/* Skrivhörna */

#formcontainer {
	align: center;
	margin: 2px 2px 2px 2px;
	width: 348px;
	font-size: 11px;
	color: #000000;
	border: 0;
}

#postbox {
	border: 3px solid #EEE;
	background: #f4f4f4;
	margin-bottom: 2px;
	color: #666;
	font-size: 12px;
}

/* Alias */
#nickname {
	border: 1px solid #EEE;
	margin-bottom: 2px;
	background: #f4f4f4;
	float: left;
	color: #666;
	font-size: 12px;
}

#ort {
	border: 1px solid #EEE;
	margin-bottom: 2px;
	background: #f4f4f4;
	float: left;
	color: #666;
	font-size: 12px;
}

/* Epost-adress */
#email {
	float: left;
	margin-bottom: 2px;
	width: 250px;
	border: 1px solid #EEE;
	color: #666;
	background: #f4f4f4;
	font-size: 12px;
}

/* Anti-spam Frågan */
#keyword {
	float: left;
	border: 1px solid #EEE;
	background: #f4f4f4;
	margin-bottom: 2px;
}

/* Inläggsbox */
.boxes {
	width: 328px;
	padding: 5px;
	float: left;
	margin: 5px 2px 2px 2px;
}

/* nickname och datum (i inläggsboxarna) */
.title {
	font-size: 10px;
	float: left;
	width: 328px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	color: #000;

}

/* IP-nummer fältet */
.ip {
	font-size: 10px;
	float: right;
	color: #666;
	margin-top: 5px;
}