.MYCGI_common {
    font-size:12px;
    font-family:"µ¸¿ò",Dotum,Verdana,Arial;
    line-height:120%;
}

.MYCGI_layer {
    position:absolute;
    /*z-index:10;*/

    overflow:hidden;/*must have*/
    /*width:33em;*//*must have for any value*/;
}

.MYCGI_layer iframe {
    display:none;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:mask();/*must have*/
    width:800px;/*must have for any big value*/
    height:1280px/*must have for any big value*/;
}

.MYCGI_tpl_edit_btn {
    color: #000;
    padding: 2px 5px;
    border-color: #D4C237 #A6982B #A6982B #A6982B;
    border-width: 1px;
    border-style: solid;
    background-color: #FFEE69;
    font-size:12px;
    font-family:"µ¸¿ò",Dotum,Verdana,Arial;
    line-height:120%;
    text-decoration: none;
}
