﻿hr {
	color: #888;
	background-color: #888;
	border: 0;
	height: 1px;
}
.code {
	font-family: Courier New, Sans-Serif;
	font-size: 15px;
	padding: 10px;
	border: solid 1px #888;
	background: #fff url(/images/LightBlueGrad.png) repeat-x bottom left;
	margin: 5px 0;
	width: 780px;
	height: 75px;
	display: block;
}
#vote-up, #vote-down {
	margin: 0 10px;
	display: block;
	cursor: pointer;
}
#vote-count {
	color: #888;
	font-size: 28px;
	font-weight: bold;
	width: 45px;
	text-align: center;
}
#simplemodal-overlay {
	background-color: #fff;
}
#simplemodal-container {
	background-color:#2f97d0; color: #fff; text-align: center;
}
#simplemodal-container h5 {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}
div.simplemodal-close {
	display: none; cursor: pointer; padding: 15px;
}
#Comment {
	width: 98%;
	height: 100px;
}
.CommentContainer {
	padding: 20px 0;
	border-bottom: dotted 1px #888;
	clear: both;
}
.CommentBy {
	float: left;
	clear: left;
	width: 175px;
	color: #888;
}
.CommentText {
	float: left;
	width: 550px;
	margin-left: 25px;
}
