.BoxEntry, .BoxEntryHead{
	display:block;
	position:relative;
}
.BoxEntry{ margin:25px 0 0px 0;}
.BoxEntryHead{ height:20px; border-bottom:1px solid #666666;}
.BoxEntryHead .BtnEmail{ display:table; width:100px;}
.BoxEntryHead .number, .time, .date, .name, .comment, .delete, .ok {display:table; position:absolute;}
.number{left:0px;}
.time{left:50px;}
.date{left:100px;}
.name{left:200px;}
.comment{right:25px;}
.delete{right:0px;}
.ok{right:50px;}

.BoxEntryText{ margin-top:5px;}
.TextareaAdmin{ width:100%; height:80px;}