#letva{
width:auto;
margin:0;
padding:0;
position:absolute;
top:40px;
left:15px;
}
 .shadow2{
box-shadow: 5px 5x 5px #999999;
-webkit-box-shadow: 5px 5px 5px #999999;
-moz-box-shadow: 5px 5px 5px #999999;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#999999, offX=5, offY=5, positive=true);
}
#tearshape{
background: #B73A28;
padding: 3px 5px;
color: white;
font-weight: bold;
text-decoration: none;
-moz-border-radius: 9px 3px 9px 3px;
-webkit-border-radius: 3px;
-webkit-border-top-left-radius: 9px;
-webkit-border-bottom-right-radius: 9px;
}
#curve{

-webkit-box-shadow: 5px 5px 8px #818181;
-moz-box-shadow: 5px 5px 8px #818181;
-moz-border-radius-topleft: 25px;
-moz-border-radius-bottomright: 25px;
-webkit-border-top-left-radius: 25px;
-webkit-border-bottom-right-radius: 25px;
}

#krivine{
    -moz-border-radius: 10px;
-webkit-border-radius: 10px;
}

#buttons{
	float:left;
	width:700px;
	height: 40px;
	margin-left: 20px;
	padding-left: 0px;
	text-align:center;
	background: url(buttons/menu_farma.png) left top no-repeat;
}

#buttons a {
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	display: block;
	float: left;
	text-decoration: none;
	color: #000000;
	text-align: center;
	padding-top: 10px;
	height: 30px;
		
}
