#EDMCDBR01 .title {
	display: block;
	font-style: italic;
}
#EDMCDBR01 input[type="text"] {
	height: auto;
	background: rgba(255,255,255,.5);
	box-shadow: none;
	border: none;
	border-radius: 0;
	padding: 1px 10px;
	color: #fff;
}
#EDMCDBR01 input.boxemail {
	width: 48%;
}
#EDMCDBR01 a[title="Subscribe"] {
	background: rgba(0,0,0,.8);
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 17px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: white;
}
#EDMCDBR01 a[title="Subscribe"]:after {
	background: transparent url(/portals/_default/skins/dbr01/images/mail.svg) no-repeat center center;
	content: "";
	background-size: 25px;
	width: 30px;
	height: 15px;
	display: inline-block;
	margin-left: 10px;
}
#EDMCDBR01 span.valid {
    white-space: pre;
}
