*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


.form-area {
    position: relative;
    background: #FFF;
    color: #3c3c3b;
	-webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
	box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:0 20px;
}

.form-area-text {
    font-size: 13px;
    text-align:center;
    line-height:18px;
    color: #666666;
	position:relative;
	font-weight: 400;
     text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
     padding-bottom:10px;
	
}

.form-area h5 {
    font-size: 24px;
    line-height:28px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:10px;
    border-bottom: 1px solid #974553;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    box-shadow: 0 1px 0 rgba(255,255,255,0.8);
    background: #a86c76;
    background: -moz-linear-gradient(#ce949e, #a86c76);
    background: -ms-linear-gradient(#ce949e, #a86c76);
    background: -o-linear-gradient(#ce949e, #a86c76);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ce949e), to(#a86c76));
    background: -webkit-linear-gradient(#ce949e, #a86c76);
    background: linear-gradient(#ce949e, #a86c76);
    border: 1px solid #a86c76;
    color: #ffffff;
    text-align:center;
    text-shadow: 0 2px rgba(0,0,0,0.2);
	padding:20px;
	position:relative;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: 400;
	letter-spacing: -1px;
}

.form-area h5 strong {
	font-weight:bold;
	font-size:26px;
	text-transform: uppercase;
}

.form-area-bottom {
	clear:both;
	margin-top:15px;
    background: #a86c76;
    background: -moz-linear-gradient(#a86c76, #ce949e);
    background: -ms-linear-gradient(#a86c76, #ce949e);
    background: -o-linear-gradient(#a86c76, #ce949e);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#a86c76), to(#ce949e));
    background: -webkit-linear-gradient(#a86c76, #ce949e);
    background: linear-gradient(#a86c76, #ce949e);
    border: 1px solid #a86c76;
	height:10px;
	-webkit-border-radius:  0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin-left:-20px;
	margin-right:-20px;
}	

.form-area input, #buttom-subscribe input{
    font-family: 'open Sans', Lucida Sans Unicode, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 10px 5px;
	min-height: 40px;
    margin-bottom: 15px!important;
    border: 1px solid #ebe6e2;
	-webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0px 4px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	margin-bottom: 10px;
}

.form-area input[type="submit"], #buttom-subscribe input[type="submit"] {
	border: 0px solid rgba(0,0,0,0.05);
	font-weight:bold;
	font-size: 14px;
	text-transform: uppercase;
	background: #974553;
	color: #ffffff;
}

.form-area input[type="submit"]:hover, #buttom-subscribe input[type="submit"]:hover {
	background: #3c3c3b;
	color: #FFF;
	border: 0px solid rgba(0,0,0.5);
}