.bixbux-aweber .af-element{
	width:34%;
	padding:15px;
	float:left;
}
.bixbux-aweber .af-element.input input{
	width:100%;
}
.bixbux-aweber .af-clearfix{
	clear:both;
}
.bixbux-aweber .af-element.buttonContainer{
	width:30%;
}
.bixbux-aweber .af-element.buttonContainer input{
	width:100%;
	padding:0px;
	border:none;
	background:#000;
	border-radius:3px;
}
.bixbux-aweber .af-header{
	text-align:center;
}
.bixbux-aweber .af-header .bodyText h4{
	margin:0px;
	padding:15px;
	font-size: 18px !important;
	color:#fefefe;
}
.bixbux-aweber{
	background:#bf1e4c;
  margin: 30px 0;
}
.bixbux-aweber .af-element input{
	height:48px;
	line-height:48px;
	padding:0px 10px;
}

@media only screen and (max-width: 767px){
    .bixbux-aweber .af-element {
        width: 100%;
    }
    .bixbux-aweber .af-element.buttonContainer{
        width:100% !important;
    }
}