body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	color: black;
	background: #e7f6fd;
}


/** Default look for links **/
a {
	color: #D8510E;
	background-image: url(../images/arrow_orange_shadow.gif);
	background-position: left 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	text-decoration: none;
}	
a:hover {
	background-image: url(../images/arrow_orange_shadow_hover.gif); 
	background-position: left 1px;
	background-repeat: no-repeat;
	padding: 0 0 0 16px;
	text-decoration: none;
}

/** special class that should override the default one **/
a.plain {
	color: #D8510E;
	background-image: none;
	padding: 0 0 0 0px;
}
ul {
	list-style: square inside;
	padding: 0;
	margin: 0;
	padding: 0.4em 0;
}
.name {
	height: 25px;
	background: #18a8e7;
}
.name img {
	padding: 9px 0 0 9px;
}
.line {
	height: 7px;
	font-size: 0.1em;
	line-height: 0.1em;
}
.line img {
	width: 100%;
	height: 7px;
}
.textTop { font-size: 0.1em; height: 7px; margin: 0 0 0 15px;}
.textHolder {
	background: url('../images/bubble02.gif') no-repeat;
	width: 222px;
	height: 194px;
	padding: 15px 0 0 0;
	margin: 0 0 0 15px;
}
.swf {
	background: url('../images/bubble03.gif') no-repeat;
	padding: 15px 0 0 54px;
	height: 148px;
	margin: 0 0 0 15px;
}
.answertext {
	font-size: 1.1em;
	line-height: 1.3;
	overflow: auto;
	width: 180px;
	height: 185px;
	padding: 0 12px 0 18px;
}
.commentAnswer {
	width: 130px;
	height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.form {
	background: url('../images/botline.gif') #fff repeat-x;
	padding: 0 0 0 10px;
	height: 60px;
}
.form input.textInput {
	font-size: 1.2em;
	padding: 2px 5px;
	width: 155px;
}
.form .imgSubmit {
	padding: 0 0 0 6px;
}
.form .inputHolder {
	
}
/**
orginalet
.form .inputHolder .left {
	float: left;
	padding: 14px 0 0 0;
}
.form .inputHolder .right {
	float: left;
	padding: 14px 0 0 0;
}
**/

.form .inputHolder .left {
	float: left;
	padding: 7px 0 0 0;
}
.form .inputHolder .right {
	float: left;
	padding: 7px 0 0 0;
}

.form .inputHolder .customerForm {
	padding: 7px 0 0 0;
}