/* tagBox - default skin */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
}
body,td,th,div {
	font-family: Tahoma;
	font-size: 12px;
	color: #888;
	vertical-align: top;
	text-align: left;
	cursor: default;
}
div {
	overflow: hidden;
	word-wrap: break-word; /* IE ONLY */
}
a:link {
	color: #8ab459;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #8ab459;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #acb7a7;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;
}
a:active {
	color: #acb7a7;
	text-decoration: none;
}
input {
	border: solid 1px #CED4CA;
	background-color: #DDE5D9;
	font-family: Tahoma;
	font-size: 9px;
	color: #888;
	text-align: center;
	margin-bottom: 1px;
	cursor: default;
}
.taga {
	border-bottom: solid 1px #CED4CA;
	background-color: #DDE5D9;
	padding: 2px 2px 2px 2px;
}
.tagb {
	border-bottom: solid 1px #CED4CA;
	background-color: #f2f2f2;
	padding: 2px 2px 2px 2px;
}
.formarea {
	text-align: center;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer {
	text-align: center;
}
.inputname {
	width: 69px;
	margin-right: 1px;
}
.inputurl {
	width: 100px;
}
.inputmsg {
	width: 100px;
}
.inputbutton {
	width: 30px;
}
