h1
{
	font-size:40pt;
	color:#ffff00;
}
body
{
	background-color:#141251;
	background-image:url("./../images/Background.png");
	background-repeat:repeat-x;
	background-position:bottom left; 
	text-align:center;
}
#weaponlist td
{
	height:32px;
}
#weaponlist td img
{
	vertical-align:middle;
}

#weaponlist input[type="text"]
{
	vertical-align:middle;
	width:93px;
	height:32px;
	border:0px;
	background-color:#141251;
	color:#ffffff;
	background-image:url("./../images/0.png");
	padding-left:3px;
	cursor:pointer;
}
#weaponlist
{
	text-align:left;
	position:relative;
	margin-left:auto;
	margin-right:auto;
	background-color:#101010;
	padding:10px;
	border:2px solid #ffff00;
	border-radius:20px;
}
.info
{
	margin-top:10px;
	margin-bottom:10px;
	width:100%;
}
.info,#name,#yourinfo input[type="text"],ol,.cookiemanage
{
	border:2px solid #ffff00;
	color:#ffff00;
	padding:10px;
	text-align:center;
	background-color:#141251;
	border-radius:20px;
}
#remcash
{
	text-align:left;
	width:250px;
	font-size:20pt;
}
#remcash:before
{
	font-size:12pt;
	content:"Remaining cash";
	padding-right:20px;
}
input[type="button"]
{
	border:2px solid #ffff00;
	color:#ffff00;
	padding:10px;
	text-align:center;
	background-color:#141251;
	border-radius:10px;
}
input[type="button"]:active
{
	background-color:#101010;
}
#info
{
	height:60px;
	font-size:18pt;
}
#name
{
	width:500px;
	margin-bottom:10px;
}
#yourinfo
{
	position:absolute;
	top:10px;
	right:10px;
}
#textarea
{
	margin-top:10px;
	width:90%;
	height:100px;
}
#loadcookie
{
	display: inline
}
.cookiemanage
{
	margin-top:10px;
	position:relative;
	width:100%;
}
