label 
{ 
	width: 10em; 
	float: left; 
}
	
label.error 
{ 
	float: none; 
	color: red; 
	padding-left: .5em; 
	vertical-align: top; 
}

p{ clear: both; 
	text-indent: 0; 
	margin: 0.5em;
}



.submit{ 
	margin-left: 8em; 
	background: #5e0006; 
	color: #fff;
	font-weight: bold;
}

input, select, textarea{
	border: 1px solid #c0c0c0;;
	background: #f7f7f7;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


		UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
		    padding: 3px 15px;
		    background-color: #ccc;
		    color: #000;
		    text-decoration: none;
			font-weight: bold;
			
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    background-color: #5e0006;
		    color: #fff;
		    padding-top: 7px;
			font-size: 150%;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 2px;
			margin-top: 3px;
			border-top: 1px solid #5e0006;
		}
		
		div.tabs > div h2 {
			margin-top: 0;
		}

		#first {
		    background-color: #f00;
		}

		#second {
		    background-color: #0f0;
		}

		#third {
		    background-color: #00f;
		}
		
		.waste {
			min-height: 800px;
		}
