@charset "iso-8859-1";
body {
	color: black;
	background-color: rgb(243,242,235);
	font-family: verdana, helvetica, arial, sans-serif;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	margin: 0;
	padding: 0;
}

html > body {
	font-size: 9pt;
}
/* #####-Remove the lines above if you use  another stylesheet for your page-##### */


/* #####----------- form -----------------##### */

#abox {
	line-height: 120%;
	font-size: 73%;  /* Enables font size scaling in MSIE */
	font-size: 9pt;
	width: auto;
	height: auto;
}

#box {
	width: 600px;
	height: 215px;
	background-color: #f3f2eb;	/* change this color to match your page  */
	border: 3px solid #D3D3D3;
}

.textbox {
	text-indent: 5px;
	width: 588px;
	height: 30px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.box1 {
	width: 288px;
	height: 161px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.box3 {
	width: 270px;
	height: 18px;
	text-align: center;
	font-weight: bold;
	background-color: transparent;
	padding:  0px 5px 5px 5px;
}

.box4 {
	width: 175px;
	height: 18px;

	font-weight: bold;
	background-color: transparent;

}

.cbox1 {
	width: 288px;
	height: 185px;
	float: left;
	background-color: transparent;
	padding: 5px;
	border: 1px outset #D3D3D3;
}

.cbox2 {
	width: 600px;
	height: 195px;

	background-color: #f3f2eb;	/* change this color to match your page  */
	border: 3px outset #D3D3D3;
}

.select-text {
	float: left;
	margin: 0px 5px 0px 5px;
}

.select-field {
	float: right;
	background-color: #99CCFF;
	margin: 0px 5px 5px 5px;
}

.line1 {
	color: red;
	background-color: red;
	padding: 1px 5px 0px 5px;
}

.line2 {
	color: blue;
	background-color: blue;
	padding: 1px 5px 0px 5px;
}

.line3 {
	color: green;
	background-color: green;
	padding: 1px 5px 0px 5px;
}

.line4 {
	visibility: hidden;
}

.button_l {
	float: right;
	margin: 0 0 0 5px;
}

.button_2 {
	float: left;
	margin: 5px;

}

.flag_se{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(se.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}
.flag_en{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(gb.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}
.flag_dk{
	font-size: 1px;
	width: 19px;
	height: 14px;
	background-image:url(dk.png);
	float: right;
	margin-left: 10px;
	border: 1px outset;
	background-color:transparent; 
}
