
*, *:after, *:before {
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    clear: both;
    content: "";
    display: table;
}
.form_top{ position: absolute;
    right: 48px;
    top: 58px;
   
}
.form-area {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.4);
    color: #7E7975;
    padding: 0 20px 20px 20px;
    position: relative;
	margin-bottom:25px;
}
.form-area h1 {
    background:none repeat scroll 0 0 #ED3E49;
    border: 1px solid #ED3E49;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    margin-bottom: 10px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    position: relative;
    text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}
.form-area h1 strong {
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
}
.form-area-bottom {
    background:none repeat scroll 0 0 #ED3E49;
    border: 1px solid #ED3E49;
    border-radius: 0 0 5px 5px;
    clear: both;
    height: 10px;
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 15px;
}
.form-area input, #buttom-subscribe input {
    border: 2px solid #EBE6E2;
    border-radius: 5px;
    display: block;
    font-family: 'open Sans',Lucida Sans Unicode,Arial,sans-serif;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 15px !important;
    min-height: 40px;
    padding: 10px 5px;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.form-area input[type="submit"], #buttom-subscribe input[type="submit"] {
    
	background: linear-gradient(to bottom, #65BDFE 0%, #429CFF 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0.05);
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
	margin-top:10px;
	height:50px;
}
.form-area input[type="submit"]:hover, #buttom-subscribe input[type="submit"]:hover {
    background:none repeat scroll 0 0 #ED3E49;
    border: 1px solid;
    color: #FFFFFF;
}
/* CSS Document */
.form{  position: absolute;
    right: 40px;
    top: 130px;
    width: 83%;
    z-index: 100;}
