/*##################################
   	FORM CONTAINER
	################################## */
.formcontainer .line_5	{
	margin:30px 20px 0px 0px;
}
.formcontainer{
	
}
.formcontainer p{
	overflow:hidden;
}
* html .formcontainer p{
	height:1%
}
.formcontainer label {	
	margin: 0 0 5px 0;
	width:80px;
	float:left;
}
.formcontainer input.text{
	width:200px;
	font-size:12px;
	margin-left:50px;	
}

.formcontainer input[type=text].text {
	/*height: 22px;*/
	padding:3px;
	background: #000 url(../images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
	float:left;
}
.formcontainer textarea {
	height: 150px;
	padding: 6px 6px 0 6px;
	background: #fff url(../images/bg-form-text.gif) repeat-x left top;
	border: 1px solid #dadada;
	color: #5e5e5e;
}

.formcontainer .button {
	width: auto;
	height: 30px;
	margin: 0px;
	padding: 0 20px;
	background: #4a4f54;
	border: none;
	color: #fff;
}
.formcontainer h4 {
	font-size:16px;
	font-weight:700;
	}
	
#comments h4{
	margin:10px 10px 10px 10px;
}	


/*	##################################
   	COMMENTS
	################################## */

.comments_list p{
	padding:0px 30px 0px 0px;
}
.commentlist {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width:580px;
}

.commentlist .quote {
	padding: 20px;
	background: url(../images/bg-comment-quote.gif) no-repeat right top;
	min-height: 60px;
}

.commentlist li {
	margin: 20px 0 0 0;
	padding: 0px;
	background: #4a4f54 url(../images/bg-comment-bubble.gif) no-repeat left bottom;
	color: #fff;
}

.commentlist cite {
	display: block;
	font-style: normal;
}

.avatar {
	float: left;
	margin: 0 20px 10px 0;
}




