.comment_delete {
	cursor:pointer;
	float:right;
	background: url(http://grou.ps/images/fugue/cross-small.png) no-repeat 0 -1px;
	text-decoration: none;
	font-size: 11px;
	padding: 0pt 5px 0pt 15px;
}
.addComment {
	float:left;
	width: 100%;
}
.addComment .pic {
	float:left;
	min-width:55px;
	width:9%;
}
.addComment label {
	font-weight:bold;
	padding:0 5px;
}
.addComment .comment_col1 {
	float: left;
	width: 40%;
}
.addComment .comment_col2 {
	float: left;
	width: 60%;
}
.addComment .comment_col2 .fb_or {
	float:left;
	font-size:14px;
	font-weight:bold;
	margin:60px 0 0;
	text-align:center;
	width:10%;
}
.addComment .comment_col2 .fb_button {
	float:left;
	margin:56px 0 0 15px;
	width:80%;
}
.addComment .msgCont {
	float:left;
	width:90%;
	margin-bottom: 6px;
}
.addComment .msgCont input[type="text"] {
	width:95%;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.addComment .msgCont input[type="text"]:focus {
	color:#333;
	background-color:lightYellow;
	color; #333;
}

.addComment .inputText textarea {
	margin:0 0 10px;
	width:98%;
	padding: 3px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
.addComment .inputText textarea:focus {
	color:#333;
	background-color:lightYellow;
	color; #333;
}
.addComment .follow {
	float:left;
	width:68%;
}
.addComment .postButton {
	float:right;
	margin:0 1% 0 0;
	text-align:right;
	width:25%;
}
.addComment {
	overflow: hidden;
}
.addComment .postButton input {
	padding:5px 10px;
}
/* addNewPage ie7 hack */    
*:first-child+html .addComment .postButton input {
	padding-left: 0;
	padding-right: 0;
}

.comment_avatar {
	float: left;
	width: 50px;
	margin-left: -100%;
}
.comment {
	float: left;
	width: 100%;
}
.comment>div {
	margin-left: 55px;
}
.comment_message {
	padding: 3px 0 0 0;
}
.comment_view {
	overflow: hidden;
}