body {
	background: #222;
	color:tan;
}
#wrapper_box {
	width: 312px;
	background: green;
	margin: 0 auto;
	padding-top: 15px;
	border: 4px solid red;
	border-radius: 25px;
}
.dbox {
	display: inline-block;
}
#selectall {margin-top: 15px;}
#top {height: 150px;}
#bottom {height: 200px;}
#rollname {margin-top: 10px;}
.cash {
	color: red;
	font-size: 30px;
	font-weight:bold;
}
.btn {
	width: 120px;
	height: 50px;
	padding: 3px;
	font-size: 20px;
	font-weight:bold;
/*	
	background-image: linear-gradient(bottom, rgb(0,0,0) 13%, rgb(51,179,0) 89%);
	background-image: -o-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(51,179,0) 89%);
	background-image: -moz-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(51,179,0) 89%);
	background-image: -ms-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(51,179,0) 89%);

	background-image: -webkit-linear-gradient(bottom, rgb(0,0,0) 13%, rgb(51,179,0) 89%);
*/	

	color: red;

	border: 2px solid black;
	border-radius: 25px;
}


/* Just for looks */
div#jqt > div > div {
	font-size: 1.5em; text-align: center; font-family: Marker felt;
}
div#jqt .toolbar {
	background: #444;
	border: 0;
	border-bottom: 1px solid #000;
}
div#jqt .toolbar .btn2 {
	-webkit-border-radius: 5px;
	-webkit-border-image: none;
	display: block;
	background: rgba(40, 29, 25, .4) none !important;
	padding: 6px;
	border: 1px solid #372823;
	float: left;
	color: #fff;
	-webkit-box-shadow: rgba(255,255,255, .4) 0 1px 0;
	text-decoration: none;
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 13px;
	text-shadow: #000 0 -1px 0;
	display: inline;
}
div#jqt .btn2.active {
	background-color: rgba(0,0,0,.5);
}
