body{
    background-color: #DDDDCC;
    color: #000000;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
}

h1 {
    font-family: "Arial Black";
    font-size: 24px;
    color: #333333;
    width: 800px;
    margin: 0 auto;
    -moz-user-select: none;
    -khtml-user-select: none;
}

em {
    font-style: normal;
    font-weight: bold;
    color: #f00;
}

#warn {
    display: none;
}

#nockmes {
    display: none;
    color:red;
    font-weight:bold
}

#footer {
    font-size:12px;
    border-top: 1px solid #000000;
    margin: 0;
    clear: both;
}

/* RCC FORM */
#rcc_form {
    font-size:12px; 
    font-family: Verdana, sans-serif;
    font-weight: bold;
    width: 800px;
    padding-left: 0px;
    margin: 0 auto 20px;
    color: #999999;
    -khtml-user-select: none;
}

#rcc_input {
    font-size:12px;
    font-family: Verdana;
    font-weight: bold;
    color: #999999;
    background-color:#DDDDCC;
    border:1px solid #999999;
    -moz-usr-select: text;
    -khtml-user-select: auto;
}

#rcc_button,
#back_button,
#delete_button {
    font-size:12px; 
    background-color: transparent;
    border:1px solid #000000;
    cursor: pointer;
    margin: 0 5px;
    padding: 0 5px;
}

#rcc_button[disabled],
#delete_button[disabled] {
    color: #999999;
    border: 1px solid #999999;
}

#rcc_button.disabled,
#delete_button.disabled {
    color: #999999;
    border: 1px solid #999999;
}

#lock_icon {
    margin-right: 5px;
    vertical-align: middle;
}

/* ROOM BOX */
#game_box {
    overflow: hidden;
    position: relative;
    text-align: center;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    width: 800px;
    margin: 0 auto 10px;
    border: 1px solid #000000;
    padding:0;
}

#room_box img {
    position: absolute;
}

#right_box,
#left_box,
#lower_box{
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    /* filter: alpha(opacity=70); */
    opacity: 0.7;
}

#right_box {
    right: 200px;
    top: 40px;
    width: 30px;
    height: 320px;
}

#left_box {
    left: 0px;
    top: 40px;
    width: 30px;
    height: 320px;
}

#lower_box {
    left: 50px;
    bottom: 0px;
    width: 500px;
    height: 30px;
    background-color: #DDDDCC;
}

#right_box_arrow,
#left_box_arrow {
    margin-top: 146px;
}

.arrow {
    vertical-align: middle;
}

/* SCENES */
#loading {
    float: left;
    font-size:large;
    width: 600px;
    height: 400px;
}

.room {
    display: none;
    float: left;
    width: 600px;
    height: 400px;
    background-image: url("img/room.png");
    border-right: 1px solid #000000;
}

.wall{
   display: none;
   float: left;
   width: 600px;
   height: 400px;
   background-color: #DDDDCC;
   border-right: 1px solid #000000;
}

.floor{
    display: none;
    float: left;
    width: 600px;
    height: 400px;
    background-color: #999988;
    border-right: 1px solid #000000;
}

#door,
#door2 {
    position: absolute;
    top: 160px;
    left: 240px;
}

#keyword {
    position: absolute;
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #009900;
}

.popup {
    position: absolute;
    font-family: Verdana;
    font-weight: bold;
    color: #990000;
    -moz-user-select: none;
    -khtml-user-select: none;
    z-index:50;
}


/* ITEM */
#item_holder {
    /* width: 199px; */
    height: 390px;
}

#item_tbl {
    position:absolute;
    right:15px;
    top: 10px;
    border-spacing: 20px 10px;
    color:#000000;
}

#item_tbl caption {
    padding-bottom:0;
}

#item_tbl td {
    width: 54px;
    height: 54px;
    padding: 0;
}

#about_item {
    background-color: #333333;
    border: 1px solid #000000;
    color:#ffffff;
    padding: 2px 0 0;
    cursor: pointer;
    position:absolute;
    bottom:5px;
    right:10px;
    width:178px;
    height:20px;
    z-index: 100;
}

#g_logo {
    position: absolute;
    right: 10px;
    bottom: 30px;
}

.g_item {
    cursor: pointer;
    border: 2px solid #DDDDCC;
}

.u_item {
    position: absolute;
    z-index: 20;
    visibility: hidden;
}

/*
.about {
    position: absolute;
    top: 60px;
    left: 110px;
    visibility: hidden;
    cursor: pointer;
    z-index: 500;
    border: 40px solid #333333;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
*/

.about {
    position: absolute;
    top: 110px;
    left: 160px;
    visibility: hidden;
    cursor: pointer;
    z-index: 110;
}

#about_border {
    background-color: #333333;
    position: absolute;
    top: 60px;
    left: 110px;
    width: 400px;
    height: 300px;
    visibility: hidden;
    cursor: pointer;
    z-index: 100;
    /* filter: alpha(opacity=90); */
    opacity: 0.9;
}
