th {
	padding: 2px 5px;
	}
	
#test-shadowbox-contents {
    height: 100%;
    text-align: center;
    font-size:11pt;
}

#thickbox-topbar {
    background:#414F34;
    height:60px;
    left:-15px;
    padding:30px 0 20px;
    position:relative;
    top:-25px;
    width:930px;
    color:white;
overflow:hidden;
}

#test-panel{
	text-align: center;
	position: relative;
	width: 880px;
}

#test-panel h1 {
	text-align: center;
}

#quit-test{
	position:absolute;
	top: 0;
	right:0;
    z-index:999;
}

#beta-study-issue{
	position:absolute;
	top: 0;
	left:0;
    z-index:999;
}

#test-question {
  background:url(/site/apps/academy/img/3x5card.png);
  margin: 0 195px;
  width: 450px;
  height: 150px;
  padding:25px 20px 20px;
  text-align:center;
  box-shadow:0 0 5px black;
}



.answer-result{
	position: absolute;
	width: 880px;
	height: 100px;
	top: 420px;
}
.answer-box {
	float: left;
	min-height: 80px;
	margin: 30px 0 0 120px;
	padding: 10px;
	text-align: center;
	width: 240px;
	color:#fff;
	background: #555;
	box-shadow:0 0 3px black;
    border-radius:10px 10px 10px 10px;
}
    
.answer-box:hover {
	box-shadow:3px 3px 4px #F7ae0c, -3px -3px 4px #F7ae0c, 3px -3px 4px #F7ae0c, -3px 3px 4px #F7ae0c;
	color: #F7ae0c;
	cursor:pointer;       
}
     
#test-counter {
	text-align:right;
}
