/* Stylesheet for scribbler-lafo.tpl.html template */

#commentWrapper {
	background-color:#F3F3F3; 
	margin:0 -9px 4px; 
	padding:0.2em 10px 0.4em; 
	border-top:1px dashed #CCCCCC;
	font-size:80%;
}
.commentLinksWrapper {
	border-bottom:1px dashed #CCCCCC; 
	padding:0.6em 0;
}
.commentContentWrapper {
	border-bottom:1px dashed #CCCCCC; 
}
.commentHeader {
	margin:1em 0; 
	color:#666666; 
	font-size:80%;
}
.commentContent {
}
#commentNoScribbles {
	margin-top:1em;
	font-weight:bold;
}
.commentNumOf {
	text-align:center;
}
#commentForm {
	width:65%; 
	margin:1em auto;
}
#commentError {
	font-weight:bold;
	color:red; 
	margin:0.4em 0;
}
.commentTextBoxes, #commentReservedPass {
	width:100%;
} 
#commentReservedPass {
	margin-top:0.2em; 
	border-color:red;
}
#commentForm fieldset {
	background-color:#FFFFFF;
}
.commentButtons {
	background-color:#FFFFFF;
}
#scrib_comment {
	height:15em;
}