#container {
    width: 100%;
    text-align: center;
}

#main {
    text-align: left;
    margin-top: 10px;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

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

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

.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: 300px;
}

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

.components .component_item input.number {
    width: 50px;
    height: 18px;
    text-align: right;
}

.components .component_item input.checkbox {
    margin-top: 3px;
    width: 14px;
    height: 14px;
}

.components .component_item textarea {
    width: 300px;
    height: 120px;
}

.components .component_item select {
    width: 220px;
    height: 22px;
}

#head_img {
    width: 80px;
    height: 80px;
    cursor: pointer;
}

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

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

.sound {
    float: left;
    cursor: pointer;
    width: 16px;
    height: 16px;
    margin-top: 5px;
    margin-right: 10px;
    background-image: url("images/sound.gif");
}

a {
    float: left;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
    color: blue;
}

a:hover {
    color: red;
}

