.tx_switchfeuser {
	position:fixed;
	z-index:100000000;
	right:-4px;
	top:-4px;
	width:300px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow:0 0 0 1px #eee inset,
	0 0 10px rgba(0,0,0,0.9);
	-webkit-box-shadow:0 0 0 1px #eee inset,
	0 0 10px rgba(0,0,0,0.9);
	box-shadow:0 0 0 1px #eee inset,
	0 0 10px rgba(0,0,0,0.9);
	background-color:rgba(160,160,160,0.8);
	border:1px solid #555;
	padding:10px 10px 7px 7px;
}

.tx_switchfeuser form,
.tx_switchfeuser form *,
.tx_switchfeuser * {
	margin:0;
	padding:0;
	border:0;
	font-size:12px;
}

.tx_switchfeuser legend {
	background:#333;
	color:#eee;
	padding:2px 9px;
	margin:0 0 5px 0;
	border:1px solid #eee;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:block;
	font-size:10px;
}
.tx_switchfeuser select.tx_switchfeuser_select {
	width:100%;
}
.tx_switchfeuser input.tx_switchfeuser_submit {
	cursor:pointer;
	float:left;
	margin:5px 10px 0 0;
	border:1px solid #eee;
	background:#fff;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:2px 9px;
}
.tx_switchfeuser input.tx_switchfeuser_submit:focus,
.tx_switchfeuser input.tx_switchfeuser_submit: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%);
	color:#fff;
}

