@charset "utf-8";
/* CSS Document */

#box .context{
	margin:0px 20px 40px 20px;
	border-bottom:1px solid #CCC;
}
#prompt{
	color:#9A9A9A;
	line-height:16px;
	text-align:left;
	padding-left:430px;
	padding-top:20px;
	padding-bottom:5px; 
	border-bottom:1px solid #CCC;
}
#words{
	float:left;
	width:340px;
	padding:160px 0px;
	padding-left:20px;
}
#words .memo{
	text-align:left;
}
#words td{
	color:#9A9A9A;
	font-size:14px;
	padding:2px 0px;
}
#words input.text{
	width:333px;
	height:22px;
	font-size:16px;
	margin-bottom:5px;
	border:1px solid #829DB8;
}
#link{
	width:230px;
	margin-left:65px;
	float:left;
	padding:30px 0px;
}
#link td{
	padding:5px 2px;
	vertical-align:middle;
}
#link td a:link,#link td a:visited{
	color:#333;
	font-size:14px;
	text-decoration:none;
}
#link td a:hover{
	text-decoration:underline;
}
#card{
	position:absolute;
	width:396px;
	height:238px;
	background: url(../images/Langlang_374.png) no-repeat !important; 
	left: 0px;
	margin-top: -60px;
}
