audio:hover, audio:focus, audio:active
{
-webkit-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-moz-box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
box-shadow: 15px 15px 20px rgba(0,0, 0, 0.4);
-webkit-transform: scale(1.05);
-moz-transform: scale(1.05);
transform: scale(1.05);
}


audio
{
-webkit-transition:all 0.5s linear;
-moz-transition:all 0.5s linear;
-o-transition:all 0.5s linear;
transition:all 0.5s linear;
-moz-box-shadow: 2px 2px 4px 0px #006773;
-webkit-box-shadow:  2px 2px 4px 0px #006773;
box-shadow: 2px 2px 4px 0px #006773;
-moz-border-radius:7px 7px 7px 7px ;
-webkit-border-radius:7px 7px 7px 7px ;
border-radius:7px 7px 7px 7px ;

width: 100%;
}








body
{
	background-image: url(/img/fon111.png);
}

body {
  margin: 0;
}

#nizpleera
{
	background-image: url(/img/pleer/nizpleeraa2.png);
}







.img-rounded {
 
border: 1px solid black;
 
width: 130px;
 
height: 98px;
 
border-radius: 15px;
 
-moz-border-radius: 15px;
 
-khtml-border-radius: 15px;
 
-webkit-border-radius: 15px;
 
background: url('zakat.jpg');
 
}