.tx_switchfeuser input.tx_switchfeuser_submit_change {
	display:none;
}
.tx_switchfeuser select.tx_switchfeuser_select {
	visibility:hidden;
}
.tx_switchfeuser .close {
	font-size:10px;
	font-family: Courier, sans-serif;
	line-height:15px;
	position:absolute;
	display:block;
	width:12px;
	height: 13px;
	text-align:center;
	padding:0 1px 0 0;
	right:3px;
	top:2px;
	border:1px solid #eee;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	color:#fff;
	background:#333;
	cursor:pointer;
}
.tx_switchfeuser .close:focus,
.tx_switchfeuser .close:hover {
	background:#3875d7;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
	background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
	background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
}
.tx_switchfeuser.isclosed {
	padding:0 3px 3px 0;
	margin:0;
	border:0;
	-webkit-box-shadow: unset;
	-moz-box-shadow: unset;
	box-shadow: unset;
}
.tx_switchfeuser.isclosed fieldset {
	display:none;
}
.tx_switchfeuser.isclosed .close {
	top:3px;
	right:4px;
}