/* CSS Document */

.comments{
	margin-top:10px;
	}
.commentsTitle{
	/*font-weight:bold;*/
	font-size:1.4em;
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	color:#333333;
	margin-bottom:0.5em;
	}
.commentsSubTitle{
	font-size:1.4em;
	/*font-weight:bold;*/
	font-family: Arial, Verdana, "Times New Roman", Times, serif;
	padding-bottom:0.5em;
	}
.commentsFormElement{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:80%;
	color:#555555;
	}
textarea.commentsFormElement{
	width:350px;
	height:100px;
	}
input.commentsFormElement{
	width:350px;
	}
.commentsFormTitle{
	width:100%;
	}


.commmentPostWrapper{
	border:1px solid #cccccc;
	background-color:#f6f6f6;
	padding:10px;
	margin-top:30px;
	}
.commmentPostInner{
	
	}
.embargoedCell{
	border-left:5px solid #718FC2;
	padding-left:5px;
	}
.embargoed{
	background-image:url(../images/elements/misc/embargoed.gif);
	background-position:left top;
	background-repeat:repeat;
	}
.comment{
	margin-bottom:1em;
	}
.commentHeader{
	background-color:#E8E8EA;
	padding:5px;
	padding-top:2px;
	padding-bottom:2px;
	margin-bottom:0.2em;
	}
.commentInner{
	padding-left:5px;
	}
.commentCompany{
	margin-bottom:0.2em;
	}
.commentAuthorEmail{}
.commentAuthorEmail a:link, .commentAuthorEmail a:visited, .commentCompany{
	color:#999999;
	}
.commentAuthorEmail a:hover{
	/*color:#999999;*/
	}
.commmentPostWrapper input, .commmentPostWrapper textarea{

	}
.commmentPostWrapper .button{
	background-color:#b0b0b0;
	color:white;
	padding:2px;
	font-size:80%;
	}