.custom .format_text form {
margin-top: 10px;
}
div#singlesubscribe {
padding: 10px;
border-radius: 3px;
margin: 5px auto 0;
background: #F7F7F7 url('images/email_big_icon.png') no-repeat 98% center;
box-shadow: 0 0 30px #EEE inset;
height: 84px;
border: 1px solid rgba(221, 221, 221, 0.43);
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('fonts/BebasNeue-webfont.eot');
  src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
       url('fonts/BebasNeue-webfont.woff') format('woff'),
       url('fonts/BebasNeue-webfont.ttf') format('truetype'),
       url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
div#singlesubscribe .headline {
height: 28px;
font-weight: bold;
font-family: 'BebasNeueRegular';
color: #555;
font-size: 20px !important;
margin: 8px 0 -20px 10px;
}
div#singlesubscribe .arrow {
width: 3px;
height: 60px;
float: left;
margin: 0 0 0 6px;
}
div#singlesubscribe form input.txt {
background: white;
border: 1px solid #DDD;
border-radius: 5px;
box-shadow: 0 0 5px #DDD inset;
color: #333;
float: left;
padding: 5px 10px;
width: 165px;
}
div#singlesubscribe form input.btn {
background: #30A146;
background: linear-gradient(top, #30A146 0%, #249334 100%);
background: -moz-linear-gradient(top, #30A146 0%, #249334 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #30A146), color-stop(100%, #249334));
background: -webkit-linear-gradient(top, #30A146 0%, #249334 100%);
text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
font-weight: bold;
font-family: "Droid Sans","Lucida Grande",Tahoma,sans-serif;
border: 0;
border-radius: 5px;
color: white;
float: left;
font-weight: bold;
margin: 25px 7px 0;
padding: 5px 10px;
width: 100px;
margin-top: 10px !important;
}
div#singlesubscribe form input.btn:hover{
opacity: .8;
cursor: pointer;
}
div#singlesubscribe form input.sc-subscriber-email {
	background: url('images/email_icon.png') no-repeat scroll right center #FFFFFF;
	margin:0;
	margin-right: 5px;
	margin-top: 10px;
}
div#singlesubscribe form input.sc-subscriber-name {
	background: url('images/user_icon.png') no-repeat scroll right center #FFFFFF;
	margin:0;
	margin-right: 5px;
	margin-top: 10px;
}