@charset "utf-8";
/* CSS Document */

h1.GameName
{
	font-size:18px;
	color:#133555;
}

img.GameImg
{
	width:250px;
	height:250px;
	margin:10px;
	border:1px solid #333333;
	padding:5px;
}


fieldset.GlobalFrame02
{
	border:1px solid #CCCCCC;
	padding:10px;
	margin-bottom:15px;
	float:left;
	width:490px;
}

fieldset.GlobalFrame02 legend
{
	color:#493726;
	font-weight:bold;
}

fieldset.GlobalFrame02 .txt
{
	border:1px solid #CCCCCC;
}

fieldset.GlobalFrame02 textarea
{
	width:300px;
	height:60px;
}

fieldset.GlobalFrame02 td
{
	padding:3px;
	vertical-align:top;
}

div.Coment
{
	padding:5px;
	width:490px;
	border-bottom:1px solid #CCCCCC;

}

div.Coment p
{
	font-size:10px;
}

a.fav
{
	color: #000033;
	font-weight:bold;
	padding:3px;
	border:#CCCCCC 1px solid;
	text-decoration:none;
	
}
a.fav:hover
{
	border:1px solid #999999;
}
