/* CSS Document */
body { background:url('/background_10.gif') repeat-x scroll 0% 0% #362F2D;}
p {margin-left:10px;margin-right:10px;}
#calculate {width:800px;margin:60px auto;position:relative; background:#fff url(.jpg) no-repeat bottom center; border:1px solid #fbdd59; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}
#calculate table {border:1px solid #fbdd59;}
#calculate table td {padding:7px; text-align:center;}
#calculate table th {background: #fceabb;background: -moz-linear-gradient(top, #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93));filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );background: -o-linear-gradient(top, #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%);}
.vertical {background:#F1F1F1;}