.popup {
	display:none;
}

.popup .content {
	position:fixed;
	left:50%;
	margin-left:-130px;
	top:100px;
	width:260px;
	background-color:#fff;
	border:1px solid #ccc;
	box-shadow:0px 0px 5px #ccc;
	border-radius:3px;
	z-index:1001;
	/*display:none;*/
	padding:20px;
	color:#333;
}

.popup .screen {
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background-color:#000;
	opacity:0.5;
	z-index:1000;
	/*display:none;*/
}

.popup .content .loading {
	margin-left: 109px;
	margin-top: 50px;
	margin-bottom: 30px;
	display:none;
}

.popup .content a {
	font-weight:bold;
	color:#333;
	text-decoration:none;
}

.popup .content a:hover {
	text-decoration:underline;
}

.popup .content label {
	font-weight:bold;
}

.popup .content textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FEFEFE;
	border: 1px solid #BBB;
	color: #333;
	font-size: 12px;
	outline: medium none;
	padding: 11px;
	vertical-align: middle;
	width: 236px;
	height:100px;
	margin-top: 5px;
	font-family:Arial;
}

.popup .content input[type="text"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FEFEFE;
	border: 1px solid #BBB;
	color: #333;
	font-size: 12px;
	outline: medium none;
	padding: 11px;
	vertical-align: middle;
	width: 236px;
	margin-top: 5px;
}

.popup .content input[type="password"] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #FEFEFE;
	border: 1px solid #BBB;
	color: #333;
	font-size: 12px;
	outline: medium none;
	padding: 5px;
	vertical-align: middle;
	width: 248px;
	margin-top: 5px;
}




.popup .content .submit {
	margin-top:20px;
}

.popup .content .submit .left {
	float:left;
	font-weight:bold;
}

.popup .content .submit .left input[type="checkbox"] {
	margin:6px 0px 0px 0px;
}

.popup .content .submit .right {
	float:right;
}

.popup .content input[type="submit"] {
	font-size:12px;
	background-image:url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	width: 100px;
	height: 26px;
	border: none;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-weight: bold;
	box-shadow: 0px 0px 3px #000;
	cursor: pointer;
}

.popup .content input[type="submit"]:hover {
	background-position:0px -26px;
	color:#fff;
}

.popup .content input[type="submit"]:active {
	background-position:0px -52px;
	color:#fff;
}

#kundencenter input[name="entry_del"] {
	background-image:url(../images/del_button.jpg);
	background-repeat:no-repeat;
	width: 100px;
	height: 26px;
	border: none;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color:#555;
	font-weight: bold;
	box-shadow: 0px 0px 3px #000;
	cursor: pointer;
	padding:0px 6px 0px 6px;
}

#kundencenter input[name="entry_del"]:hover {
	background-position:0px -26px;
	color:#fff;
}

#kundencenter input[name="entry_del"]:active {
	background-position:0px -52px;
	color:#fff;
}

.popup .content a.button {
	background-image:url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	width: 100px;
	height: 21px;
	border: none;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #555;
	font-weight: bold;
	box-shadow: 0px 0px 3px #000;
	cursor: pointer;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	text-align:center;
}

.popup .content a.button:hover {
	background-position:0px -26px;
	color:#fff;
}

.popup .content a.button:active {
	background-position:0px -52px;
	color:#fff;
}

.popup .content a.close {
	background-image:url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	background-position:0px -26px;
	width: 100px;
	height: 21px;
	border: none;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 0px 3px #000;
	cursor: pointer;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	text-align:center;
}

.popup .content div.closing:hover {
	background-position:0px -52px;
	color:#fff;
}

.popup .content div.closing {
	background-image:url(../images/submit-button.jpg);
	background-repeat:no-repeat;
	background-position:0px -26px;
	width: 100px;
	height: 21px;
	border: none;
	background-repeat: repeat-x;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	box-shadow: 0px 0px 3px #000;
	cursor: pointer;
	text-decoration:none;
	display:inline-block;
	padding-top:5px;
	text-align:center;
}

.popup .content a.close:hover {
	background-position:0px -52px;
	color:#fff;
}


.popup .content input[name="delete"] {
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 0px 0px 0px 10px;
	border-radius: 0px;
	width: 22px;
	font-size: 18px;
	color: #BA0000;
}

.popup .content input[name="delete"]:hover {
	background:transparent;
	color:#ba0000;
}

#kundencenter .rechts .cname tr td {
	padding-bottom:0px;
}