/*****************
* HUAU-plugin
***********************/
.tx_huau_pi1-submit-insert,
.tx_huau_pi1-submit-delete{
	background: url('button.gif') no-repeat 8px 5px #009999;
	color:#fff;
	width:80px;
}
.tx_huau_pi1-label{
	float:left;
	width:35%;
	text-align:right;
}
.tx_huau_pi1-field{
	margin-left:40%;
	width:auto;
}
.tx_huau_pi1-error{
	margin-left:35%;
	padding:2px 0px;
	color:red;
}
.tx_huau_pi1-buttons{
	margin-top:20px;
}
select.text option{
	padding:0px 2px;
}
.tx_huau_pi1-legend{
	font-weight:bold;
	font-size:13px;
	color:#019796;
	border-bottom:1px solid #eee;
	display:block;
	margin:0 0 10px 0;
	padding:10px 0 0 0px;
}
.tx_huau_pi1-success-insert,
.tx_huau_pi1-success-delete{
	text-align:center;
	color: green;
	font-size:15px;
	padding: 10px;
	margin:10px 0;
	background:#f9f9f9;
	border:1px solid #f0f0f0;
}

.adac label,
.ebay label,
.bsw label{
	float:left;
	width:20%;
	margin-left:10px;
}

.adac input,
.ebay input,
.bsw input{
	float:right;
	margin-right:30px;
}