body {
	background-image: url(img/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}

body, table, td, p, input, textarea, select {
	font-family: Verdana, Arial, Sans-serif;
	font-size: 11px;
}

.caption {
	font-size: 16px;
	padding-bottom: 15px;
}

.bgbottom {
	background-repeat: no-repeat;
	background-position: left bottom;
}

.inputNafn {
	border: 1px solid #dcdcdc;
	width: 360px;
}

.formSeperator {
	height: 10px;
}

.inputText {
	border: 1px solid #dcdcdc;
	width: 360px;
	height: 80px;
}

.formAddress {
	border: 1px solid #dcdcdc;
	width: 360px;
	height: 60px;
}

.inputSubmit {
	border: 1px solid #dcdcdc;
	background-color: #dcdcdc;
}

select {
	border: 1px solid #dcdcdc;
}

#informationLayer	{
	position:absolute; 
	top: 25px;
	left: 25px;
	visibility: hidden; 
	background: #FFF993; 
	z-index: 1;
	width: 500px;
	border: 1px solid #000000;
	text-align: left;
}

#informationLayer .box {
	margin: 20px;
}

#informationLayer #close {
	position:absolute; 
	top: 5px;
	right: 5px;
}