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; background-color:transparent; color:#333333; border-style:none; font-size:12px; }
.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:16px; font-weight:900; color:#333333; text-align:right}

.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; 
    background-color:#ffffff; color:#005293; font-size:16px;
}
.box-button:hover { background-color:#ffffff; }
.box-button:down  { background-color:#ffffff; }
.box-button:disabled  { background-color:#e9e9e9; color:gray; }

.footer    {
    width:100%; height:30px;
    background-color:#e9e9e9; margin:0px; color:#333333;
    text-align:center; line-height:30px; font-size:12px;
}



