.comm{
background:#ffffff;
width:730px;
Margin-left:170px;
min-height:200px;

-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border:1px solid #000;
}
.all_comm{
padding:10px;
}

.name{
padding-left:10px;
}

input{
margin-left:10px;
padding-left:10px;
border-radius:5px;
height:20px;
border:1px solid #8a8a8a;
}

textarea:focus, input:focus{
outline: none;
border: 1px dashed #468a4a;
}

.TextBox{
width:98%;
height:50px;
border:1px solid #8a8a8a;
border-radius:5px;
padding:5px;
}




.Post{
float:right;
width:100px;
background:#fff;
color:#8a8a8a;
height:20px;
text-align:center;
padding:5px;
border-radius:5px;
margin-top:15px;
border:1px solid #8a8a8a;

cursor:pointer;
}
.Post:hover{
color:#4a4a4a;
border: 1px dashed #4a4a4a;

}

.ComBox{
padding:10px;
}

.comments{
padding:10px;
margin-top:15px;
}

.com{
width:730px;
margin:15px;
}

.msg{
position:relative;
top:-45px;
left:50px;
width:630px;
font-size:16px;
}

.avatar{
width:40px;
height:40px;
border-radius:20px;
background-size:cover;
box-shadow:0px 0px 9px 0px rgba(0,0,0,0.25);
-webkit-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.25);
-moz-box-shadow:0px 0px 9px 0px rgba(0,0,0,0.25);
}

.avtor_name{
position:relative;
top:-45px;
left:50px;
color:#384285;
font-size:16px;
}


.time{
color:#8a8a8a;
font-size:12px;
}
.next{
text-align:center;
position:relative;
top:-10px;
color:#8a8a8a;
cursor:pointer;
width:100px;
border-bottom:1px solid #8a8a8a;
margin:0 auto 0;
}

.next:hover{
color:#4a4a4a;
border-bottom: 1px dashed #4a4a4a;
}

.red{
border: 1px dashed red;
}

.hide{
display:none;
}
