#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 20px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
	font-size: 12px; 
	width: 430px;
}
/* #MB_window[id] { position: fixed!important; } */

#MB_frame {
	position: relative;
	height: 100%;
	width: 430px;
	margin: 0 auto;
}
#MB_container {
	width: 410px;
	margin: 0 auto;
	font-size: 13px;
}
#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	padding: 0 10px;
	overflow: auto;
}
#MB_content #container h1 {
	display: none;
}
#MB_caption {
	font: bold 20px "Trebuchet MS", Arial, sans-serif;
	padding: 20px 15px;
	margin: 0;
	color: #01B5DD;
}

#MB_close {
	position: absolute;
	right: 15px; 
	top: 10px;
}
#MB_close span {
	background: transparent url(../themes/template/images/close-icon.gif) no-repeat 0 0;
	display: block;
	width: 20px;
	height: 20px;
}
#MB_close:hover {
/*	background: transparent; */
}

#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_window {
	color: #656565;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
	background-color: #FFF;
}
#MB_content { border-top: 1px solid #F9F9F9; }
#MB_header {
  font-size: 20px;
  text-transform: uppercase;
}

/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/*
* { margin: 0; padding: 0; }

html { height: 100%; }

img, fieldset { border: none; }

body {
	background: #fff url(images/body-bg.jpg) 0 0 repeat-x;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	height: 100%;
}
*/
#MB_container a:link { color: #005FA9; font-style: normal; text-decoration: none; }
#MB_container a:visited { color: #005FA9; font-style: normal; text-decoration: none; }
#MB_container a:hover { color: #005FA9; font-style: normal; text-decoration: underline; }
#MB_container a:active { color: #005FA9; font-style: normal; text-decoration: none; }
#MB_container h2, h3, h4 { margin: 25px 0 5px 0; }
#MB_container h2 { font-size: 18px; }
#MB_container h3 { font-size: 16px; }
#MB_container h4 { font-size: 13px; }

div.clear { clear: both; }

#MB_container div.content {
	clear: both;
}
#MB_container div.section1 div.content-header {
	float: left;
	font-weight: bold;
	padding: 0 0 5px 5px;
}
#MB_container div.section1 div.container-requiredtekst {
	float: right;
}
#MB_container span.required {
	display: inline-block;
	background: transparent url(../themes/template/images/redstar.gif) no-repeat scroll 0 0;
	height: 8px;
	width: 8px;
	margin: 0 0 7px 5px;
}
#MB_container div.section1 div.container-requiredtekst span.required {
	margin: 0;
	*margin: 0 5px 7px 0;
}
#MB_container div.row {
	display: block;
	*clear: both;
	margin-bottom: 15px;
}
#MB_container div.caption {
	clear: both;
	display: inline-block;
	*float: left;
	text-align: right;
	margin: 0 12px;
	width: 118px;
}
#MB_container div.input-field {
	display: inline-block;
	*float: left;
	margin: 0;
	width: 250px;
}
#MB_container div.input-field input[type="text"] {
	width: 225px;
}
#MB_container div.input-field input#postnr {
	width: 70px;
}
#MB_container div#levadr {
	margin-left: 144px;
}
#MB_container div.greyfield, #MB_container div.wrap {
	background-color: #EDEDEE;
	border: 1px solid #D4D4D4;
	clear: both;
	padding: 10px 5px;
	*padding-bottom: 35px;
	margin-bottom: 20px;
	width: 100&;
}
#MB_container div.deltaker .caption span {
	font-weight: bold;
	display: inline-block;
	margin-right: 30px;
}
#MB_container div.deltaker-actions {
	margin:	-7px 0 5px;
}
#MB_container div.deltaker-actions a.link-add {
	background: transparent url(../themes/template/images/icon-add.jpg) no-repeat scroll 0 0;
	display: inline-block;
	*float: left;
	width: 130px;
	height: 14px;
	padding-left: 20px;
	margin: 0 0 10px 4px;
}
#MB_container div.deltaker-actions a.link-delete {
	background: transparent url(../themes/template/images/icon-delete.jpg) no-repeat scroll 0 0;
	display: inline-block;
	*float: left;
	width: 140px;
	height: 14px;
	padding-left: 20px;
}
#MB_container span.faktura-adr {
	font-family: Arial;
	display: inline-block;
	margin: -15px 0 0 20px;
	*margin: 0;
	vertical-align: top;
}
#MB_container .form-actions input.btn-cancel {
	background: transparent url(../themes/template/images/avbryt.gif) no-repeat scroll 0 0;
	display: inline-block;
	*clear: both;
	*float: left;
	width: 105px;
	height: 38px;
	border: none;
}
#MB_container .form-actions input.btn-submit {
	background: transparent url(../themes/template/images/send-paamelding.jpg) no-repeat scroll 0 0;
	display: inline-block;
	*float: right;
	width: 174px;
	height: 38px;
	float: right;
	border: none;
}
#MB_container .form-actions input:hover {
	cursor: pointer;
}
#MB_container .form-actions input.btn-submit:hover {
	background: transparent url(../themes/template/images/send-paamelding-hover.jpg) no-repeat scroll 0 0;
	display: inline-block;
	width: 174px;
	height: 38px;
	float: right;
	border: none;
}
#MB_container .form-actions {
	display: block;
	margin-bottom: 10px;
}

#MB_container div.message {
	padding: 10px;
	margin-bottom: 20px;
	width: 300px;
	height: 408px;
}
#MB_container div.validation-error {
	margin: 0 0 0 148px;
	font-size: 90%; 
	color: red;
}