#bio-subscribe-before-download{
	margin:0;padding:20px 0;
}
#bio-subscribe-before-download h3{

}
#bio-subscribe-before-download p{

}
#bio-subscribe-before-download form{

}
#bio-subscribe-before-download #subscribe-email{
	padding: 10px !important;
	border:1px solid #007f91;
}
#bio-subscribe-before-download #subscribe-button,#bio-subscribe-before-download .bio_subscribe_before_download_button,
#bio-subscribe-before-download .bio_subscribe_before_download_button:visited{
	padding: 10px !important;
	
	background-color:#007f91;
	color: #fff !important;
	font-weight: normal !important;
	text-align:center;
	border:1px solid #007f91;
	
    cursor: pointer;
    font-weight: normal;
    line-height: normal;
    
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    -webkit-appearance: none;  
}
#bio-subscribe-before-download #subscribe-button{
	margin: 0 0 0 10px;
}
#bio-subscribe-before-download .bio_subscribe_before_download_button{
	margin: 0;
}
#bio-subscribe-before-download #subscribe-button:hover,
#bio-subscribe-before-download .bio_subscribe_before_download_button:hover{
	background-color:#000;
	color: #fff !important;
	border:1px solid #000;
}