body {
    overflow: hidden;
}

#main {
    font-size: 12px;
    text-align: left;
    margin-top: 10px;
    width: 450px;
    height: 260px;
    overflow: hidden;
}

#message {
    color: red;
    margin-left: 20px;
    margin-bottom: 5px;
    height: 30px;
}

#rule {
    color: red;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    height: 30px;
}

.components {
    overflow: hidden;
    clear: both;
    width: 430px;
}

.components .component_item {
    padding-top: 5px;
    clear: both;
    width: 430px;
}

.components .component_item .label {
    padding-top: 3px;
    float: left;
    width: 90px;
    height: 22px;
    text-align: right;
    padding-right: 10px;
}

.components .component_item .component {
    text-align: left;
    padding-top: 0;
    float: left;
    width: 330px;
}

.components .component_item input {
    width: 250px;
    height: 18px;
}

.buttons {
    padding-top: 10px;
    clear: both;
    text-align: center;
    width: 420px;
}

.buttons .button {
    margin-left: 3px;
    margin-right: 3px;
}