html {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 99%;
  vertical-align: baseline;	
  line-height: 1;
}
body {
	font-size: 14px;
	font-family: "open sans", sans-serif;
	line-height: 140%;
	margin: 0px 12px 0px 4px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	background-position: center;
	background-repeat: repeat-y;
	width: 99%;
}

img {
	border: 0px none;	
}

a {
	text-decoration: none;
	color: #02008E;
}
a:hover {
	color: Blue;
	text-decoration: underline;
}

.notering_clear {
	font: 11px/1.0em;
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 5px 46px;
	clear: both;
}

.clear {
	clear: both;
	font: 3px/4px;
	margin: 0px 0px 0px 0px;
}
.notisitem {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
.contactframediv {
	padding: 0px 0px 0px 0px;
	margin: 3px 0px 10px 0px;
}
.contactframediv p {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 8px;
	font-style: italic;
	font-size: 14px;
}
.contactframediv h4 {
	font-size: 14px;
	margin: 10px 0px 0px 0px;
    font-weight: 600;
}
.contactframediv h4 span {
	font-style: italic;
	font-size: 12px;
	font-weight: normal;
}
div.form {
  font-weight: normal;
  margin-bottom: 0px;
  padding-top: 0.5em;
}
input.textbox, select.textbox {
	width: 98%;
	max-width: 300px;
}
input.button, select.button {
  width: 135px;
}
.button, .button1, .button3, .button4, .button4b, .button5, .button6, .searchbutton, .inlogbutton {
	/*border: 1px solid;*/
	font-size: 15px;
	font-family: "open sans", sans-serif;
	margin: 5px auto 4px auto;
	padding: 0px 0em 0.1em 0em;
	font-weight: 600;
	line-height: 21px;
	/*height: 24px;*/
	display:inline-block;
	padding: 3px 4px;
	margin-bottom:2px;
	text-align:center;
	white-space:nowrap;
	-ms-touch-action:manipulation;
	touch-action:manipulation;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-image:none;
	border:1px solid transparent;
	border-radius:4px;
	color:#333;
	background-color:#fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075);
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top,#fafafa 0,#dbdbdb 100%);
	background-image: -o-linear-gradient(top,#fafafa 0,#dbdbdb 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fafafa),to(#dbdbdb));
	background-image: linear-gradient(to bottom,#fafafa 0,#dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafafa', endColorstr='#ffdbdbdb', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	background-repeat: repeat-x;
	border-color: #d0d0d0;
	border-color: #b4b4b4;
}
input[type=button]:focus,input[type=button]:active.focus,input[type=button]:focus,input[type=button]:focus{
	outline:thin dotted;
	outline:5px auto -webkit-focus-ring-color;
	outline-offset:-2px;
}
.btn.active,.btn:active{
	background-image:none;
	outline:0;
	-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125)
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
	cursor: pointer;
	z-index:2
	color:#333;
	text-decoration:none
	border-color:#adadad;
	background-color:#e0e0e0;
	background-image: -webkit-linear-gradient(top,#e0e0e0 0,#fff 100%);
	background-image: -o-linear-gradient(top,#e0e0e0 0,#fff 100%);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#fff));
	background-image: linear-gradient(to bottom,#e0e0e0 0,#fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0e0e0', endColorstr='#ffffffff', GradientType=0);
}
select, input[type=text], input[type=password], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=date], input[type=time], input[type=datetime], input[type=month] {
	font-family: "open sans", sans-serif;
	font-size: 15px;
	border-style: solid;
	border-width: 1px;
	border-color:#666;
	padding: 3px 2px;
}
input.textbox5, select.textbox5, textarea.textbox5 {
  width: 98%;
}
input.textboxb, select.textboxb {
  width: 98%;
  max-width: 300px;
}
textarea {
	font-size: 120%;
	min-height: 290px;
}
.secret {
        display:none;
}