/* sticky button */	
	
div #feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;	
    right: 0;
    top:40%;
    z-index:999999999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
	display: block;
	background:#ccc;
	height: 52px;
	width: 155px;	
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;

}
#feedback1 a:hover {
	background:#ddd;
}

#epetitie {
	height: 50px;
	width: 40px;
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 999999999;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#epetitie a {
	display: block;
	background: #064676;
	height: 50px;
	padding-top:16px;
	width: 100px;
	text-align: center;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#epetitie a:hover {
	background:#0072bc;
}

#ecerere {
  height: 50px;
	  width: 40px;
		  position: fixed;
			  right: 0;
				  top: 38%;
					  z-index: 999999999;
						  transform: rotate(-90deg);
							  -webkit-transform: rotate(-90deg);
								  -moz-transform: rotate(-90deg);
									  -o-transform: rotate(-90deg);
										  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
											}

											#ecerere a {
											  display: block;
												  background: #064676;
													  height: 50px;
														  padding-top:16px;
															  width: 100px;
																  text-align: center;
																	  color: #fff;
																		  font-family: Arial, sans-serif;
																			  font-size: 14px;
																				  font-weight: bold;
																					  text-decoration: none;
																						}
																						#ecerere a:hover {
																						  background:#0072bc;
																							}

