@charset "utf-8";
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
}
.bottomtable {
	background-image: url(sidbakgrundbotten.png);
	background-repeat: no-repeat;
}
.rubrik {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-transform: uppercase;
}
.text_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: left;
	text-decoration: underline;
}
.content_table {
	border: 1px dotted #CCCCCC;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

div#main {
	width:430px;
	height:auto;
	margin:20px auto 20px auto;
	background:#ffffff url(guestbook.jpg)top left no-repeat;
	padding:5px 5px 5px 60px;
}

h1 {
	width:95%;
	font-size:15px;
	color:#295229;
	border-bottom:1px solid #003090;
}

form {
   font-family:verdana,arial,sans-serif;
   font-size:10px;
   font-weight:700;
   
}

.textfield {
	border:1px solid #003090;
	width:200px;
	background-color: #66CB66;
}

.textarea {
	border:1px solid #003090;
	width:200px;
	height:50px;
	background-color: #66CB66;
}

hr {
	font-size:15px;
	background:#ffffff;
	text-align:left;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #295229;
}

