#aptor{
	background: #F1F7FD;
	border: 1px solid #D2E8FA;
	width: 96%;
	margin: 10px auto;
	padding: 10px;
	height: auto;           /*ie6,7*/
	min-height: 70px;       /*ie6,7*/
	height:auto !important; /*ie6,7*/
    height:70px;            /*ie6,7*/
    overflow:visible;       /*ie6,7*/
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.aptor_avatar {
	height: 60px;
	width:60px; 
	padding: 0;
	margin-left:10px;
	float: right;
	border: 1px solid #d9d9d9;
	background-color: #FFFFFF;
	padding: 5px;
}