Hola
Bb-7 margin es el margen externo y
padding es el margen interno:
Haz la prueba cambiando los valores en este ejemplo:
Código css:
Ver original<html>
<head>
<style type="text/css">
div {border:1px solid red; margin:1cm; padding:2cm}
</style>
</head>
<body>
<p>---</p>
<div>Prueba</div>
<p>---</p>
</body>
</html>
Saludos,