﻿body {
	background-color: white;
}
.h1{
	color:blue;
	font-size:small;
}
.h2{
	color:white;
	font-size: 25px;
	text-align: left;
}
.ItemName{
	color:lightgray;
	font-size: small;
}
.TextBox1 {
	width:320px;
	height: 20px;
	border: 1px solid blue;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow: auto;
}
.TextBox2 {
	width:100px;
	height: 100px;
	border: 1px solid blue;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	overflow: auto;
}
.ImageBox1 {
	width:100px;
	height: 100px;
	border: 1px solid blue;
}
.ItemsPopup{
	position:absolute;
	left:135px;
	top:620px;
	width: 355px;
	height: 700px;
	border: 1px solid blue;
	background-color: black;
	z-index:10;
}
.Charecter_Atributes_Box{
	position:absolute;
	left:840px;
	top:620px;
	width: 290px;
	height: 700px;
	border: 1px solid blue;
	background-color: black;
	z-index:10;
	text-align: left;
}
.ItemInfo{
	position: absolute;
	width:1145px;
	left:5px;
	top:575px;
	height:900px;
	background-color:black;
}
#Popup_Item_Atributes_Box{
	 font-size:16px;
	 font-weight:600;
	 text-align: left;
	 vertical-align:middle;
}
.Instructions{
	position:absolute;
	left:730px;
	top:5px;
	width: 400px;
	height: 450px;
	border: 1px solid blue;
	z-index:10;
	text-align:left;

	}