#billedfrisebaggrund {
}

.titleBar {
	/* This expression makes IE6 crash: */
	width:expression(this.parentNode.offsetWidth + "px");
}


/* Shadow 1 no transparancy */
#divBoxcontent, #boxcontent_freetext {
	background-color:#FFFFFF;
	border-left:1px solid #C5CBC9; /* #EDF3F1 */
	border-right:1px solid #C5CBC9;
	border-bottom:1px solid #C5CBC9;
	border-top:none;
}
.movablebox {
	/* This box is the shadow */
	background:transparent url(/images/custom/bg_dialog1.png);
	margin:0;
	padding:5px;
	/*border:1px solid black;*/
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	border:none;
}
.movablebox_contentwrapper {
	margin:-10px 0 0 -10px;
	padding:0;
	font-size:12px;
}


/* PROFILE-SELECTOR */
#profileselector {
   z-index:90;
   border:none;
   background:transparent;
}
#profileselector, #profileselector_selectbox {
	position:fixed;
	top:72px;
	left:12px;
	width:140px;
	text-transform:none;
}