.comments {
	width:595px;
	border:1px solid #cdcdcd;
	margin:10px 10px 0 0;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	font:bold 14px ge_ss_two_medium,Arial;
	background:#fff;
}
.padding {
	padding:10px;
}

.head_comment {
    background:url(../images/comment_g.jpg) repeat-x;
    height:48px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.face_comment,.normal_comment {
	display:block;
	height:36px;
	width:102px;
	float:right;
	margin-right:20px;
    background:url(../images/head_comment.jpg) no-repeat left center;
	font:bold 14px/36px ge_ss_two_medium,Arial;
	color:#FFF;
	text-align:center;
	margin-top:11px;
}
.face_comment:hover {
	color:#5e666e;
}
.normal_comment:hover {
	color:#FFF;
}
.padding_2 {
	padding:10px;
}





.box {
	padding:12px;
	border:1px solid #cecece;
	margin:5px 8px 15px 0;
	width:450px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	box-shadow:1px 1px 3px 1px #cecece;
	background-color:#EEE;
	float:right;
	direction:rtl;
	font:13px ge_ss_two_medium,Arial;
	position:relative
}
.comments .box {
	width:430px;
}
.comments .child {
	width:340px;
}
textarea.box {
	resize:none;
	min-height:140px;
}
.comm_chat {
	background:url(../images/comm_chat.jpg) no-repeat;
	height:16px;
	width:16px;
	position:absolute;
	right:-14px;
	top:10px;
	float:right;
}
.gravatar {
	margin-bottom:20px; float: right;width: 90px;text-align: center;
}
.gravatar a,.gravatar span {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#262626;
}
.gravatar span {
	font:11px Arial, Helvetica, sans-serif;
	color:#262626;
}
.gravatar span img {
	width:10px;
	height:10px;
	margin:0 0 0 5px !important;
}
.gravatar img {
	width:80px;
	height:80px;
	margin-bottom:5px;
}
.child {
	width:400px;
}
.child_2 a,.child_2 span {
	margin-left:63px;
}
.chat_b h3 {
	font:bold 15px Arial;
	color:#656565;
	direction:ltr;
	margin:10px 5px;
}





.input_2 {
	background-color:#e2e2e2;
	height:25px;
	width:244px;
	border:1px solid #CCC;
	padding:5px 10px;
	margin:0 10px;
	font:bold 12px ge_ss_two_medium,Arial;
	color:#565656;
	float:right;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:inset 1px 2px 3px #adadad;
	-webkit-box-shadow:inset 1px 2px 3px #adadad;
	box-shadow:inset 1px 2px 3px #adadad;
}
.textarea {
	background-color:#e2e2e2;
	height:80px;
	width:530px;
	border:1px solid #CCC;
	padding:10px;
	margin:10px 10px 0;
	font:bold 12px ge_ss_two_medium,Arial;
	color:#565656;
	float:right;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	-moz-box-shadow:inset 1px 2px 3px #adadad;
	-webkit-box-shadow:inset 1px 2px 3px #adadad;
	box-shadow:inset 1px 2px 3px #adadad;
}
.submit_2 {
	float:left;
	background:url(../images/submit.jpg) no-repeat;
	height:36px;
	width:76px;
	border:none;
	cursor:pointer;
	margin:10px 0 10px 13px;
}


.clear {
clear: both;
}