#login {
    overflow: hidden; 
    background-color: #CAEBDF; 
    width: 100%; 
    height: 1000px;
}

#box {
    margin: 50px auto 50px auto; /* top right bottom left */
    width: 500px;
    padding: 0;
}

#box .block {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #FFFFFF;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    margin: 0 0 20px 0; /* top right bottom left */
    padding: 0;
}

#box .block h2 {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #36393D;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    color: #FFFFFF;
    margin-bottom: 0;
    padding: 10px 15px; /* top&bot = 10px left&right = 15px */
    font-size: 135%;
    font-weight: normal;
}

#box .block .content {
    padding: 10px 20px;
    margin: 0;
}

.wat-cf:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.form .group {
    margin-bottom: 15px;
}

.wat-cf {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 10px 0;
    width: 100%;
    display: block;
    display: inline-block;
    padding: 0;
}

.form div.left {
    float: left;
    width: 20%;
    margin: 0;
    padding: 0;
}

.form div.right {
    float: right;
    width: 75%;
    margin: 0;
    padding: 0;
}

.form label.label {
    color: #666666;
    display: block;
    font-weight: bold;
    padding-bottom: 2px;
}

.form label.right {
    text-align: right;
}

.form label.label, .form input.text_field, .form textarea.text_area {
    font-family: helvetica;
    font-size: 90%;
    margin: 0;
    padding: 1px 0;
}

.form div.right {
    float: right;
    width: 75%;
    margin: 0;
    padding: 0;
}

.form input.text_field, .form textarea.text_area {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-bottom-color: #CFCFCF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #CFCFCF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #CFCFCF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #CFCFCF;
    border-top-style: solid;
    border-top-width: 1px;
    width: 100%;
}

.form input.text_field, .form textarea.text_area {
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
}

button.button[type] {
    line-height: 17px;
    padding-bottom: 5px;
    padding-left: 7px;
    padding-right: 10px;
    padding-top: 5px;
}

button.button {
    overflow-x: visible;
    overflow-y: visible;
    width: auto;
}

a.button:link, a.button:visited, a.button:hover, a.button:active, button.button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-text-blink: none;
    -moz-text-decoration-color: -moz-use-text-color;
    -moz-text-decoration-line: none;
    -moz-text-decoration-style: solid;
    background-color: #EEEEEE;
    border-bottom-color: #BFBFBF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-image-outset: 0 0 0 0;
    border-image-repeat: stretch stretch;
    border-image-slice: 100% 100% 100% 100%;
    border-image-source: none;
    border-image-width: 1 1 1 1;
    border-left-color-ltr-source: physical;
    border-left-color-rtl-source: physical;
    border-left-color-value: #BFBFBF;
    border-left-style-ltr-source: physical;
    border-left-style-rtl-source: physical;
    border-left-style-value: solid;
    border-left-width-ltr-source: physical;
    border-left-width-rtl-source: physical;
    border-left-width-value: 1px;
    border-right-color-ltr-source: physical;
    border-right-color-rtl-source: physical;
    border-right-color-value: #BFBFBF;
    border-right-style-ltr-source: physical;
    border-right-style-rtl-source: physical;
    border-right-style-value: solid;
    border-right-width-ltr-source: physical;
    border-right-width-rtl-source: physical;
    border-right-width-value: 1px;
    border-top-color: #BFBFBF;
    border-top-style: solid;
    border-top-width: 1px;
    color: #222222;
    cursor: pointer;
    display: block;
    float: left;
    font-size: 1em;
    font-weight: bold;
    margin: 0 7px 0 0;
}

.form input.checkbox, .form input.radio {
    margin-right: 5px;
}

input.checkbox {
    margin: 0;
    padding: 0;
}

.form label.checkbox, .form label.radio {
    line-height: 1.5em;
    font-size: 90%;
    margin: 0;
    padding: 0;
}