/* CSS Document */


/* here liquid corners styles */

.top-left1 { 
	margin-right: 10px; 
	background-image:  url(images/corner1.gif);
	height: 10px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
.top-right1 { 
	margin-top: -10px; 
	margin-left: 10px;
	background-image:  url(images/corner1.gif); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 10px; 
	font-size: 2px; 
	}
div.inside1 {
	border: 2px solid #797e4f;
	/*border-right: 2px solid #797e4f;*/
	background: #d6dab6;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	}

.bottom-left1 { 
	margin-right: 9px;
	background-image:  url(images/corner1.gif);
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
	}
.bottom-right1 { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image:  url(images/corner.gif); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
	}


/* here liquid corners styles */

.top-left { 
	margin-right: 10px; 
	background-image:  url(images/corner.gif);
	height: 10px; /* vertical: show first half of the image with the top-coreners in it */
	font-size: 2px;
	}
.top-right { 
	margin-top: -10px; 
	margin-left: 10px;
	background-image:  url(images/corner.gif); 
	background-position: 100% 0; /* show bg-image starting at the right, and as much to the left as possible */
	height: 10px; 
	font-size: 2px; 
	}
div.inside {
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background: #ffffff;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
	}
.notopgap {
	margin-top: 0;
	}
.nobottomgap {
	margin-bottom: 0;
	}
.bottom-left { 
	margin-right: 9px;
	background-image:  url(images/corner.gif);
	background-position: 0 -9px; /* show under half of the image */
	height: 9px;
	font-size: 2px;
	}
.bottom-right { 
	margin-top: -9px; 
	margin-left: 9px;
	background-image:  url(images/corner.gif); 
	background-position: 100% -9px; 
	height: 9px; 
	font-size: 2px; 
	}
