.ultimatumgametable { 
	background-color: #DADADA;
	color: white; 
	margin-left:auto; 
	margin-right:auto; 
}

.roundboxblue {
    display: table-cell;
    background: #2E9AFE;
    border-radius: 25px; /* Standard */
    -o-border-radius: 25px; /* Opera 10.x */
    -moz-border-radius: 25px; /* Mozilla/Firefox */
    -icab-border-radius: 25px; /* iCab */
    -khtml-border-radius: 25px; /* KHTML/Konqueror */
    -webkit-border-radius: 25px; /* Webkit/Safari/Chrome/etcetera */
}

.roundboxred {
    display: table-cell;
    background: #FA5858;
    border-radius: 25px; /* Standard */
    -o-border-radius: 25px; /* Opera 10.x */
    -moz-border-radius: 25px; /* Mozilla/Firefox */
    -icab-border-radius: 25px; /* iCab */
    -khtml-border-radius: 25px; /* KHTML/Konqueror */
    -webkit-border-radius: 25px; /* Webkit/Safari/Chrome/etcetera */
}

.numeric-stepper {
	width:80px;
	height:28px;
	display:block;
	position:relative;
	overflow:hidden;
	border:1px solid #555;
}

.numeric-stepper input {
	width:55%;
	height:100%;
	float:left;
	text-align:left;
	vertical-align:center;
	font-size:110%;
	border:none;
	background:none;
}

.numeric-stepper button.plus {
	position:absolute;
	left:35px;
	margin-top:0px;
	width:22px;
	text-align:center;
}

.numeric-stepper button.minus {
	position:absolute;
	left:57px;
	margin-top:0px;
	width:22px;
	text-align:center;
}

#pointbox1{
	line-height:56px;
	width:56px;
	height:56px;
	text-align:center;
}

#pointbox2{
	line-height:56px;
	width:56px;
	height:56px;
	text-align:center;
}

#pointbox3{
	line-height:56px;
	width:56px;
	height:56px;
	text-align:center;
}

#pointbox4{
	line-height:56px;
	width:56px;
	height:56px;
	text-align:center;
}

#pointbox5{
	line-height:56px;
	width:56px;
	height:56px;
	text-align:center;
}

#slider1 .ui-slider-handle { border-color: #729fcf; }
#slider2 .ui-slider-handle { border-color: #729fcf; }
#slider3 .ui-slider-handle { border-color: #729fcf; }
#slider4 .ui-slider-handle { border-color: #729fcf; }
#slider5 .ui-slider-handle { border-color: #729fcf; }


#infotexttd {
	background-color:#89BD72;
	color: white; 
	max-width:302px;
	min-width:302px;
	border-width:0;
	border-style:none;
}

#infotexttdmargin {
	background-color:#DADADA;
	border-width:0;
	border-style:none;
}

#instructiontextdiv{
	background-color:#89BD72;
	color: white; 
	width: 400px;
	height: 140px;
	overflow: auto;
}

#resulttextdiv{
	background-color:#89BD72;
	color: white; 
	word-wrap:break-word;
	width: 350px;
	height: 100px;
	overflow: auto;
}

#earnresult{
	color: white; 
}

#earnresulttd{
	background-color: #89BD72;
}

.infoimg {
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	height:100px; 
	width:100px;
}

#midtable {
	table-layout: fixed;
	width: 775px; /* Important */
}

#butholder {
	width: 775px ;
	margin-left: auto ;
	margin-right: auto ;
}

.smallinst{
	font-size:80%;
}

.smallinfo{
	font-size:100%;
}

.img-inst {
	width:140px;height:140px;padding:4px;
}


a.mybutton {
	/* appearance */
	background-color: #6495ed;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0) 100%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0.2) 0%), url(button_texture.png);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(100%,rgba(255,255,255,0)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(0%,rgba(255,255,255,0))), url(button_texture.png);
	border: 1px solid #42629d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	
	/* position */
	display: inline-block;
	margin: 6px 5px 10px 0;

	width: 140px;
	/* text */
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	
	-webkit-transition: background-color 0.2s linear, -webkit-box-shadow 0.2s linear, text-shadow, 0.2s linear;
	-moz-transition: background-color 0.2s linear, -moz-box-shadow 0.2s linear, text-shadow 0.2s linear;
	transition: background-color 0.2s linear, box-shadow 0.2s linear, text-shadow, 0.2s linear;
	}
	
a.mybuttonpressed {
	/* appearance */
	background-color: #6495ed;
	background-image: -moz-linear-gradient(
		top,
		rgba(255,255,255,0) 100%,
		rgba(255,255,255,0) 51%,
		rgba(255,255,255,0.8) 50%,
		rgba(255,255,255,0.2) 0%), url(button_texture.png);
	background-image: -webkit-gradient(
		linear, left top, left bottom,
		color-stop(100%,rgba(255,255,255,0)),
		color-stop(51%,rgba(255,255,255,0.1)),
		color-stop(50%,rgba(255,255,255,0.2)),
		color-stop(0%,rgba(255,255,255,0))), url(button_texture.png);
	border: 1px solid #42629d;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	-moz-box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2), 0 1px 0 rgba(255,255,255,0.5) inset;
	
	/* position */
	display: inline-block;
	margin: 6px 5px 10px 0;
	

	width: 140px;
	/* text */
	color: #FFFFFF;
	font-size: 14px;
	line-height: 40px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,1);
	
	-webkit-transition: background-color 0.2s linear, -webkit-box-shadow 0.2s linear, text-shadow, 0.2s linear;
	-moz-transition: background-color 0.2s linear, -moz-box-shadow 0.2s linear, text-shadow 0.2s linear;
	transition: background-color 0.2s linear, box-shadow 0.2s linear, text-shadow, 0.2s linear;
	/* appearance */
	background-color: #557fc9;
	-webkit-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	
	/* text */	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}
	
a.mybutton:hover {
	/* appearance */
	background-color: #557fc9;
	-webkit-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 #b3cbf6, 0 1px 0 rgba(0,0,0,0.2) inset;
	
	/* text */	
	color: #fff;
	text-shadow: 0 1px 0 rgba(0,0,0,1);
}
a.mybutton:active {
	background-color: #3c4147;
	border-color: #0e0f10;
	-webkit-box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
	-moz-box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
	box-shadow: 0 1px 0 #e1e5e9, 0 1px 0 rgba(0,0,0,0.2) inset;
}