body{
	margin:0px;
	font-family: 'Raleway', sans-serif;}
	.frame-box{background: #e22b2a;}
	.newsletter {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 0;
    }
	.box {
    width: 50%;
    float: left;
}
	.box .title {
    font-size: 31px;
    color: #ffffff;
    line-height: 34px;
    font-weight: bold;
    letter-spacing: 1px;
}
	.box .subscribe{
    position: relative;
    width: 539px;
    float: right;
}
	.box .subscribe input{
    width: 495px;
    padding: 20px;
    position: relative;
    font-size: 18px;
}
	.box .subscribe button{
    position: absolute;
    right: 48px;
    top: 3px;
    padding: 19px;
    background: #333;
    border: 0px;
    color: #fff;
    text-transform: uppercase;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */
    background: rgb(76,76,76); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(76,76,76,1) 0%,rgba(19,19,19,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
}
.box .subscribe button:hover{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#131313+0,4c4c4c+100 */
background: rgb(19,19,19); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(19,19,19,1) 0%, rgba(76,76,76,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(19,19,19,1) 0%,rgba(76,76,76,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
}
	span.note{
    float: left;
    color: #fff;
    width: 100%;
    font-weight: bold;
    margin-top: 23px;
    border-top: 1px dashed;
    padding-top: 23px;
    letter-spacing: 2px;
}
.cls{
	clear:both;}