Default Box
<div class="box">
-- content of the box --
</div>
White Box
<div class="box-white">
-- content of the box --
</div>
Gray Box
<div class="box-gray">
-- content of the box --
</div>
Dark Box
<div class="box dark-element">
-- content of the box --
</div>