
body {
    margin: 0px;
    padding: 0px;
    font: normal 13px verdana, arial, sans-serif;
    color: #222222;
}

.outer {
    float: left;
    width: 460px;
    height: 900px;
}

.line {
    float: left;
    clear: left;
    width: 451px;
    height: 1px;
    background-color: #E4E4E4;
}

.label {
    float: left;
    clear: left;
    width: 451px;
    height: 20px;
    margin-bottom: 3px;
}

.input {
    float: left;
    clear: left;
    width: 451px;
    height: 33px;
    background-repeat: no-repeat;
}

.space {
    float: left;
    clear: left;
    width: 451px;
    height: 4px;
}

.cb_left {
    float: left;
    clear: left;
    width: 23px;
    height: 13px;
}

.cb_right {
    float: left;
    width: 327px;
    height: 13px;
    line-height: 13px;
}

.cb_space {
    float: left;
    clear: left;
    width: 350px;
    height: 9px;
}

label {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
}

input {
    margin: 0;
    padding: 0;
}

input[type=text] {
    float: left;
    padding: 8px 5px 8px 5px;
    width: 208px;
    height: 17px;
    border: 0px solid black;
    font: normal 13px verdana, arial, sans-serif;
    color: #222222;
    background-color: transparent;
}

input[type=radio] {
    display: block;
    width: 13px;
    height: 13px;
    margin: 10px 0 0 0;
    padding: 0px;
    overflow: visible;
}

input[type=checkbox] {
    display: block;
    width: 13px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    overflow: visible;
}