#application {
    width: 100%;
    margin: 20px auto;
    border: 1px solid #ddd;
    padding: 15px;
}

    #zayavkaName, #applicationEmail, #applicationTelephone {
        display: block;
        width: 100%;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        margin-bottom: 10px;
    }

    .moreOption{
        overflow: hidden;
        margin-bottom: 10px;
        float: left;
        margin-right: 20px;
    }
        .moreOption span{
            float: left;
            font-size: 16px;
            line-height: 1.5;
        }
        .adapt, .seo, .tPlan{
            float: left;
            margin: 0;
        }
            .tPlan{
                margin-top: 3px;
                margin-left: 10px;
            }

    .applicationButton{
        height: 35px;
        background: #3a3a3a;
        border: none;
        border-radius: 3px;
        text-transform: uppercase;
        color: #fff;
        font-size: 14px;
        cursor: pointer;
        padding-left: 15px;
        padding-right: 15px;
    }
        .applicationButton:hover{
            background: #000000;
        }
		
input[type="radio"], input[type="checkbox"] {
    margin: 5px 10px 0;
    margin-top: 1px \9;
    line-height: normal;
}	