.linfo {
border: 1px solid;
position:relative;
z-index:1;
float:right;
}
#bottom{position: fixed;right:0;bottom:0; text-align:right;}
#logo{position: fixed;right:0;top:0;font-family:"Verdana";}
#confused{color:red;font-family:"Verdana";font-size:24;}
#glogo{background-image: url('thovlogosmbw.png');width:475;height:150;display:none;}
    #glogo:hover {
    background-image: url('thovlogosm.png');
    }
	    #glogo:unhover {
    background-image: url('thovlogosmbw.png');
    }
.plus { font-size:72px; font-style:bold;float:right;}
.puke { color:#5DDD00;font-size:24px; font-style:bold;}

.rndouter{ border: 1px rgb(57, 113, 18) solid;background: rgb(210, 233, 66);}
.rndinner{ border: 1px rgb(57, 113, 18) solid;background: rgb(210, 233, 66); font-size:16px; font-style:bold;}
.rndf { border: 0px;background: rgb(219, 255, 0);}
.ccv {display:block-inline; position:relative; bottom:-5;}
.pop { color:#5DDD00; font-family:System; font-size:20px;}

.itemlink {position:absolute;}
#i_rightbut {position:absolute; top:145;right:35}
.i_leftbut {position:absolute; top:45;left:45}

#bak { max-width:393; max-height:239; top:30%;left:30%;}
#shell { width:393; height:239; max-width:393; max-height:239; position:relative; }
#items {height:193;width:303;max-width:303; max-height:193; position:absolute;  overflow:hidden; z-index:2}
#options {display:none;}
#hapticity{background-color:#A59263; }

.console {float:right; border:solid limegreen 1px;width:300;max-height:280;}
.strawberry {border:solid limegreen 1px;background-color:blue;font-size:24;display: inline-block;}
.blueberry {border:solid limegreen 1px;background-color:red;font-size:72;display: inline-block;}
.dust {color:crimson;font-size:24;display: inline-block; font-family:Veranda;}

#oldtalkbox { border: 4px rgb(221, 228, 79) double;  display: inline-block;height:90px;width:800px;overflow:scroll;background-color:#67F152;color:#A6120D; }

  #talkbox {
    position: relative;
    min-height: 200px;
	max-height: 200px;
	width: 800px;
	display: inline-block;overflow:hidden;background:url("flybg.png");color:#A6120D;
  }
  #talkbox-header {
    position: absolute;
    top: 0;
    align: center;
  }
  #talkbox-ginner {
    align: center;
  }
  #talkbox-content {
    position: absolute;
	max-height: 155px;
	width: 700px;
	overflow:hidden;
    bottom: 25;
    left: 0;
	align:center;
	text-align:center;
  }


#talkbox-content::-webkit-scrollbar {
    display: none;
}
