/*
  $Id: fillo.css 1739 2007-12-20 00:52:16Z hpdl $

  osCommerce, Open Source E-Commerce Solutions
  http://www.oscommerce.com

  Copyright (c) 2003 osCommerce

  Released under the GNU General Public License
*/

.roundedcornr_box {
	background: url(images/fillo/roundedcornr_tl.png) no-repeat top left;
}
.roundedcornr_top{
	background: url(images/fillo/roundedcornr_tr.png) no-repeat top right;
}
.roundedcornr_bottom {
	background: url(images/fillo/roundedcornr_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom div {
	background: url(images/fillo/roundedcornr_br.png) no-repeat bottom right;
}
.roundedcornr_content {
	background: url(images/fillo/roundedcornr_r.png) top right repeat-y;
}

.roundedcornr_top div,.roundedcornr_top,
.roundedcornr_bottom div, .roundedcornr_bottom {
	width: 100%;
	height: 20px;
	font-size: 1px;
}
.roundedcornr_content, .roundedcornr_bottom {
	margin-top: -19px;
}
.roundedcornr_content { padding: 0 2px; }
