

input {
    border: none;
    background: #fff;
    font: 15px/24px 'OpenSans-Light-webfont';
       vertical-align: sub;
 
}


textarea {
    width: 77%;
    border: 1px solid #f5f5f5;
    color: #000;
    font: 15px/24px 'OpenSans-Light-webfont';
    height: 60px;
    margin-bottom: 5px;
    padding-left: 6px;
    padding-right: 0;
   
}
textarea::placeholder{
    font-size: 14px;
    
}


footer {
    height: 200px;
}

.flot {
    max-width: 640px;
    position: relative;
    z-index: 9;
}

.flot a {
    max-width: 20%;
    display: block;
    margin: auto;
}

.flot img {
    max-width: 19%;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1;
    margin: auto;
}

.back_white {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 11;
}

.under {
    text-decoration: none;
    border-bottom: 1px solid #ff5500;
    font-weight: bold;
}
