/*.service_box { background: yellow; }*/

#main_body .service_box { margin: 25px; height: 100px; } 
#main_body .service_box h4 { font-size: 110%; font-weight: bold; margin-left: 70px; } 
#main_body .service_box p { margin: 0px; margin-left: 70px; font-size: 90%; }

.service_box.dfa { background: url('../../images/logo/dfa_small.gif') no-repeat; }
.service_box.nso { background: url('../../images/logo/nso_small.gif') no-repeat; }
.service_box.poea { background: url('../../images/logo/poea_small.gif') no-repeat; }
.service_box.marina { background: url('../../images/logo/marina_small.gif') no-repeat; }

#delivery_note { background: rgb(236,0,140) url('../../images/index/delivery_bg.gif') no-repeat; }
#delivery_note h3 { margin: 10px 0px 10px 10px; color: #fff;  }
#delivery_note p { margin-left: 10px; color: white; font-size: 90%; }

.calculator { margin: 20px; font-size: 85%; }
.calculator select { width: 140px; border: solid 1px silver; padding: 3px; }

.results { margin-top: 10px; font-size: 110%; }
.results p { color: rgb(236,0,140); margin-bottom: 5px; font-weight: bold; }
.result { border: solid 1px whitesmoke; background-color: #fff; padding: 3px; color: rgb(236,0,140); }
.result a, .result a:visited { color: black; text-decoration: none; }
.result a:hover { text-decoration: underline; }
