/* tagBox - default skin */

body {
        width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #AAAAAA;
}
body,td,th,div {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	vertical-align: top;
	text-align: left;
	cursor: default;
}
div {
	overflow: hidden;
	word-wrap: break-word; /* IE ONLY */
}
a:active {
	color: #7799CC;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #333344;
	text-decoration: none;
	cursor: pointer;
}

a.bb:active {
	color: #774444; // color of Name in TagBox
	text-decoration: none;
}
a.bb:link {
	color: #774444;
	text-decoration: none;
}
a.bb:visited {
	color: #774444;
	text-decoration: none;
}
a.bb:hover {
	color: #774444;
	text-decoration: none;
	cursor: pointer;
}


input {
	border: 1px solid #222222;
	background-color: #EEEEEE;
	font-family: Tahoma;
	font-size: 9px;
	color: #000000;
	text-align: center;
	margin-bottom: 1px;
	cursor: default;
}
.taga {
	border-bottom: 1px solid #777777;
	background-color: #FAFAFA;
	padding: 1px 1px 1px 1px;
	color: #000000;
}
.tagb {
	border-bottom: 1px solid #777777;
	background-color: #E0F0F0;
	padding: 1px 1px 1px 1px;
	color: #000000;
}
.tagc {
	border-bottom: 1px solid #777777;
	background-color: #AAAAAA;
	padding: 1px 1px 1px 1px;
}
.formarea {
	text-align: center;
	background-color: #AAAAAA;
	padding-top: 2px;
	padding-bottom: 2px;
	margin: 0;
}
.footer {
	text-align: center;
	font-family: Tahoma;
	font-size: 9px;
	color: #555555;

}
.inputname {
	width: 79px;
	margin-right: 1px;
	font-size: 10px;	
	}
.inputurl {
	width: 120px;
	}
.inputmsg {

	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
        background-color: #EEEEEE;		
	border-style:solid; border-width:1px; border-color: #000000;
	padding:2px;
	height:40px;
}
.inputbutton {
	width: 45px;
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	background-color: #EEEEEE;		
}
.message-bg {
	background-color: #EEEEEE;
        scroll = auto;
}