/*Kommentarer*/

.comments{}

/*Kommentarsmeny*/
.comments .commentMenu{
	padding:5px;
	background-color:#fff;
	border:solid 1px #ccc;
	margin-bottom:10px;
	font-size:0.8em;
}
.comments .commentMenu img{
	vertical-align:middle;
}

/* Kommentarer */
.comments .commentList{
}
.comments .commentList .commentListBox{
	margin-bottom:10px;
	padding:10px;
	background-color:#282828;
	border:solid 1px #666;
}
.comments .commentList .commentListBox h3{
	margin-top:0px;
}

/* Formulär */
.comments fieldset{
	border:solid 1px #333;
	margin-bottom:10px;
}
.comments fieldset legend{
	font-weight:bold;
	color:#c4c4c4;
	font-family:arial,verdana;
		font-size:0.9em;
}
.comments fieldset .commentsBox{
	width:360px;
	margin:auto;
	padding:20px;
	background-color:#282828;
	background-position:1px center;
}
.comments fieldset .commentsBox label{
	display:block;
	font-family:arial,verdana;
}
.comments fieldset .commentsBox input.inputText{
	width:100%;
	border:solid 1px #000;
	background-color:#333;
	color:#c4c4c4;
	font-family:arial,verdana;
}
.comments fieldset .commentsBox textarea{
	width:100%;
	height:100px;
	border:solid 1px #000;
	background-color:#333;
	color:#c4c4c4;
	font-family:arial,verdana;
	font-size:0.926em;
	overflow:auto;
}
.comments fieldset .commentsBox input.inputSubmit{
margin-top:10px;
}
.comments fieldset .commentsBox p{
	margin-top:10px;
	float:right;
}
