.ade-fieldset {
  background: none repeat scroll 0 0 #F6F6F6;
  margin: 0 0 0 -20px;
  padding: 10px 20px;
  position:relative;
}
.ade-fieldset input[type="text"] {
	width:50%;
}
.ade-fieldset .intro {
	font-size:12px;
}
.ade_suggest{
	background:#fff;
	border:1px solid #ccc;
	-moz-box-shadow: 0 0 1px 1px #ccc;
	-webkit-box-shadow: 0 0 1px 1px #ccc;
	box-shadow: 0 0 1px 1px #ccc;
	padding:5px;
	cursor:pointer;
	z-index:100;
	left:0;
}
.ade_suggest div:hover{
  background:#f4f4f4;
}
#ade_form_wrap{
  position:relative;
  margin-bottom:20px;
}
#ade_form_wrap button
{
	display:inline;
	float:right;
}
#ade_form_wrap button span{
	line-height:24px;
}
#ade_form_wrap .ade-fieldset input[type="text"]
{
	width:69%;
	display:inline;
}
#ade_form_wrap .ade_suggest
{
	left:20px;
}
#ade_small_form_wrap 
{
	background: url(../images/anwaltde1.jpg) top left no-repeat;
	padding-top:85px;
}
#ade_small_form_wrap .intro {
  font-size:11px;
}
#ade_small_form_wrap .slogan {
  font-weight:700;
  font-size:14px;
  margin-bottom:40px;
}
#ade_small_form_wrap input[type="text"] {
  width: 310px;
  display: inline;
}
#ade_small_form_wrap .button
{
	background:#a90000;
	color:#fff;
	height:38px;
	line-height:38px;
	width:38px;
	padding:3px;
	text-align:center;
	float:right;
}
#ade_small_form_wrap form
{
	margin:0;
}
.ade_cta
{
	font-size: 14px;
	margin-top:3px;
}
.ade-bottom
{
	font-size:11px;
	clear:both;
	margin-bottom:8px;
}
@media (max-width: 1200px) {
  	#ade_form_wrap .ade-fieldset input[type="text"]
	{
		width:63%;
	}
	#ade_small_form_wrap input[type="text"] {
		width: 243px;
	}
	#ade_small_form_wrap .intro {
		font-size:10px;
	}
	.ade_cta
	{
		font-size: 12px;
	}
	#ade_small_form_wrap
	{
		margin-bottom:20px;
	}
}
@media (max-width: 992px) {
	#ade_form_wrap .ade-fieldset input[type="text"]
	{
		width:68%;
	}
	.ade-fieldset button {
		width:30%;
		white-space:normal;
	}
}