
	#body{
		width: 100%;
		height: 100%;
		margin: 0;
	}

	#overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 10;
}

/* just some content with arbitrary styles for explanation purposes */
	#sessionEnd {
    width: 300px;
    height: 200px;
    line-height: 200px;
    position: fixed;
    top: 40%; 
    left: 50%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 5px;
    text-align: center;
    z-index: 11; /* 1px higher than the overlay layer */
    font-size: 30px;
}

#instructions {
	font-family: sans-serif;
    width: 700px;
    height: 500px;
    /*line-height: 200px;*/
    position: fixed;
    top: 20%; 
    left: 34%;
    margin-top: -100px;
    margin-left: -150px;
    background-color: #FFFFFF;
    border-radius: 5px;
    border-width: 5px;
    text-align: center;
    z-index: 12; /* 1px higher than the overlay layer */
    font-size: 24px;
    padding: 30px;
    text-align: right;
}

	#instructOK{
		border-radius: 5px;
		border-style: none;
		width: 100px;
		height: 30px;
		box-shadow: 0.5px 1px 3px #888888;
		background-color: #75DD92;
		color: #FFFFFF;
		position: relative;
		top: 420px;
		right: 42%;
		font-size: 20px;
	}

	#sessionText{
		margin-bottom: 50px;
		height: 45px;
		margin: 0;
	}
	#okButton{
		border-radius: 5px;
		border-style: none;
		width: 50px;
		height: 25px;
		box-shadow: 0.5px 1px 3px #888888;
	}
	
	#start{
		border-radius: 10px;
		border-style: solid;
		border-width: 1.5px;
		background-color: #7A8DBE;
		position: fixed;
		z-index: 12;
		top: 35%; 
    	left: 50%;
    	width: 200px;
    	height: 80px;
    	margin-left: -100px;
    	color: #FFFFFF;
    	font-size: 30px;
    	font-family: sans-serif;
    	outline:none;
	}

	#blockOrderBox{
		position: fixed;
		left: 50%;
		top: 80%;
		margin-left: -60px;
		z-index: 10	;

	}
	input{
		width: 25px;
		text-align: center;
	}

	#beginExpBtn{
		margin: 0 auto;
		margin-top: 4px;
		padding: 4px;
		width: 97%;
		background-color: rgb(118, 181, 213);
		color: white;
		border-style: solid;
		border-color: white;
		border-width: 1px;
		border-radius: 10px;


	}

	body{
		font-family: serif;
	}

	#emptyTop{
		min-height: 250px;
		height: 35%;
	}


	#buttons{
		height: 140px;
		width: 500px;
		margin: 0 auto;
		
	}
	#standardOption{
	
	width: 100px;
	height: 100px;
	float: left;
	border-radius: 5px;
	background-color: yellow;
	box-shadow: 0px 3px 7px #888888;
	}
	#adjustingOption{
	
	width: 100px;
	height: 100px;
	float: right;
	border-radius: 5px;
	background-color: yellow;
	box-shadow: 0px 3px 7px #888888;
	

	}
	#amountBar{
		clear: both;
	width: 100%;
	text-align: center;
	margin-top: 150px;
	height: 40px;
	margin: 0 auto;
	}
	#amountCenter{
	
		
	}
	#amount{
	
	font-size: 40px;
	float: right;
	}

	img{
	float: left;
	margin-top: 20px;
	width: 70px;	
	margin-left: 15%;
	}

	#standardPrize{
	text-align: center;
	position: relative;
	top: 80px;	
	font-size: 30px;

	}
	#adjustmentPrize{
	text-align: center;
	position: relative;
	top: 110px;	
	font-size: 30px;	
}

	#bankDiv{
		margin: 0 auto;
		margin-top: 70px;
		width: 33%;	
		height: 100px;	
	}

body{
		font-family: serif;
	}
	#buttonForm{
		min-width: 640px;	
		background-color: #FFFFFF;		
		width: 50%;
		margin: 0 auto;
		box-shadow: 0px 3px 15px #85A6A4;
		min-height: 300px;
		border-radius: 10px;
		position: absolute;
		left: 50%;
		margin-left: -25%;
		top: 150px;
		padding: 1%;
		z-index: 12;
		}
	#userId{
		width: 100px;
		margin-bottom: 5px;
		
	}

	#expReady{
		background-color: #3BCB84;
		color: #FFFFFF;	
		border-style: none;
		border-radius: 2px;
		margin: 5px;
		padding: 5px;
		padding-right: 10px;
		padding-left: 10px;
		font-size: 1.2em;
		width: 130px;
		text-align: center;
		
	}
	#buttonBox{
		border-style: none;
		width: 100%;
		height: 200px;
		font-size: 30px;
		margin: 0 auto;

		

	}
	#buttonBox input{

		background-color: #5699DA;
		border-style: none;
		border-color: 	#74D788;
		border-width: 3px;
		border-radius: 2px;
		width: 90px;
		height: 30px;
		margin-left: 5%;
		margin-right: 5%;
		font-weight: bold;
		font-size: .8em;
		box-shadow: 0px 3px 15px #B5B5B5;
		color: #FFFFFF;
		margin-top: 8px;	
		
	}
 	#codeBox{
 		direction: rtl;
 		width: 80%;
 		height: inherit;
 		margin-top: 60px;
 		font-family: sans-serif;
 	}