/* see http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm for more explanations and examples */

.top-left, .top-right, .bottom-left, .bottom-right {
	background-image: url('/images/bg/box_bg.gif');
	height: 7px;
	font-size: 2px;
	}
.top-left, .bottom-left { 
	margin-right: 7px;
	}
.top-right, .bottom-right { 
	margin-left: 7px;
	margin-top: -7px;
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -7px;
	}
.bottom-right { 
	background-position: 100% -7px;
	}
.inside {
	background: #ddd;
	color: #000;
	padding:0 7px 0 7px;
	overflow:hidden;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; }

