@charset "utf-8";

.tag_guide {
	float: right;
	margin: 0 0 5px 0;
	border: 0;
	padding: 0;
	}

.tag_guide li {
	list-style: none;
	padding: 0;
	margin: 0;
	}

.tag_guide {
	background: url(../images/entry/tag_guide_on.gif) no-repeat;
	height: 20px;
	width: 135px;
	}

.tag_guide a {
	background: url(../images/entry/tag_guide.gif) no-repeat;
	height: 20px;
	width: 135px;
	display: block;
	}

.tag_guide a:hover {
	background: none;
	}

#tblEntry {
	margin: 0 0 10px 0;
	width: 630px;
	table-layout: auto;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fff;
	}

.cell1 {
	border-top: 2px solid #ddd;
	width: 120px;
	padding: 5px 0;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5em;
	white-space: nowrap;
	}

.cell2 {
	border-top: 1px solid #ddd;
	padding: 0.5em 0 0.5em 1em;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.5em;
	}

input {
	border: 1px solid #333;
	}

textarea {
	border: 1px solid #333;
	width: 35em;
	height: 8em;
	}