/* 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: 10px;
	font-size: 2px;
	}
.top-left, .bottom-left { 
	margin-right: 10px;
	}
.top-right, .bottom-right { 
	margin-left: 10px;
	margin-top: -10px;
	}
.top-right {
	background-position: 100% 0;
	}
.bottom-left  { 
	background-position: 0 -10px;
	}
.bottom-right { 
	background-position: 100% -10px;
	}
.inside {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	background: #fff;
	color: #000000;
	/*padding-left: 10px;
	padding-right:10px;*/
	padding:10px 20px 10px 20px;
	overflow:hidden;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; }
