.balls {
    background: url(/images/balls.jpg);
}
.balls img{
	max-width: 420px;
	width: 100%;
	height: auto; 
}	
.rent-scales{
    display: inline-block;
    vertical-align: middle;
}
.rent-scales{
	width: 49%;
}
.shadow {
	-moz-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
	-webkit-box-shadow: 3px 3px 4px rgba(0,0,0,.4);
	box-shadow: 3px 3px 4px rgba(0,0,0,.4);
}
.rent-scales a{
	text-decoration: none;
}	
.send2-red{
	color: #fff;
	display: block;
	cursor: pointer;
	width:200px; 
	font-size:20px;
	font-weight: bold;
	padding: 5px 7px;
	border: solid 1px #0094e9;
	border-radius: 5px;
}
 
.send2-red{
	background: #8B0000; 
	background: -webkit-gradient(linear, left top, left bottom, from(#8B0000), to(#DC143C)); 
	background: -moz-linear-gradient(top, #8B0000, #DC143C); 
	background: -webkit-linear-gradient(top, #8B0000, #DC143C);
	background: -o-linear-gradient(top, #8B0000, #DC143C);
	background: -ms-linear-gradient(top, #8B0000, #DC143C);
	background: linear-gradient(top, #8B0000, #DC143C);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8B0000', endColorstr='#DC143C'); 
}
.send2-red:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#DC143C), to(#8B0000)); 
	background: -moz-linear-gradient(top,  #DC143C, #8B0000); 
	background: -webkit-linear-gradient(top, #DC143C, #8B0000);
	background: -o-linear-gradient(top, #DC143C, #8B0000);
	background: -ms-linear-gradient(top, #DC143C, #8B0000);
	background: linear-gradient(top, #DC143C, #8B0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DC143C', endColorstr='#8B0000');
}		