@charset "UTF-8";

#dialog-contacts .row{
	width:480px;
	height:150px;
	
	
	
}

#dialog-contacts .row .grid {
	float:left;
	clear:none;
	height: 100px;
	width: 200px;
	text-align: center;
	margin:10px;
	padding:5px;
	
}
#dialog-contacts .grid button {
	
	width:200px; 
	height:140px;
	margin-bottom:3px;
	
}
#layout #bodycontainer #orderZone #receiverZone .row #contactBook {
	background-image: url(../images/icons.png);
	width:32px;
	height:32px;
	display:block;
	position:relative;
	float:left;
	margin-top:4px;
	margin-left:15px;
	background-position: 0px 0px;;
	cursor: pointer;	
}
#layout #bodycontainer #orderZone #receiverZone .row #contactBook:hover {
	-webkit-box-shadow: 
      inset 0 0 8px  rgba(255, 192, 102,0.8),
            0 0 8px rgba(255, 192, 102,0.8);
	-moz-box-shadow: 
      inset 0 0 8px  rgba(255, 192, 102,0.8),
            0 0 8px rgba(255, 192, 102,0.8);
	box-shadow: 
      inset 0 0 8px  rgba(255, 192, 102,0.8),
            0 0 8px rgba(255, 192, 102,0.8);
	;
	
}
