<!-- 
/*
	| liquidcorners-pins.css; feel free to adapt the style!
	| credits: original by francky kleyneman, see article/tutorial in Francky's Developers Corner:
	|          http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm
	| adapted
	| by.....: ... (your name and site?!)
	|
	| + please let this text & links intact for a next user +
*/
.top-left, .top-right { 
	background-image: url('/corners-pins1280x28.gif');
	height: 28px; font-size: 2px;
	}
.top-left { width: 58px; margin-right: 9px;}
* html .top-left { width: auto; } /* mm, IE-hack */

.top-right { background-position: 100% 0; margin-top: -28px; margin-left: 58px; }

.inside {
	border-left: 1px solid #C00000;
	border-right: 1px solid #C00000;
	background: #FFFFFF;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30 px;
	
	}
.leftalign {
	text-align: left;
	margin-left: 5px; 
	margin-right: 5px;	
	margin-bottom: -15px;
	}
.notopgap    { margin-top: 0; }
.nobottomgap { 
	padding-bottom: 1em; 
	border-bottom: 2px solid #C00000; 
	padding-left: 20px;
	padding-right: 20px;
	margin-left: -10px; 
	margin-right: -10px;
	}	
-->