#callList {
	/*position: absolute;
	padding: 5px;
	top: 10px;
	width: 250px;
	height: 50%;
	overflow-y: scroll;
	color: black;
	background-color: white;
	border: 1px solid black;*/
	visibility: hidden;
}

#callList .callItem .callAnswer, #callList .callItem .callCancel {
	color: blue;
	cursor: hand;
	cursor: pointer;
}

#callList .callAvatar {
	width: 76px;
	height: 76px;
}

