/* 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/cornered_box_bg.gif');
	height: 15px;
	font-size: 2px;
	}
.top-left, .bottom-left{margin-right: 15px;}
.top-right, .bottom-right {margin-left: 15px; margin-top: -15px;}
.top-right {background-position: 100% 0;}
.bottom-left {background-position: 0 -15px;}
.bottom-right{background-position: 100% -15px;}
.inside {
	/*border-left: 1px solid #C00000; */
	/*border-right: 1px solid #C00000; */
	background: #fff;
	color: #333;
	/*padding-left: 10px;
	padding-right:10px;
	overflow:hidden;*/
	}
.logoBg {background: url(/images/bg/inside_bg.png) top no-repeat #fff}
.notopgap    { margin-top: 0; }
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; }
