.line{
    clear: both;
}

.label {
    width: 200px;
    text-align: right;
    padding-right: 10px;
    float: left;
    line-height: 40px;
}

.component {
    width: 850px;
    text-align: left;
    float: left;
    min-height: 40px;
}

input {
    height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 800px;
}

select {
    height: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 800px;
}

textarea {
    width: 800px;
    height: 140px;
    margin-top: 10px;
    margin-bottom: 10px;
}

button{
    margin-left: 200px;
}