  
.tarea{
	background-image : url(img/catch_b.gif);
	background-repeat : no-repeat;
	background-position : bottom ;
	margin : 15px;
	padding : 20px ;
	border: 10px #caffca double;

 /* ŠpŠÛ */
	border-radius: 20px;         /* CSS3 */
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */

}