*{
	/* [disabled]margin:0; */
	/*padding: 0;*/
}



.comment,
#addCommentContainer{
	/* Syling the comments and the comment form container */
	
padding: 10px;
position: relative;
color: #888;
border-bottom: 2px solid #E3E3E3;
}

.comment .avatar{

	/*
	/	The avatar is positioned absolutely, 
	/	and offset outside the comment div
	/*/

	height:50px;
	right:-70px;
	position:absolute;
	width:50px;
	background:url('img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Centering it vertically: */
	
	margin-top:-25px;
	top:50%;

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
}


.comment .date{
	font-size:10px;
	padding:0px 0;
	position:absolute;
	right:15px;
	top:22px;
	color:#bbb;
border-right:none;}

.comment p,
#addCommentContainer p{
	font-size:18px;
	line-height:1.5;
	overflow-x:hidden;
	text-align: left;margin: 0px;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Styling the inputs */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
}

#addCommentContainer textarea{
	width:494px;
}

label{
	font-size:10px;
}

label span.error{
	color:red;
	position:relative;
	right:-10px;
}


#submit{min-width:57px;margin:0px;display:none;}

/* The styles below are only necessary for the styling of the demo page: */

#main{
	position:relative;
	margin:0 auto;
	width:427px;
}






.userphoto{float: left;background: url('img/default_avatar.gif') no-repeat #FCFCFC;height: 50px;-moz-box-shadow: 1px 1px 1px #c2c2c2;-webkit-box-shadow: 1px 1px 1px #C2C2C2;box-shadow: 1px 1px 1px #C2C2C2;width: 50px;height: 50px}
.name{/*margin-bottom:3px;font-size:20px;color: #861619;float:left*/}
.namecomment{font-size:20px;color: #861619}
#Comment{background:#f0f0f0;text-align: leftimportant!;}
#Comment:focus {background:none!important}
