@CHARSET "UTF-8";

div#passwordChBoxWrapper {
    border-width: 3px 0px;
    border-style: solid;
    border-color: #42879e;
    background-color:#EBF6F5;
    margin: 2em auto 2em;
    margin: 2em auto 4em;
    overflow: hidden;
    position: relative;
    width: 500px;
    
}
div#passwordChBox {
    padding: 1em 2em 0;
}

#passwordChBox dt{
    font-size: 1.5em;
}

#passwordChBox dd{
    font-size: 1.5em;
    padding-bottom: 1em;
    margin: 0 auto;
    text-align:justify;
}

#passwordChBox input {
    font-size: 1em;
    padding: 0.2em;
}

#passwordChBox input[type="text"],
#passwordChBox input[type="password"] {
    width: 100%;
}
#passwordChBox input {
    width: 100%;
}

#passwordChBox input[type="submit"] {
    width: 10em;
}
#passwordChBox input#submit {
    width: 10em;
}

#passwordChBox #submit {
    height: auto;
    font-size: 1em;
    padding: 0.2em 3em;
}
#passwordChBox #submit-label {
    display: none;
}

textarea#message {
    width: 500px;
    resize: none;
    overflow-x: hidden;
    overflow-y: auto;
}
