body {
  margin: 0;
  background: rgb(15,15,15) url('images/stone-tiles3150.jpg'); 
  color: #FFFFFF;
  padding-top: 60px; 
}  
/*This section is how to change the main information box*/
  .solid-back { background-color: rgba(0,0,0,0.5);
                border: 3px solid;
                border-color: rgba(0,0,0,0.7);
                border-radius: 10px;
                padding: 10px;
                margin:10px 10px 25px 10px;
                box-shadow: 3px 3px 3px 3px rgba(105,105,105,0.3);}
  /*This section is how to change the smaller boxes information*/
  .abox { border: 1px solid #333333; 	
        background-image:url('images/stone-tiles3150.jpg');
        font-weight: Bold;
        border-spacing: 1px; 
        padding: 15px 3px 3px 3px;
        box-shadow: 1px 1px 1px 1px rgba(105,105,105,0.3);
        }
  .gos-form { color: #999999; background: #0F0F0F; border: #333333 solid 1px; }

div#chatdiv {
	height: 100%;
	width: 100%;
        background-color: #222222;
	display: inline;
}

div#messages {
        height: 255px;
	width: 100%;
	background: #fff url('images/ChatBckgrnd.gif') center no-repeat;
       	padding: 5px;
	border: 1px solid #000;
	overflow: scroll;
	overflow-x:hidden;
  background-size:cover;
}

div#messagebox {
	width: 100%;
	height: 60px;
	background: #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 2px;
}
.chat-input {
max-width:90%;
}

.battlebox 
{
background-image:url(images/BattleBox/Scroll.jpg);
background-size: 100%;
background-position:center;
}

.battletext { font-family: Verdana; font-size: 12px; color: #C6CCD8; background-color: #000000;}
.battledtext { font-family: Verdana; font-size: 12px; color: #000000; background-color: #F5F2EB;}

.estate_t { font-family: Verdana; font-size: 9px; color: #EEEEEE; background-color: #111111; font-weight:bold;}
.estate_r { font-family: Verdana; font-size: 9px; color: #E14545; background-color: #111111; font-weight:bold;}

.img-optional {}
.img-optional-nodisplay {}