/* ResetHtml.css */
/* */ body,p,dl,blockquote,h1,h2,h3,h4,h5,h5,h6,pre,td,th,ul,ol,hr
/* */ ,fieldset,textarea,input,legend,select,option,optgroup,dd { margin: 0; padding: 0; }
/* */ hr { height: 0; border: 0; }
/* */ address,cite,em,var,dfn,optgroup { font-style: normal; }
/* */ h1,h2,h3,h4,h5,h6,sub,sup { font-size: 1em; }
/* */ h1,h2,h3,h4,h5,h6,th,strong,optgroup { font-weight: normal; }
/* */ pre,code,kbd,samp { font-family: "Courier New", Courier, monospace; }
/* */ caption,th { text-align: left; }
/* */ ins,del,:link,:visited { text-decoration: none; }
/* */ a img,:link img,:visited img, fieldset { border: 0; }
/* */ ul,ol { list-style: none; }
/* END OF ResetHtml.css */

body {
	background: #fff;
	color: #444;
	font: .8em/1.3em Helvetiva, Arial, sans-serif;
}
#behallare {
	width: 27.5em;
	margin: 3em auto 1em auto;
}
h1 {
	background: url(logo.gif) no-repeat;
	text-indent: -9999px;
	width: 348px;
	height: 162px;
}
h2 {
	font-size: 130%;
	line-height: 1.3em;
	color: #B00000;
	font-weight: bold;
}
form {
	margin-top: 2em;
}
label {
	display: block;
	position: relative;
	line-height: 2.5em;
}
label input {
	width: 14em;
	font-size: 1.2em;
	position: absolute;
	left: 7em;
	top: .3em;
	padding: .2em;
	border: 1px solid #999;
}
label input:focus {
	border: 1px inset #777;
}
#gen-ip-auto, #gen-file-auto {
	position: static;
	padding: 0;
	padding: .1em;
	margin-left: 8.1em;
	margin-top: -.5em;
}
* html #gen-ip-auto, * html #gen-file-auto {
	margin-top: .7em;
}
#gen-ip-auto input, #gen-file-auto input {
	position: static;
	left: 0;
	top: 0;
	width: auto;
	border: 0;
	margin-right: .3em;
	margin-bottom: .15em;
}
.knapp {
	margin-top: 1em;
	padding: .2em;
}
