body {
    overflow: hidden;
}

#utils {
    width: 0;
    height: 0;
}

#main {
    text-align: left;
    margin-top: 10px;
    width: 400px;
    height: 220px;
    overflow: hidden;
}

.tips {
    margin-left: 20px;
    margin-bottom: 5px;
    height: 30px;
    color: blue;
}

.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;
}

.components .component_item input#captcha {
    width: 185px;
}

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

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

#captcha_img {
    cursor: pointer;
}

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

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