div.reactions {
	margin-top: 5px;
}
	div.reactions div.reactionlist {
	}
	div.reactions .title, div.reactionlist div.reactionpost {
		margin: 10px 0px 10px 0px;
		overflow: auto;
		overflow-x: auto;
		overflow-y: hidden;
		clear: both;
	}
		div.reactions .title, div.reactionpost div.posttop {
			background-color: #CEEB8D;
			font-size: 90%;
			margin-bottom: 5px;
			padding: 3px 0px 3px 15px;
		}
			div.reactions .title, div.reactionpost span.btns {
				display: block;
				float: right;
				margin-right: 1px;
			}
			div.reactions .title, div.reactionpost span.icons {
			}
				div.reactions .title, div.reactionpost span.icons span.empty {
					display: none;
				}
				div.reactions .title, div.reactionpost span.icons span.unread,
				div.reactions .title, div.reactionpost span.icons span.read {
					background-repeat: no-repeat;
					width: 14px;
					height: 12px;
					display: block;
					float: left;
					margin: 3px 5px 0px 0px;
				}
				div.reactions .title, div.reactionpost span.icons span.unread {
					background-image: url('/graphics/envelope.unread.gif');
				}
				div.reactions .title, div.reactionpost span.icons span.read {
					background-image: url('/graphics/envelope.read.gif');
				}
			div.reactions .title, div.reactionpost span.name {
			}
			div.reactions .title, div.reactionpost span.date {
			}
			div.reactions .title, div.reactionpost div.reactiontext {
				padding: 5px 15px;
				font-size: 12px;
			}
			
		div.reactions .title, div.reactionpost div.hideavatar {
			display: none;
		}
		div.reactions .title, div.reactionpost div.showavatar {
			width: 60px;
			float: left;
			margin: 8px 15px 4px 15px;
		}
			div.reactions .title, div.reactionpost div.showavatar img {
				border: 1px;
			}
	
	div.reactions div.reactionnav a {
		color: blue;
	}
		div.reactions div.reactionnav span {
			font-weight: bold;
			color: black;
			text-decoration: none;
		}

div.reactions .post .smiley {
	margin: 5px;
}

form.reactionform {
	/* display: none; */
	width: 450px;
	padding: 0px 15px;
}
	form.reactionform span.error {
		font-size: 90%;
		color: red;
		font-weight: bold;
	}
	form.reactionform td.note {
		font-size: 80%;
		width: 175px;
	}

	form.reactionform input.txtinput,
	form.reactionform textarea {
		font-family: "Trebuchet MS", Helvetica;
		border: 1px solid #CCCCCC;
	}
	form.reactionform input.txtinput {
		width: 200px;
	}
	form.reactionform textarea {
		width: 440px;
		height: 150px;
		font-size: 13px;
	}
	form.reactionform input.reactionbutton {
		width: 120px;
		border: 1px solid #FFCC20;
		background-color: #FEF9E9;
		color: black;
		font-weight: bold;
		float: right;
		margin-left: 10px;
		padding: 1px 0px 1px 0px;
	}
	
/**
 * For edit window
 */
form.reactionedit {
	margin: 0px auto 0px auto;
} 
	form.reactionedit table.formtable {
		background: white;
		margin-top: 20px;
		font-size: 11px;
		border: 1px solid black;
	}
		form.reactionedit table.formtable td {
			padding: 4px;
			text-align: left;
		}
	form.reactionedit .hidesmilies {
		display: none;
	}