/* BASIC css start */
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-image: url(/design/untin/img/bgm.gif);
    background-repeat: repeat-x;
}
/* header */

#header input.basic {
width:180px;
    height: 20px;
    border: 1px solid #DEDEDE;
    color: #000000;
    background-color: #FFFFFF;
}
/* BASIC css end */

