

#pinyinBox, .pinyin   {
    font-family: "arial unicode ms", "lucida sans unicode", sans-serif;
	font-size: 3em;
	line-height: 200px;
	position: absolute;
	left: 225px;
	top: 15px;
    }
#charBox{
	position: absolute;
	left: 15px;
	top: 15px;
	font-size: 9em;
	line-height:200px;
}
#engBox{
	font-size: 3em;
	position: absolute;
	left: 435px;
	top: 15px;
}
.labelBox{
height: 20px;
width: 200px;
margin: 0 10px 0px 10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: .7em;
letter-spacing: normal;
text-align: left;
line-height: 100%;
color: #666;
position: absolute;
top: 222px;
}

#charLab{
 left: 15px;
}

#pinyinLab{
 left: 225px;
}

#engLab{
 left: 435px;
}

div.box {
width: 200px;
max-width: 250px;
height: 200px; 
border: 1px dotted gray; 
color: red;
letter-spacing: normal;
float: left;
margin: 0 10px 1px 10px;
text-align: center;
vertical-align: middle;
}
div.box .revealedAnswer{
	background-color: white;
	color: red;
}

.question, #pinyinBox.question, #engBox.question, #charBox.question{
	width: 200px;
	height: 200px; 
	border: 1px solid #006; 
	letter-spacing: normal;
	float: left;
	margin: 0 10px 0 10px;
	text-align: center;
	vertical-align: middle;
	background-color: #333;
 	color: white;
	cursor: pointer;
	font-size: 6.4em;
	font-family: "Times New Roman", Times, serif;
	line-height: 200px;
}
#controls{
	text-align: left;
	margin: 50px 10px 0px 30px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	width: 300px;
	border:0px solid black;
	clear:both;
	position: absolute;
	top: 230px;
}

body{
text-align:left;
margin:15px 15px;
} 

.controlLetter{
	font-weight: bold;
}
#controlsList{
	margin-left: 20px;
	margin-top: 10px;
}

#nextButton{
 margin: 50px 20px 0px 170px;
 background-color: #333333;
 border: 1px solid #003;
 cursor: pointer;
 width: 140px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 color: white;
 font-weight: normal;
 position: absolute;
 left: 350px;
 top: 230px;
}

#mainText{
 font-family:Arial, Helvetica, sans-serif;
 margin: 50px 0px 0px 20px;
 position: absolute;
 top: 450px;
 
}
div {border: 0px solid green}

.clear{
clear:both;
}
