body {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	color: #000;
	background: #fff;
}

/* STYLES */
#ml_news2email {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 75px;
}

#ml_news2email *:focus {
	outline: none;
}

#ml_news2email .picture {
	position: absolute;
	bottom:0;
	display: block;
	width: 40%;
	float: left;
	height: 100%;
	background-repeat: no-repeat;
	background-position: bottom right 20px;
}

#ml_news2email .bg_grass {
	background-image: url("../i/ML_uudiskiri_liitu.png");
}

#ml_news2email .bg_lamb {
	background-image: url("../i/ML_uudiskiri_loobu_onnestus.png");
}

#ml_news2email .bg_horse {
	background-image: url("../i/ML_uudiskiri_proovi_uuesti.png");
}


#ml_news2email .subscription,
#ml_news2email .subscription_fail,
#ml_news2email .unsubscription,
#ml_news2email .unsubscription_success {
	display: block;
	width: 60%;
	float: right;
	margin: 40px 0;
}

#ml_news2email .subscription_fail {
	margin: 40px 0 0;
}

#ml_news2email .unsubscription {
	margin: 90px 0 10px;
}

#ml_news2email .unsubscription_success {
	margin: 95px 0 90px;
}

#ml_news2email .subscription_success {
	display: block;
	width: 100%;
	text-align: center;
	margin: 88px 0;
}

#ml_news2email .title {
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
}

#ml_news2email .title-success {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
}

#ml_news2email .subtitle-success {
	font-size: 24px;
	font-weight: 300;
	line-height: 100%;
	margin: 40px 0 25px;
}

#ml_news2email .green {
	display: block;
	color: #078d21;
	margin-top:10px;
}

#ml_news2email input,
#ml_news2email button {
	font-family: 'Open Sans', arial, helvetica, sans-serif;
	font-size: 16px;
	line-height: 40px;
	display: block;
	margin-top: 40px;
	padding: 0;
	height: 40px;
}

#ml_news2email input[type=email] {
	font-weight: 300;
	width: 100%;
	max-width: 315px;
	color: #666;
	border: 0;
	background-color: #e9e9e9;
	padding: 0 10px;
}

#ml_news2email input[type=submit],
#ml_news2email button {
	font-size: 22px;
	font-weight: 600;
	line-height: 100%;
	width: 100%;
	max-width: 335px;
	min-height: 46px;
	padding: 12px 20px;
	margin-top: 25px;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #fff;
	border: 0;
	background: url('../i/ML_btn_arrow.png') no-repeat #078d21;
	background-position: right 20px center;
}

#ml_news2email input[type=submit].small {
	background-position: right 60px center;
}

#ml_news2email button.large {
	height: 74px;
	background-position: right 108px bottom 16px;
}

#ml_news2email .fail {
	background-color: #e6e696;
}



.header-dummy {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 66px;
	background: #078d21;
	transform: translateZ(0);
	text-align: center;
	border-bottom: 2px solid #DBDBDB;
}

.header-dummy .logo {
   width: 153px;
   height: 100%;
   display: block;
   margin: 0 auto;
   position: relative;
}

.header-dummy .logo-image {
   background: url('../i/ml_logo.svg') no-repeat 0 center;
   background-size: 100%;
   width: 100%;
   height: 100%;
   display: block;
   position: relative;
}

body.iframed {
	margin: 0px;
}

body.iframed .header-dummy {
	display: none;
}

body.iframed #ml_news2email {
    margin-top: 5px;
}