@import url('geki_common.css');

div#image{
	text-align: center;
	margin-top: 15px;
	float: left;
	width: 20%;
}

div#profile{
	margin-top: 15px;
	margin-left: 20%;
	width: 78%;
}

dl{
	margin-bottom: 10px;
	width: 100%;
}

dt,
dd{
	padding: 0px 5px 3px 5px;
}

dt{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 3px;
}

dd{
	font-size: 120%;
	margin-left: 10px;
	margin-bottom: 15px;
}

	td input{
		font-size: 100%;
	}

#profile input,
#profile textarea{
	font-size: 90%;
	padding: 2px 5px;
}

input.submit_button{
	font-size: 100%;
	padding: 1px 4px;
}

div.backlink{
	margin-top: 10px;
}

ul#errors{
	color: red;
	margin-left: 18px;
	margin-bottom: 15px;
}

