html {
	height: 100%;
}
body{

	margin: 0;
	padding: 0;
	height: 100%;
	background-image:url("../images/base/bg/bg.body.png");
	background-repeat:  repeat-x repeat-y;
	font-family: Courier New;
	font-size: 13px;
	color: #91df99;
}

img {
	 vertical-align: middle;
}

h1{
	font-size: 34px;
	font-weight: normal;
}

.bgmain{
	background-image:url("../images/base/bg/bg.body.png");
	background-repeat:  repeat-x repeat-y;
}

input {
	background-color: transparent;
	border: solid #91df99 1px;
	color: #91df99;
	font-family: Courier New;
}

input.btn{
	background-color: #91df99;
	color: #000000;
}

.submit{
	font-weight: bold;
}

label {
	width: 100px;
	float: left;
	text-align: left;
}

h2 {
	margin: 10px 15px 10px 15px;
	padding-top: 0px;
	text-align: left;
	font-weight: bold;
	border-bottom: solid #91df99 1px;
}

a.return {
	display: block;
	float: left;
	width: 30px;
	height: 34px;
	background-image:url("../images/base/return.png");
	background-repeat: no-repeat;
	background-position: top center;
}

a.return:hover {
	display: block;
	float: left;
	background-image:url("../images/base/return.on.png");
	background-repeat: no-repeat;
}

div.slider{
	width: 140px;
	clear:left;
	background-image:url("../images/gameplay/misc/bg.slider.png");
	background-repeat: repeat-x;
	background-position: bottom center;
	margin-top: -15px;
}

div.scrollBar{
	margin-top: -15px;
	width: 10px;
	height: 330px;
	background-image:url("../images/gameplay/misc/bg.slider.png");
	background-repeat: repeat-y;
	background-position: bottom center;
}

div.scrollBar div.knob {
	margin-bottom: -5px;
	padding-bottom:15px;
	cursor: pointer;
	width:10px;
	background-image:url("../images/gameplay/misc/scroll.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

div.knob {
	margin-bottom: -5px;
	padding-bottom:10px;
	cursor: pointer;
	width:10px;
	background-image:url("../images/gameplay/misc/knob.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}