p {
	margin-bottom: 10px;
}
#item {
	width: 420px;
	float: left;
}

#tee {
	width: 420px;
	height: 420px;
}

#comment_list {
	width: 200px;
	float:right;
	margin-left: 20px;
}

#comment_list .header {
	width: 200px;
}

.comment {
	width: 200px;
}

.commenttitle {
	background-color: #eeeeee;
	padding: 2px;
	float: left;
	width: 200px;
}

.commenttitle .username {
	font-size: 13px;
	font-weight: bold;
	float: left;
}

.commenttitle .username a {
	color: #333;
	text-decoration: none;
}

.commenttitle .username a:hover {
	text-decoration: underline;
}

.commenttitle .time {
	float: right;
	margin-top: 3px;
	font-size: 10px;
	color: #666;
}

#comment_form {
	width: 420px;
	float:left;
}

#share {
	margin-top: 20px;
	width: 420px;
	float:left;
}

.textfield {
	width: 350px;
}

