/* CSS fuer die Pop up */

#page {
	/*width:680px;*/
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;	
}
h2 {
	text-align:right;
	font-weight:bold;
	font-size:12px;
	padding:0px 5px;
	background-position: 5px center;
	background-image: url(/img/arrow_down_21.gif);
	background-repeat: no-repeat;
	height:25px;
	line-height:25px;
}

.box {
	padding:0px;	
}
.inner {
	padding:10px;	
}


 fieldset {
	border:0px;
}

 fieldset:focus{
	background:#111;
}

 fieldset legend {
	font-weight:bold;
	margin-left:0px;	
	margin-bottom:10px;
	padding:0px;
}

 fieldset label,
 fieldset div.label {
	/*display: block;*/
	margin-bottom:4px;
}

 fieldset label span,
 fieldset div.label label {
	display:block;
	float:left; 
	width:150px;	
}

 fieldset input {
	border:0px;
	width:200px;	
	border:1px solid  #ccc;
	border-right:0px solid  #ccc;
	margin-bottom:4px;
	height:16px;
}

 fieldset img
 {
	height:18px;
	border:1px solid  #ccc;
	border-left:0px solid  #fff;
}

body>#page  fieldset  input {
	margin-bottom:5px;
}

 fieldset input:focus {
	background:#fff;
	/*border:1px solid red;*/
}

 fieldset input.button {
	border:0px;
	padding:0px 5px !important;
	height:20px;
	line-height:20px;
	width:100px;	
	background:#ccc;
}


#system_msg {
	position:absolute; 
	width:360px; 
	margin-left:100px; 
	padding:0px;
	top:50px;
	color:#333;
	border-right:1px solid #333; 
	border-bottom:1px solid #333; 
	background: transparent url(../img/trans_grey_70.png);
}
#system_msg h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:5px;	
}
#system_msg p {
	font-size:12px;
	margin-bottom:5px;	
}
#system_msg .inner {
	border:2px solid #ccc; 
	background:#fff;
	margin:10px;	
	padding:10px;	
}

