@import url(reset.css);

.wrapperx {
    width: 640px;
    margin: 200px auto;
    border: 2px solid #1b94d4;
}

#application {
    width: 277px;
    margin: 40px auto;
}

    #zayavkaName, #applicationEmail, #applicationTelephone {
        width: 276px;
        padding: 0 10px;
        height: 40px;
        border-radius: 3px;
        background: none;
        border: 2px solid #1b94d4;
        margin-bottom: 10px;
    }

    .moreOption{
        width: 277px;
        margin: 0 auto 10px;
        overflow: hidden;
    }
        .moreOption span{
            float: left;
            font-family: 'PT Sans';
            font-size: 16px;
            line-height: 1.5;
        }
        .adapt, .seo, .tPlan{
            margin: 0 auto;
            width: 277px;
            height: 40px;
            border: 2px solid #1b94d4;
            border-radius: 3px
        }
            .tPlan{
                margin-top: 7px;
            }

    .applicationButton{
        width: 277px;
        height: 45px;
        background: #1b94d4;
        border: none;
        border-radius: 3px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
    }
        .applicationButton:hover{
            background: #09d409;
        }