@charset "UTF-8";
/*
 *@@ <<修正履歴>>
 *@@ 修正日付   BugNo    修正者       Version     内容
 *@@ ---------- -------- ------------ ----------- --------------------------------
 *@@ 13/02/28   -------- Higo         VER70000000 新規作成
 */

.cpnyProgressDialogPanel {
    width: 230px;
    height: 60px;
    position: absolute;
    top: 50%;
    left:50%;
    margin-left: -115px !important;
    margin-top: -30px !important;
    z-index: 999;
}

.cpnyProgressDialogPanel .cpnyProgressDialogTitle {
    font-size:12px;
    color:#505050;
    position: absolute;
    top: 10px;
    left: 10px;
}

.cpnyProgressDialogPanel .cpnyProgressDialogProgressbar {
    position: absolute;
    width: 200px;
    height: 10px;
    top: 28px;
    left: 14px;
    border: 1px solid #CCCCCC;;
}

.cpnyProgressDialogPanel .cpnyProgressDialogMessage {
    font-size:9px;
    color:#505050;
    position: absolute;
    top: 42px;
    left: 15px;
}