/** Smallbox */
/*
.smallboxConfirm {
	padding:10px 20px 10px 20px;
}*/
div#main div.smallboxContent div.smallboxConfirm p.text {
	padding: 10px 20px !important;
	text-align: center !important;
}
.smallboxConfirm p.buttons {
	text-align: center;
	padding-top: 17px;
	height:26px;
}
.smallboxConfirm p.buttons a {
	float: none;
    margin-right: 0;
}
.smallbox_shadow {
	background-color:#000;
	margin-left:3px;
	margin-top:3px;
	position:fixed;
	z-index:1104;
	opacity:0.3;
}
body.template .smallboxConfirm input[type="text"] {
	background: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #777;
	font-weight: bold;
	width: 270px;
	padding:5px;
	
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	
	box-shadow: inset rgba(0,0,0,0.25) 0px 1px 4px;
	-moz-box-shadow: inset rgba(0,0,0,0.25) 0px 1px 4px;
	-webkit-box-shadow: inset rgba(0,0,0,0.25) 0px 1px 4px;
}

div.smallbox_register_2 p label, div.smallbox_register_2 p label.error{
	margin:0px !important;
}
.smallboxContent {
	/* padding:10px; */
}
.smallboxTitlebar img {
	margin-right:0px;
	cursor:pointer;
	float:right;

}
.smallboxTitlebar {
	background-color:#013f78;
	height:13px;
	padding:5px 0px 5px 3px;

	width:100%;
	cursor:move;
}
.smallboxTitlebar.noBorder {
    display:none;
}
.smallboxTitlebar .titleText {
    color:white;
    font-weight:bold !important;
    font-size:12px;

}
.smallboxContainer {
	background-color:#fff;
	position:fixed;
	border:3px solid #013f78;
	top:200px;
	border-top:none;
	font-size:11px;
	z-index:1101;
	overflow:hidden;


	box-shadow:0px 1px 6px #999;
    -webkit-box-shadow:0px 1px 6px #999;
	-moz-box-shadow:0px 1px 6px #999;

}
.smallboxContainer.noBorder {
    border-width:0px;

	box-shadow:none;
    -webkit-box-shadow:none;
	-moz-box-shadow:none;
    background-color:transparent !important;
}
.smallboxContainer .layoutWindow select {
	margin:5px 0px;
}

.smallboxBackground {
/*	background-color:#fff; */
	background:#fff;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1105;
}
.smallbox_loading {
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-21px;
	margin-top:-6px;
}
.smallbox_layoutauswahl li {
	float:left;
	text-align:center;
	width:170px;
	font-weight:bold;
}
.smallbox_layoutauswahl li img {
	margin-top:10px;
}
.smallbox_footer {
	height:36px !important;
	background-image:url('/styles/images/smallbox/bottom_bg.gif');
	background-position:top;
	padding:15px 0px 5px 0px !important;
	line-height:36px;
}
.smallbox_layoutauswahl_header {
	font-size:22px;
	padding-left:25px;
	margin-top:-5px;
	text-align:left;
}
/*
.smallbox_footer button {
	margin-right:20px;
	margin-top:-5px;
}
*/
.smallbox_prompt_input {
	width:350px;
}
#smallboxRegistration p {
    margin:4px 0px !important;
}
#smallboxRegistration label {
    width:30% !important;
}


/*merkzettel suche*/
div.innerboxmz {
	height:280px;
	width:600px;
	overflow:auto;
	padding:10px 15px 10px 15px;
	}
div.sucheMerkzettel_Row span.titelmz {
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	}
div.sucheMerkzettel_Row span.firmamz {
	line-height: 18px;
	color:#000;
	}
div.sucheMerkzettel_Row a {
	text-decoration: none;
	}
div.sucheMerkzettel_Row span.einsatzortmz {
	line-height: 18px;
	color:#777;
	}
div.sucheMerkzettel_Row a.deletemz {
	padding: 1px 6px 2px 6px !important;
	}		
