div.game {
	margin-top:20px;
	width:420px;
}
div.game-left {
	float:left;
	width:170px;
}
div.game-left img {
	padding:3px;
	border:1px solid #BDBDB1;
}
div.game-right {
	float:left;
	width:250px;
}
div.game-right h2 {
	margin:0px 0px 10px 0px;
}

div.gamercard {
	width:468px;
	height:350px;
	margin-top:10px;
	border-bottom:1px solid #CCC;
	padding-bottom:15px;
}
div.gamercard-left {
	width:250px;
	float:left;
}
div#gamercard {
	width:250px;
	height:300px;
	border:1px solid #CCC;
	margin-bottom:3px;
}
div.gamercard-right {
	float:left;
	width:200px;
	margin-left:10px;
}
div.gamercard-right h2 {
	margin:0px 0px 10px 0px;
}
div.gamercard-right ul {
	list-style-type:decimal;
	margin-left:5px;
}
div.gamercard-right ul li {
	padding-left:2px;
}

input.txt {
	width:210px;
}
input.btn_go {
	width:30px;
	font-weight:bold;
}
