#aso_float_ads {
	position:absolute;
	width:590px; 
	height: 20px;
	background:#FFFFFF; 
	padding:5px; 
	z-index:10000; 
	text-align:center;
	border: 2px solid #2B313C;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0px 0px 5px;
}

.aso-tool-title {
	font-family:arial;
	float:left;
	text-align:left;
	width: 180px;
	font-size: 16px;
	font-weight: bold;
	margin-top: -3px;
	color: #F79700;
}

.aso-departement-selection {
	float: left;
	width: 170px;
	height: 24px;
	margin-top: -3px;
	box-shadow: inset 0 0 5px #E0E0E0;
	border-radius: 3px;
	border: solid 1px #E5E5E5;
	color: #828282;
	-webkit-border-radius: 3px;
}

.aso-departement-selection  select{
	border: none;
	width: 165px;
	padding-right: 0px;
	padding-left: 0px;
	color: #2b313c;
}

.aso-discount-selection {
	float: left;
	width: 105px;
	height: 24px;
	margin-top: -3px;
	margin-left: 5px;
	box-shadow: inset 0 0 5px #E0E0E0;
	border-radius: 3px;
	border: solid 1px #E5E5E5;
	color: #828282;
	-webkit-border-radius: 3px;
}

.aso-discount-selection select{
	border: none;
	width: 130px;
	padding-right: 0px;
	padding-left: 0px;
	color: #2b313c;
	margin-top: 3px;
}

.aso-keyword-input {
	background: white;
	float: left;
	width: 150px;
	height: 18px;
	padding-bottom: 0px;
	margin-left: 5px;
	margin-top: -3px;
	padding-bottom: 0px;
	padding-top: 0;
	font-size: 10px;

	color: #2b313c;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 12px/100% Arial, Tahoma, Helvetica, sans-serif;
	-moz-box-shadow: inset 0 0 5px #E0E0E0;
	-webkit-box-shadow: inset 0 0 5px #E0E0E0;
	box-shadow: inset 0 0 5px #E0E0E0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.aso-submit-button {
	width:65px;
	border-color: #C6C6C6;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	background: #2E3641;
	border: 0;
	font-size: 14px;
	color: #F90;
	border-radius: 3px;
	font-weight: bold;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float: right;
	height: 26px;
	margin-top: -3px;
	margin-right: 3px;
	padding-bottom: 2px;
}