#lpoz
	{
		text-align: left;
		position: relative;
		width:1%;
		padding: 0px;
		margin: 0px;
		/*border: 1px solid #000;*/
		height: 45px;
		display: none;
	}			

#lpoz1
	{
		text-align: center;
		position: absolute;
		width: 30%;
		height: 45px;
		padding: 0;
		margin: 0;
	}		

#lpoz2
	{
		position: absolute;
		text-align: center;
		width: 30%;
		height: 45px;
		padding: 0;
		margin: 0;
	}		
	
#lpoz3
	{
		position: absolute;
		text-align: center;
		width: 30%;
		height: 45px;
		padding: 0;
		margin: 0;
	}		

#lpoz4
	{
		position: absolute;
		text-align: center;
		width: 30%;
		height: 45px;
		padding: 0;
		margin: 0;
	}		
	
#it2
	{
		position: absolute;
		text-align: center;
		width: 45px;
		height: 45px;
		padding: 0;
		margin: 0;
	}	
	
#itm
	{
		position: absolute;
		text-align: center;
		width: 45px;
		height: 45px;
		margin: 0;
	}	
	
#itx
	{
		position: absolute;
		text-align: center;
		width: 45px;
		height: 45px;
		margin: 0;
	}
	
#fb2
	{
		position: absolute;
		text-align: center;
		width: 45px;
		height: 45px;
		padding: 0;
		margin: 0;
	}

#btn1
	{
	position: absolute;
	width:350px;
	height:45px;
	color:#357e46;
	background-color:#FFFFFF;
	transition-duration: 0.4s;
    cursor: pointer;
	}

#btn1:hover {
    background-color: #4CAF50;
    color: white;	
	 box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}	 
