body {
    background: #f8f8f8;
}

h2 {
    height: 60px;
    line-height: 60px;
    text-align: center;
}
form{
    width: 800px;
    margin: auto;
}

.inputItem {
    margin-bottom: 20px;
}

label {
    display: inline-block;
    width: 100px;
    text-align: right;
    margin-right: 12px;
}

.inp {
    width: 600px;
    height: 40px;
    padding: 0 12px;
}

textarea {
    width: 600px;
    height: 200px;
    resize: none;
    padding: 12px;
}

.choose {
    display: inline-block;
    width: 424px;
}

.btns {
    text-align: center;
}

.btn {
    width: 100px;
    height: 30px;
}