#frame{
	
width:143px;
height:275px;
border:#333;
border-style:solid;
border-width:thin;
}

.dropdown{
  height:30px;
  width:127px;
  margin-top:10px;
  z-index:999;
  margin-left:5px;
 
}

.dept1, .dep2, .dept3, .dept4, .dept5, .dept6, .dept7{
	height:10px;
	padding-top:2px;
	padding-bottom:2px;
	cursor:pointer;
}

.email{
	float:left;
	height:45px;
	width:44px;
	padding-left:2px;
	cursor:pointer;
}

.phone{
	display:inline;
	float:left;
	height:45px;
	width:43px;
	margin-right:2px;
	margin-left:2px;
	cursor:pointer;
}
.jabber{
	display:inline;
	float:left;
	height:45px;
	width:44px;
	cursor:pointer;
}	

.twod{
	float:left;
	height:40px;
	width:30px;
	margin-left:2px;

}
.threed{
	float:left;
	height:40px;
	width:30px;
	margin-right:3px;
	margin-left:2px;
    
}

.vsep{
	float:left;
}

.screenop{
	float:left;
	height:40px;
	width:60px;
	margin-right:2px;
	margin-left:3px;
	cursor:pointer;
	cursor:pointer;
}

.refresh { /*styling the send button in snapshot*/    position:inherit; width:132px;    height:25px;    top:0px;   left:0px; margin-left:5px;
	margin-right:5px; margin-top:3px; }
.refresh a{    display: block;    text-indent: -9999px;    margin:0;    cursor: pointer;    outline: transparent solid 0px; }
#refreshbutton a{    height: 25px; /*This height is the visible portion of the button only*/
   width: 132px; /*Put your image width here*/    background: url('refresh.png') no-repeat left top; }
#refreshbutton a:active{    background-position: left -25px; /*This negative value should match the height above*/ }


