.top-left, .top-right, .bottom-left, .bottom-right { 	background-image:url('corners.gif');	height:9px;										/* height of corner image */	font-size:2px;									/* correction for IE - height of <div>'s */}.top-left_homepg, .top-right_homepg, .bottom-left_homepg, .bottom-right_homepg { 	background-image:url('corners_homepg.gif');	height:9px;										/* height of corner image */	font-size:2px;									/* correction for IE - height of <div>'s */}.top-left, .bottom-left { margin-right:9px; }		/* width of corners */.top-right, .bottom-right { 	margin-left:9px;								/* width of corners */	margin-top:-9px;								/* height of corners */}.top-right { background-position:100% 0; }			/* position right corner at right side, no vertical changes */.bottom-left  { background-position:0 -9px; }		/* replace second # by negative height of a corner */.bottom-right { background-position:100% -9px; }	/* replace second # by negative height of a corners */.inside {	border-left:1px solid red;		/* color & properties of left-borderline */	border-right:1px solid red;		/* color & properties of right-borderline */	background:#EFEFEF;				/* background-color of inside */	color:#000000;					/* default text-color of inside */	padding:0px;					/* text distance of right border */}.notopgap    { margin-top:0; }		/* avoid splitting of box */.nobottomgap { margin-bottom:0; }	/* avoid splitting of box */.gap-saver {     height: 1px;      margin: 0 0 -1px 0;     padding: 0;     font-size: 1px;				/* IE hack */}