.noTitleDialog .ui-dialog-titlebar {display:none;}

.lo_login_row {
}
.msg_login {
    font-weight: bold;
    color: red;
}
.msg_loginid {
    font-weight: bold;
    color: red;
}
.msg_passwd {
    font-weight: bold;
    color: red;
}
.label_input {
    font-size:12px;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
}
.lo_input_text {
    vertical-align: middle;
    border: 1 solid #4193e0;
    border-radius: 0.5;
    width:100%;
}
.action_login{
    cursor: pointer;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    background:#4193e0;
    border-radius:4px;
    text-align:center;
}

.action_cancel{
    cursor: pointer;
    color:#black;
    background:whitesmoke;
    border-radius:4px;
    text-align:center;
}
.action_forget{
    cursor: pointer;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    background:#93b94c;
    border-radius:4px;
    text-align:center;
}
.action_inquiry {
    cursor: pointer;
    color:#fff;
    margin-top:10px;
    margin-bottom:10px;
    background:#93b94c;
    border-radius:4px;
    text-align:center;
}
