form {
	line-height: 17px;
	font-family: arial, sans-serif;
}
form table label {
	color: #1a1a1a;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
form td {
	padding-bottom: 8px;
}
form td td {
	padding-bottom: 0;
}
form h2 {
	padding: 26px 0 2px 4px;
	margin-bottom: 8px;
	color: #1a1a1a;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #ffedb5;
}
form h2 img {
	margin: 0 0 2px 8px;
}
form em {
	font-size: 11px;
	color: #1a1a1a;
}
.setBorder td {
	padding: 3px 0 0;
	background: url(/bilder/design/form/dotted.gif) repeat-x left bottom;
}
.selectbox {
	width: 180px;
	padding-left: 8px;
	padding-right: 23px;
	font-size: 12px;
	font-weight: normal;
	background:  url('/bilder/design/form/selectbox_bg.png')  no-repeat;
}
.inputselect {
	font-size: 12px;
	font-weight: normal;
}
.inputtext {
	width: 127px;
	height: 19px;
	padding: 2px 4px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #ffdf7f;
	background: #FFF;
}

.inputtextarea {
	width: 441px;
	height: 73px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #ffdf7f;
	background: #FFF;
}
.inputtext:focus,
.inputtextarea:focus {
	border-color: #990000;
}
#personuppgifter td {
	width: 230px;
}
#personuppgifter .inputtext {
	width: 202px;
}

.knapp {
	margin-right: 14px;
}

.cust_radio_on {
	background: url(/bilder/design/form/radio_on.gif) no-repeat 0 0;
}
.cust_radio_off {
	background: url(/bilder/design/form/radio.gif) no-repeat 0 0;
}
.cust_checkbox {
	display: inline-block;
	margin: 9px 0 6px;
	cursor: default;
	font-size: 14px;
}
.rb {
	position: relative;
	top: -2px;
	margin: 0 9px 0 -1px;
}
