body {
	font-family:  arial;
	font-size: 12px;
}
form {margin:0px; padding:0px;}
.titleBox, .descBox {
	
	background-color: #f2f8fd;
	border:0px solid #000000;
	color: #000000;
	height: 35px;
	width:376px;
	margin-left:78px;
	margin-top:15px;
	overflow:hidden;
	font-size:25px;
	font-weight:bolder;
	padding:5px;	
	cursor: text;
	white-space: nowrap;
	
}

.descBox {
	height: 17px;
	margin-top:5px;
	font-size:12px;
	font-weight:normal;
	padding:3px;	
	padding-left:5px;
}

.commentsBox {
	
	height: 25px;
	background-color: transparent;
	border: 1px dotted #CCCCCC;
	font-size: 12px;
	font-weight:normal;
	
}

.hiddenImage, .hiddenDiv, .addTag {
	
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	font-size:12px;
	line-height:22px;
	color:#333333;
	font-family:  arial;	
	cursor:default;
}

a.killItem {
	text-decoration: none;
	color: #cccccc;
}
a.killItem:hover {
	text-decoration:underline;
	color:#0000FF;
}

.addTagField {
	height: 18px;
	width:100px;
}
.addTagButton {
	height: 20px;
	width:50px;
}

.addTagTD {
	font-size: 12px;
}