﻿/***************************************************************************
* Dialog
***************************************************************************/
#dialog_container
{
    position : absolute;
    left : 0px;
    top : 0px;
    padding : 80px 10px 0px 10px;
    background-image : url("../sysdata/image/dlg_container_bg.gif");
    background-repeat : repeat;
    width : 100%;
    height : 100%;
}

#dialog_container .frame
{
    width : 420px;
    margin : auto;
}

#dialog_container .toolbar
{
    height : 25px;
    margin : auto;
}

#dialog_container .toolbar .btn_close
{
    float : right;
    width : 60px;
    height : 25px;     
    background-image : url("../sysdata/image/btn_close_bg.png");
    background-position : left center;
    background-repeat : no-repeat;
    cursor : pointer;  
}

#dialog_container .message
{
    line-height : 18px;
    text-indent : 32px;
    padding : 8px 16px 8px 16px;
    color : #6cb21d;
    border : solid 1px #6cb21d;
    background-color : #d4f6b2;
    background-image : url(../sysdata/image/information.png);
    background-position : left;
    background-repeat : no-repeat;
    overflow : hidden;
}

#dialog_container  .error
{
    padding : 2px 4px 2px 4px;
    width : 80%;
    margin : auto;
    height : 32px;
    line-height : 32px;
    text-indent : 34px;
    color : #ff4e00;
    border : solid 1px #ff4e00;
    background-color : #fbb7b7;
    background-image : url(../sysdata/image/exclamation.png);
    background-position : left;
    background-repeat : no-repeat;
    overflow : hidden;
}

#dialog_container .datatransstatus
{
    border : solid 1px silver;
    margin : 0px auto 0px auto;
    width : 100px;
    height : 38px;
    line-height : 38px;
    background-color : white;
    background-image : url(../sysdata/image/loading.gif);
    background-position : left center;
    background-repeat : no-repeat;    
    font-size : 12px;
    font-weight : bold;
    text-indent : 36px;
    color : #597811;
}

#dialog_container .content
{
    margin : 0px 8px 0px 8px;
}

/***************************************************************************
* Member Login
***************************************************************************/
#memberlogin_container
{
    width : 240px;
    height : 80px;
    margin : auto;
    padding : 10px;
    border : solid 1px silver;
    background-color : White;
}

#memberlogin_container .inputEmail
{
    width : 120px;
}

#memberlogin_container .inputPwd
{
    width : 120px;
}

#memberlogin_container .footer
{
    text-align : center;
}

/***************************************************************************
* Member Register
***************************************************************************/
#memberregister_form
{
    border : solid 1px silver;
    display : block;
    width : 240px;
    height : 100px;
    background-color : White;
    margin : auto;
    padding : 10px;
    text-align : center;
}

#memberregister_form .inputEmail
{
    width : 120px;
}

#memberregister_form .inputPwd
{
    width : 120px;
}

#memberregister_form .inputName
{
    width : 120px;
}

#memberregister_form .footer
{
    text-align : center;
}


