
/* Casete de polling */
#poll-prima-pagina,
#poll-pagina-produs {
	position: fixed;
	display: none;
	bottom: 0;
	right: 0;
	padding: 10px;
	z-index: 99999;
	width: 25%;
	color: #fff;


	background: #1c4d6e none; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3577ab, endColorstr=#1c4d6e); /* for IE6 & IE7 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3577ab', endColorstr='#1c4d6e'); /* for IE8 */
	background: -webkit-gradient(linear, left top, left bottom, from(#3577ab), to(#1c4d6e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #3577ab,  #1c4d6e); /* for firefox 3.6+ */

	box-shadow: 1px 1px 2px #ccc;
	-moz-box-shadow: 1px 1px 2px #ccc;
	-webkit-box-shadow: 1px 1px 2px #ccc;

	border: 1px solid #fff;
	border-radius: 8px 0 0 0;
	-moz-border-radius: 8px 0 0 0;
	-webkit-border-radius: 8px 0 0 0;
	border-right: none;
	border-bottom: none;
	}

#minimize-chat {
    color: #08c;
    font-size: 14px;
    position: fixed;
    bottom: 232px;
    right: 30px;
    z-index: 20000;
    background: #fff;
}