.content {
	background-color:#eeeeee;
	width: 711px;
	height: 100%;
	color: #3f3f3f;
	font-family: Tahoma;
	font-size: 12px;
}

a:link {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

a:visited {
	color: #3f3f3f;
	text-decoration: none;
	font-weight: bold;
	cursor: hand;
}

a:hover {
	text-decoration: underline overline;
}

h2 {
	font-size: 13px;
	font-weight: bold;
	font-variant: small-caps;
}

body {
	background-color: #99cccc;
}

.left {
	width:450px;
	float: left;
	text-align: justify;
	margin-left: 3px;
	margin-top: 3px;
}

.right {
	text-align: justify;
	width: 200px;
	float: right;
	margin-top: 3px;
	margin-bottom: 5px;
}

.footer {
	font-size: 10px;
	text-align: right;
	width: 100%;
}

.tagboard_input {
	width: 100%;
	font-size: 12px;
	font-family: Tahoma;
	background: transparent;
}

textarea {
	font-size: 12px;
	font-family: Tahoma;
	width: 100%;
	overflow: auto;
	background: transparent;
}

.tagboard_button {
	width: 100%;
	border-width: 0px;
	letter-spacing: 4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
	background: transparent;
}

.tagboard_button_over {
	width: 100%;
	border: 1px solid black;
	letter-spacing: 4px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 11px;
	cursor: hand;
}

.tagboard {
	text-align: left;
	border: 2px inset;
	height: 150px;
	width: 100%;
	background: transparent;
	overflow: auto;
}

.error_msg {
	color: red;
	font-family: Verdana;
	font-size: 10px;
}