input.text {height: 19px;}
input, textarea {
	background: #fff url(/site/stb.nsf/input.inner-shadow.gif) repeat-x left top;
	border: #cdd4d8 1px solid;
	display: block;
	padding:4px 0 0 4px;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	margin:0;
}
label {
	float: left;
	margin-top: 4px;
}
/* SØKEBOX + litt kontaktbox */
#main_content .section .search {
	background: #2b85b3 url(/site/stb.nsf/bg.blue_gradient_small.gif) repeat-x top left;
	border: 1px solid #2280af;
	/* padding-top: 9px; */
}
.section .search h3,
form .contact_me h3 {
	font-size: 1.2em;
	margin-bottom: 5px;
	color: white;
}
.section .search input.text,
form .contact_me input.text {
	width: 194px;
}
.section .search input.search_btn,
form .contact_me input.send_btn {
	color: black;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 3px;
}
/* KONTAKTBOX */
#main_content form .contact_me {
	background: #73a3b4 url(/site/stb.nsf/bg.blue-gray_gradient.gif) repeat-x top left;
	border: 1px solid #648c9a;
	margin-top: 5px;
}
form .contact_me input.send_btn {
	width: 70px;
}
form .contact_me h3 {
	margin-bottom: 15px;
}
.contact_me label {
	width: 65px;
	color: white;
	font-weight: bold;
}
.contact_me input.text {
	margin-bottom:12px;
	margin-top:0;
	border-color: #87abb7;
}
p.info_text { 
	width: 180px;
	color: #d8e5ea;
}
form .contact_me .envelope_image {
	background: transparent url(/site/stb.nsf/img.envelope_contact_me.gif) no-repeat top right;
	width: 62px;
	height: 59px;
	position: relative;
	top: -27px;
	right: -11px;
}
/* IE */
#page #content form .contact_me {
	_padding-bottom: 5px;
	_margin: 0 0 10px 0;
}
.contact_me label {
	_width: 60px;
	_margin-top: 5px;
}
form .contact_me .envelope_image {
	_margin-left: 0;
	_margin-bottom: -25px;
	zoom: 1;
	_display: inline;
}
/* pop */
.jqmWindow {
    display: none;
    
    position: fixed;
    top: 37%;
    left: 300px;
    
    margin-left: 0;
    width: 374px;
    	
    background-color: #fff;
    color: #000;
    border:3px solid #4DACE1;
    padding: 12px;
}
.jqmWindow a {
	font-weight: bold;
}
.jqmOverlay { background-color: #000; }
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}
.jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
