#main-wrapper .mcs-email, #main-wrapper .mcs-surname, #main-wrapper .mcs-firstname{
	font-size: 11px;
}
#main-wrapper .mcs-firstname{
	float: right;
	border-left: none;
	width: 86px;

	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
#main-wrapper .mcs-surname{
	float: left;
	width: 86px;

	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
#main-wrapper .mcs-email{
	float: left;
	width: 104px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	border-right: none;
}
#main-wrapper .mcs-submit{
	font-size: 11px;
	width: 82px;
	float: right;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;

	color: #FFF;
	background: url(../img/bg_bt.gif) repeat-x 0 0 #F4B61B;
	cursor: pointer;
	text-transform: lowercase;
	text-shadow: none;
	text-align: center;
	text-decoration: none;
	font-style: normal;
	border: 1px solid #49711D;
}
#main-wrapper .mcs-signup{}
#main-wrapper .mcs-clear{
	clear: both;
}

#main-wrapper .mcs-response{
	display: block;
}


#content .mcs-email, #content .mcs-surname, #content .mcs-firstname{
	height: 35px;
}
#content .mcs-firstname{
	width: 344px
}
#content .mcs-surname{
	width: 344px
}
#content .mcs-email{
	width: 620px
}
#content .mcs-submit{
	height: 45px;
}

.block form.mcs-signup {
	background: #16595B;
	padding: 10px;
}
	.block form.mcs-signup .button.button-medium {
		background: #269498;

	}
	.block form.mcs-signup .alert{
		margin: 15px 0 0;
	}
	.block form.mcs-signup .form-control {
		border: none;
	}