/* 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: 11px;
	color: #000000;
	vertical-align: top;
	text-align: left;
	cursor: default;
}
div {
	overflow: hidden;
	word-wrap: break-word; /* IE ONLY */
}
a:link {
	color: #ffbc0a;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333344;
	text-decoration: none;
	cursor: pointer;
}
a:active {
	color: #000000;
	text-decoration: none;
}
input { border: solid 1px #222222; background-color: #fafafa; font-family: Tahoma; font-size: 11px; color: #000000; text-align: left; margin-bottom: 1px; cursor: default; }
.taga {
	border-bottom: 1px solid #dedddd;
	background-color: #fff;
	padding: 1px;
}
.tagb {
	border-bottom: 1px solid #dedddd;
	background-color: #fffafa;
	padding: 1px;
}
.formarea {
	text-align: center;
	background-color: #fff;
	padding-top: 2px;
	padding-bottom: 2px;
}
.footer {
	text-align: center;
}
.inputname {
	width: 220px;
	margin-right: 1px;
}
.inputurl {
	width: 300px;
}
.inputmsg {
	width: 300px;
}
.inputbutton {
	width: 79px;
}