#JOSC_formpos {
	border: solid 2px #b7ddf2;
	background: #ebf4fb;
	padding: 14px;
	margin-top: 25px;
	font-size: 15px;
}

#CommentFormTitle {
	background:transparent url(../images/postcomment.gif) no-repeat scroll right center;
	border-bottom:1px solid #B7DDF2;
	color:#000;
	margin-bottom:20px;
	padding:5px 20px 5px 0pt;
}

input.inputbox, textarea.inputbox {
	font-size: 12px;
	padding:4px 2px;
	border: solid 1px #aacfe4;
	width: 200px;
	margin: 2px 0 20px 10px;
}

textarea.inputbox {
	margin: 2px 0 0;
	width: 422px;
	padding: 0;
	height: 162px;
}

div.small {
	color: #999;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 96%;
	font-weight: normal;
}

div.content {
	color: #585050;
	font-size:15px;
	margin: 10px 0px;
}

div.comment-menu {
	background: transparent url(../images/comments-bg.gif) no-repeat scroll right center;
	height: 29px;
	border-bottom: 2px solid #A5CC7A;
	font-size: 17px;
	color: #fff;
}

div.com {
	margin-top: 20px;
	padding:0;
}

#comment img {
	border: 1px;
}

#comment .item {
	padding: 15px;
}

#comment .hide {
	color: #AAAAAA;
}

#comment #CommentMenu {
	margin-top: 10px;
	margin-bottom: 5px;
}

#comment #CommentMenu .label {
	padding-left: 5px;
}

#comment #CommentMenu .buttons {
	
}

#comment #CommentMenu .button {
	border-left: white solid 1px;
	padding-left: 2px;
	padding-right: 2px;
}

#comment #CommentMenu .button a {
	color: white;
	color: black; /* AGE */
	padding-left: 5px;
	padding-right: 5px;
}

#comment #CommentMenu .button a:hover {
	color: white; /* AGE */
	background: #1E304E;
}

#comment .posttitle {
	border-bottom:1px solid #DDDDDD;
	color:#59770E;
	font-size:17px;
	margin:10px 0 0;
	padding:0;
}

#comment a.postwebsite:link,#comment a.postwebsite:visited,#comment a.postwebsite:hover
	{
	background: url(../images/html.png) no-repeat;
	background-position: 2px -2px;
	padding-left: 16px;
	font-weight: normal;
	white-space: nowrap;
}

#comment .postnotify1 {
	background-image: url(../images/mailgreen.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
}

#comment .postnotify0 {
	background-image: url(../images/mailred.jpg);
	background-repeat: no-repeat;
	padding-left: 16px;
}

#comment .avatar {
	border: 1px silver solid;
	margin-top: 5px;
	margin-bottom: 5px;
}

#comment .quote {
	text-align: center;
	margin-bottom: 8px;
	margin-left: 8px;
	margin-right: 8px;
}

#comment .genmed {
	text-align: left;
	padding-left: 8px;
	padding-bottom: 1px;
}

#comment .quotebody {
	border-top: 2px gray solid;
	border-bottom: 2px gray solid;
	text-align: justify;
	padding: 8px;
	background: white;
}

#comment .code .genmed {
	padding-left: 29px;
}

#comment .emoticoncontainer {
	padding: 2px;
}

#comment .emoticonseparator {
	padding: 2px;
}

#comment a.voting_yes:link,#comment a.voting_yes:visited {
	color: #3C922F;
	font-weight: normal;
	background: url(../images/voting_yes.png) #EEF9EB no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}

#comment a.voting_yes:hover {
	color: #3C922F;
	font-weight: normal;
	background: url(../images/voting_yes.png) #FFFFFF no-repeat;
	border: 1px outset #3C922F;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}

#comment a.voting_no:link,#comment a.voting_no:visited {
	color: #AE3738;
	font-weight: normal;
	background: url(../images/voting_no.png) #F9EBEB no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}

#comment a.voting_no:hover {
	color: #AE3738;
	font-weight: normal;
	background: url(../images/voting_no.png) #FFFFFF no-repeat;
	border: 1px outset #AE3738;
	padding: 2px 4px 2px 20px;
	white-space: nowrap;
	float: left;
	line-height: 10px;
	text-decoration: none;
}

#comment #captcha {
	border: 1px solid silver;
	float: left;
	margin-left: 5px;
}

#comment #busy {
	padding-left: 5px;
}

#comment #SearchResults a:link,#comment #SearchResults a:visited {
	color: #505367;
}

#comment #SearchResults a:hover {
	color: black;
}

#comment #SearchResults span {
	background: #ffc;
	font-weight: bold;
	border: 1px solid gray;
}

.comment_preview_container {
	border: 1px #677791 solid;
	margin: 8px;
}

.comment_preview {
	padding: 4px;
	text-align: left;
	border: 1px #CCCCCC solid;
	font-size: 0.9em;
	background-color: #F5F5F5;
	cursor: hand;
}

.comment_preview:hover {
	background-color: white;
}

.comment_preview div {
	color: #505367;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.comment_preview div:hover {
	color: white;
	background-color: #253F67;
}