.photowithmargincomment {
	border: 2px solid white;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background-color: #fff;
	background-size: cover;
	background-position: center;
	margin-right: 5px;
	-webkit-box-shadow: 0 0 1px 2px rgb(124,141,164);
	-moz-box-shadow: 0 0 1px 2px rgb(124,141,164);
	box-shadow: 0 0 1px 2px rgb(124,141,164);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
    width: 40px;
    height: 40px;
}


div.bodyline {
	z-index:1050;
}


/*avatar*/
.to > .Photo{
    width: 25px;
    height: 25px;
    float:left;
}

.comment > .Photo {
    width: 50px;
    height: 50px;
}
.Photo {
    border: 2px solid white;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    margin-right: 8px;
    -webkit-box-shadow: 0 0 1px 2px rgb(124,141,164);
    -moz-box-shadow: 0 0 1px 2px rgb(124,141,164);
    box-shadow: 0 0 1px 2px rgb(124,141,164);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

table.reply{
    width: 100%;
    border-top: 1px rgba(93, 92, 92, 0.13) dashed !important;
}
div.reply{
    padding-left: 50px;
}
div.topic{
    border-bottom: 1px rgba(93, 92, 92, 0.32) dashed !important;
    padding-left: 2px;
}
div.content_comment{
    border-left: 1px solid #D0D0D0 !important;
    border-right: 1px solid #D0D0D0 !important;
    margin-bottom: 11px;
    border-bottom: 1px solid #D0D0D0;
    padding-bottom: 10px;
}

td div div.left{
    float: left;
}

.to > input{
    margin-top: 6px;
    margin-right: 4px;
}
