@charset "utf-8";
/* CSS Document */

#account
{
	margin-top:10px;
}

#account th
{
	background-color:#cfebff;
	text-align:left;
	padding-right:10px;
}


#profile_form
{
	margin-top:10px;
}

#profile_form th
{
	background-color:#cfebff;
	text-align:left;
	padding-right:10px;
	vertical-align:top;
}

#profile_form textarea
{
	width:400px;
	height:100px;
}

/* profile */
#profile
{
	margin-bottom:20px;
	border:1px solid #CCCCCC;
	padding:10px;
}

#profile img.avatar
{
	float:left;
}

#profile table
{
	width:310px;
	margin-left:10px;
	margin-bottom:10px;
	border-collapse:collapse;
}

#profile table tbody th
{
	background-color:#EEEEEE;
	border-bottom:1px dotted #999999;
	text-align:left;
	padding:5px;
	width:130px;
}

#profile table tbody td
{
	border-bottom:1px dotted #999999;
	text-align:left;
	padding:5px;
}

#profile table tfoot td
{
	text-align:right;
}

#profile table tfoot td img
{
	vertical-align:middle;
}

#gallery img.thumb
{
	margin:5px;
}
