
/* this is the css for the box position (left or right). It also fixes some browser compatiblity. */
.box_left_float  
	{ float: left; position: relative; left: -6px; top: -1px; margin: 3px 5px 10px 0px; _margin-right: -20px; }
.box_right_float
	{ float: right; position: relative;  top: -1px; margin: 3px 0px 10px 5px; }
.box_left_float p, .box_left_float h1, .box_left_float h2, .box_left_float h3, .box_left_float h4, .box_left_float h5, .box_left_float h6, .box_left_float br, 
.box_right_float p, .box_right_float h1, .box_right_float h2, .box_right_float h3, .box_right_float h4, .box_right_float h5, .box_right_float h6, .box_right_float br
	{ padding: 0px; margin: 0; }
.box_left_float br, .box_right_float br 
	{ clear: both; line-height: 10px; }
.box_left_float img, .box_right_float img
	{ padding: 0; margin: 0; *margin-bottom: -3px; _margin-bottom: -3px; }
/* this is the css for the box border */
.box_top_left 
	{ float: left; background: url(/includes/images/box_top.png) left top no-repeat; height: 19px; width: 21px; }
.box_top_center 
	{ float: left; background: url(/includes/images/box_top.png) center top no-repeat; height: 19px; }
.box_top_right 
	{ float: left; background: url(/includes/images/box_top.png) right top no-repeat; height: 19px; width: 21px; }
.box_left
	{ float: left; background: url(/includes/images/box_left.png) left top repeat-y; width: 21px; }
.box_middle
	{ float: left; background: url(/includes/images/box_middle.jpg) repeat-x #D2CEAA; 
	  position: relative; left: 21px; }
.box_right
	{ float: left; background: url(/includes/images/box_right.png) right top repeat-y; width: 21px; }
.box_pattern
	{ float: left; background: url(/includes/images/box_pattern.png) center top; height:100%; }
.box_text
	{ float: left; padding: 15px; position: relative; }
.box_bottom_left 
	{ float: left; background: url(/includes/images/box_bottom.png) left bottom no-repeat; height: 23px; width: 21px; }
.box_bottom_center
	{ float: left; background: url(/includes/images/box_bottom.png) center bottom no-repeat; height: 23px; }
.box_bottom_right 
	{ float: left; background: url(/includes/images/box_bottom.png) right bottom no-repeat; height: 23px;  width: 21px; }