a.subscribeButton
{
	background: transparent url(/Shared/css/images/discussthis/bttnbase_subscribe.gif) no-repeat scroll 0 0;
	color: #ED145A;
	display: block;
	font-weight: bold;
	height: 24px;
	line-height: 20px;
	text-indent: 8px;
	width: 200px;
	clear: both;
}
div.discussThis
{
	margin-bottom: 10px;
	font-size: 1.1em;
	font-family: Arial, Trebuchet MS MS Mincho, Helvetica, Sans-Serif;
}

div.discussThis h2
{
	font: normal 1.6em Trebuchet MS, Arial;
	color: #fef6a0;
	padding: 4px 0 4px 0;
	margin: 0 0 5px 0;
	background: #231f20;
	text-indent: 10px;
}

div.discussThis p
{
	padding:3px 10px 3px 10px;
	font-size:1.2em;
}

div.discussThis p a
{
    color:#ed154a;
}

div.discussThis p.buttonReview
{
	float:left;
	width:auto;
	margin:0 0 6px 0;
}

div.discussThis p.buttonReview a
{
	font-size:0.9em;
	font-weight:bold;
	color:#ed145a;
	text-indent:8px;
	line-height:23px;
	background:url(/Shared/css/images/discussthis/bttnbase_addyouranswer.gif) no-repeat;
	width:137px;
	height:24px;
	display:block;
}

div.discussThis div.discussDetail
{
	margin:0px;
	padding:0px;
}

div.discussThis .contentName
{
	font-size:1.0em;
	padding:0;
	font-weight:bold;
}

div.discussThis .reviewDate
{
	font-size:0.9em;
}

div.discussThis .contentTitle
{
	color:#295D9A;
	font-size:1.0em;
}

div.discussThis div.discussThisReview
{
	background: url(images/bg_dots03.gif) top right repeat-x;	
	padding:2px 0px;
	clear: both;
}

div.discussThis div.discussThisReviewAlternate
{
	background: url(images/bg_dots03.gif) top right repeat-x;
	padding:2px 0px;
}

div.discussThis div.contentParaImage
{
	margin-top:10px;
	width:70px;
	float:left;
	padding-top:5px;
	padding:4px;
	border:1px solid #FFF368;
}

div.discussThis div.contentParaText
{
	width:500px;
	float:left;
	margin:0;
	padding: 5px 0 0 0;
}

div.discussThis div.showAllComments
{
	clear: both;
	font-size:1.0em;
	font-weight:bold;
	padding:5px 0 5px 0;
	margin:10px 0 0 0;
}

div.discussThis div.showAllComments span
{
	background: url(images/bg_dots03.gif) bottom left repeat-x;	
	display: block;
	padding-bottom:5px;
}

div.discussThis p.badgeList
{
	display: inline;
}

/***************************************************
* Add your comment form
***************************************************/

div#addYourComment
{
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
	background-image:url(images/answers_alt_backdrop.gif);
	background-repeat:repeat-x;
	background-position:top;
	width:610px;
	margin-left:0px;
}

div#addYourComment a
{
	color:#ed145a;
	font-weight:bold;
	}

div#addYourComment p
{
	font-size: 1em;
}

div#addYourComment p span.username
{
	font-weight: bold;
	margin-right: 10px;
}

div#addYourComment p span.notYou
{
}

div#addYourComment p.articleTitle
{
	font-size: 1.6em;
	color: #255690;
}

div#addYourComment p.subject
{
	font-weight: bold;
}

div#addYourComment input.textbox
{
	width: 580px;
	display: inline-block;
	border: 1px solid #bbb;
	background: #fff;
	margin: 0 0 10px 10px;
	padding: 0 0 0 5px;
}

div#addYourComment p.yourComment
{
	font-weight: bold;
}

div#addYourComment textarea
{
	width: 586px;
	height: 100px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	border:1px solid #BBBBBB;
	background-color:#FFFFFF;
	padding-left:10px;
}

div#addYourComment textarea.disabled
{
	background-color: #eee;
}

div#addYourComment p.usage
{
	margin-bottom: 10px;
}

.validation
{
	clear: both;
	background: #ffffff;
	padding: 10px 10px 0px 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

div#addYourComment div.validation p
{
	padding: 0px 0px 10px 0px;
	color: #900101;
}

div#addYourComment input
{
	margin-left: 10px;
	display: block;
	margin-bottom: 10px;
	float: left;
}


div#addYourComment p a.submitAComment
{
	font-size:1.1em;
	font-weight:bold;
	color:#ed145a;
	text-indent:8px;
	line-height:23px;
	background:url(/Shared/css/images/discussthis/bttnbase_cancel.gif) no-repeat;
	width:75px;
	height:24px;
	display:block;
	float: right;
}
