div.reactions {
	width: 660px;
	margin-top: 15px;
}
	div.reactions div.navigation{
		background: #EEEEEE;
		padding: 10px;
		font-size: 100%;
	}
		div.reactions div.navigation a {
			color: blue;
		}
		div.reactions div.navigation span {
			font-weight: bold;
			color: black;
		}
		div.reactions h1 {
			padding: 10px;
			margin: 0px;
			font-size: 11px;
			color: black;
		}

		div.reactions div.reaction {
			border-top: 1px dashed gray;
			overflow-x: auto;
			overflow-y: hidden;
			width: 640px;
			padding-top: 5px;
		}
			div.reactions div.reaction div.info {
				font-size: 9px;
				margin: 0px;
				margin-bottom: 5px;
				color: #999999;
			}
				div.reactions div.reaction div.info img {
					border: 0px;
				}
			div.reactions div.reaction div.buttons {
				float: right;
				color: maroon;
				text-align: right;
				margin: 0px 5px 0px 0px;
				padding: 0px;
			}
				div.reactions div.reaction div.info div.buttons a {
					color: maroon;
				}
				div.reactions div.reaction div.info div.buttons a:hover {
					color: black;
					text-decoration: none;
				}

			div.reactions div.reaction table {
				color: #0C0C0C;
			}

			div.reactions div.reaction td {
				vertical-align: top;
				padding-top: 5px;
			}
				div.reactions div.reaction td div {
					float: left;
					text-align: left;
					border: 1px solid #1C0E59;
					margin-right: 40px;
				}
				div.reactions div.reaction .smiley {
					margin: 5px;
				}
				
div.reactionform {
	visibility: hidden;
	width: 450px;
	overflow: hidden;
	height: 1px;
}
	div.reactionform input,
	div.reactionform textarea {
		border: 1px solid #CCCCCC;
		width: 200px;
	}
	div.reactionform textarea {
		width: 440px;
		height: 150px;
		font-size: 12px;
	}
	div.reactionform input.button {
		width: 100px;
	}
	
body.reactionedit {
	text-align: center;
}
	body.reactionedit form {
		margin: 0px auto 0px auto;
	}
		body.reactionedit form div.container {
			background: #ECEFF8;
			margin-top: 15px;
			font-size: 11px;
			border: 1px solid black;
			padding: 15px;
			margin: 30px;
		}
		body.reactionedit table {
			margin: 0px auto 0px auto;
			font-size: 11px;
		}
		body.reactionedit table td {
			padding: 7px;
			text-align: left;
		}
		body.reactionedit textarea {
			width: 400px;
			height: 180px;
		}
		body.reactionedit input.button {
			width: 85px;
			font-weight: bold;
			padding: 2px;
			font-family: Tahoma;
		}

