/* tagBox - default skin */

* {scrollbar-arrow-color: #000000;
scrollbar-base-color: #cccccc;
scrollbar-face-color: #6e94b7;
scrollbar-highlight-color: #F8F8FF;
scrollbar-shadow-color: #000000;
scrollbar-3d-light-color: #F8F8FF;
scrollbar-track-color: #F8F8FF;
scrollbar-dark-shadow-color: #000000}

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: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
	text-decoration: none;
}
a:hover {
	color: #000099;
	text-decoration: overline underline;
	cursor: pointer;
}
a:active {
	color: #000099;
	text-decoration: none;
}
input {
	border: 1px solid #6394BD;
	background-color: #FAFAFA;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-align: center;
	margin-bottom: 1px;
	cursor: default;
}
.taga {
	border-bottom: 1px solid #6394BD;
	border-left: 1px solid #6394BD;
        border-right: 1px solid #6394BD;
	background-color: #DEE7EF;
	padding: 1px 1px 1px 1px;
        font-family: Tahoma;
	font-size: 11px;
}
.tagb {
	border-bottom: 1px solid #6394BD;
	border-left: 1px solid #6394BD;
        border-right: 1px solid #6394BD;
	background-color: #F8F8F8;
	padding: 1px 1px 1px 1px;
        font-family: Tahoma;
	font-size: 11px;
}
.formarea {
        border-top: 1px solid #6394BD;
        border-bottom: 1px solid #6394BD;
	border-left: 1px solid #6394BD;
        border-right: 1px solid #6394BD;
	text-align: center;
	background-color: #DEE7EF;
	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;
}
body { width: 90%; } html > body { width: 100%; }
