TABLE{
	margin: 0px;
	padding: 0px;
}

/***************************** Rounded Edges - Start CSS *****************************/
			#topLeft{
				width: 21px;
				height: 24px;
				background-image:url(img/edges/topLeft.gif);
				background-repeat:no-repeat;
			}
			
			#leftLine{
				width: 21px;
				background-image:url(img/edges/leftLine.gif);
				background-repeat:repeat-y;
			}
			
			#topLine{
				height: 24px;
				background-image:url(img/edges/topLine.gif);
				background-repeat:repeat-x;
			}
			
			#topRight{
				width: 15px;
				height: 24px;
				background-image:url(img/edges/topRight.gif);
				background-repeat:no-repeat;
			}
			
			#rightLine{
				width: 15px;
				background-image:url(img/edges/rightLine.gif);
				background-repeat:repeat-y;
				background-position:right;
				background-color: #F6FBFB;
			}
			
			#bottomLeft{
				width: 21px;
				height: 17px;
				background-image:url(img/edges/bottomLeft.gif);
				background-repeat:no-repeat;
			}
			#bottomLine{
				height: 17px;
				background-image:url(img/edges/bottomLine.gif);
				background-repeat:repeat-x;
			}
			#bottomRight{
				width: 15px;
				height: 17px;
				background-image:url(img/edges/bottomRight.gif);
				background-repeat:no-repeat;
			}
			
			#inner{
				background-color: #F6FBFB;
			}
/***************************** Rounded Edges - End CSS *****************************/
