body {
		margin: 20px;
		padding: 0px;
		background: #CACCB4;
		font: 16px arial, sans-serif; }

	pre {text-indent: 30px}

	.tab li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }
		
	.tab li, li.tab_selected {
		color: #DEDECF;
		background: #898B5E;
		font: bold 1em "Trebuchet MS", Arial, sans-serif;
		border: 2px solid black;
		padding: 2px 5px 0px 5px;
		margin: 0;
		text-decoration: none; }

	.tab li.tab_selected {
		background: #ABAD85;
		border-bottom: 3px solid #ABAD85; }

	.tab li:hover {
		color: #fff;
		background: #ADC09F; }

	.tab li:visited {
		color: #E8E9BE; }

	.tab li.tab_selected:hover {
		background: #ABAD85;
		color: #DEDECF; }

	#content {font: 0.9em/1.3em "bitstream vera sans", verdana, sans-serif;
		text-align: justify;
		background: #ABAD85;
		padding: 20px;
		border: 2px solid black;
		border-top: none;
		z-index: 2;	}

	#content a {
		text-decoration: none;
		color: #E8E9BE; }

	#content a:hover { background: #898B5E; }

	#fancyform label {
		display:block;
		text-align:right;
		width:200px;
		float:left;
		margin:0 5px 0 0;
}

.submit input
{
margin-left: 205px;
}
