﻿
#ajaxFriendList {
	
	border: 2px solid #ccc;
	height: 200px;
	width: 380px;
	overflow: auto;

}

.userbox {
	height: 90px;
	width: 90px;
	
}

.userboxIE {
	height: 90px;
	width: 90px;
	border: solid 3px black;
}

.userbox_div {
	position: relative;
	height: 90px;
	width: 90px;
}

.userbox_selected {
	height: 90px;
	width: 90px;
}

.userbox_selectedIE {
	height: 90px;
	width: 90px;
	border: solid 3px #77CA06;
}

.userselect {
   position: absolute;
   top: 0px;
   left: 0px;
}
