/* 
================================
 Container Stylesheet
 Copyright 2006 by Sam Tanner
 d/b/a www.EasyTemplateSkins.com
 Please don't steal my work, ask and I'll give.
================================
*/   

.Invisible {
	width: 100%;
	background-color: transparent;
}
.Black_Border {
	width: 100%;
	background-color: transparent;
	border-right: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-bottom: #000000 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}
.Green_Border {
	width: 100%;
	background-color: transparent;
	border-right: #006400 1px solid; 
	border-top: #006400 1px solid; 
	border-left: #006400 1px solid; 
	border-bottom: #006400 1px solid; 
	moz-border-radius-bottomleft: 15px; 
	moz-border-radius-bottomright: 15px; 
	moz-border-radius-topleft: 3px; 
	moz-border-radius-topright: 3px;
}

