body       { background-color:#cde3fa; height:100%; margin:0px }
.box-title { font-size:12px; color:#cde3fa }

.box-input       { background-color:#ffffff; border-style:none; }
.box-input:hover { background-color:#cde3fa; color:#00f6ff; border-style:none; }
.box-input:down  { background-color:#cde3fa; border-style:none; }

.box-input-text          { width:300px; height:36px; line-height:36px; background-color:transparent; color:#333333; text-align:left; border-style:none; font-size:14px; }
.box-input-text:hover    { background-color:transparent; border-style:none; }
.box-input-text:down     { background-color:transparent; border-style:none; }
.box-input-text:disabled { background-color:transparent; border-style:none; }

.box-input-msg   { height:24px; font-size:12px; font-weight:900; color:#ff9696; text-align:left}

.box-input-help          { color:#333333; }
.box-input-help:hover    { color:#FF0000; cursor: pointer}
.box-input-help:down     { color:#FF0000; cursor: pointer}
.box-input-help:disabled { color:#333333; }

.box-input-checkbox          { color:#cde3fa; text-align:left; font-size:12px }

.box-button       { 
    width:155px; height:36px; border-radius:18px; border:none;
    background-color:#ffffff; color:#005293; font-size:16px;
}
.box-button:hover { background-color:#d3dde7; }
.box-button:down  { background-color:#d3dde7; }
.box-button:disabled  { background-color:#C9C9C9; color:gray; }

.footer    {
    width:100%; height:30px;
    background-color:#e9e9e9; margin:0px; color:#333333;
    text-align:center; line-height:30px; font-size:12px;
}

.table-pw-bar { width:180px; height:6px; }
.table-pw-bar td:first-child { border-top-left-radius:18px; border-bottom-left-radius:18px; }
.table-pw-bar td:last-child { border-top-right-radius:18px; border-bottom-right-radius:18px; }
