/* company flow */
div#flow-container { width: 689px; height: 119px; margin: 0; background: url(./images/layout/flow_bg.png) no-repeat; float: left; }
img.flow-arrow { width: 21px; height: 57px; margin: 40px 10px 0; float: left; }
div#flow-area { width: 607px; height: 90px; margin: 23px 0 0; overflow: hidden; position: relative; float: left; }
div.flow-box { height: 86px; border: 1px solid #a3a3a3; background-color: #ffffff; text-align: center; position: absolute; float: left; }
div.flow-box img { width: 88px; height: 31px; margin-top: 15px; }
div.flow-box div { margin-top: 10px; font-size: 9pt; }

/* instructions */
div#instructions { width: 678px; padding: 0 0 10px 10px; margin: 15px 0 10px 0; background-color: #efefef; float: left; }
div#instructions img { margin: 10px 0 0 10px; float: left; }

/* change distance of coupon previews (more space) */
div.coupon-preview { margin-left: 3px; }

/* remove search border */
div#search-container { border-top: 0px none; }
