body {
		font-family: Arial, Verdana, sans-serif;
		font-size: 90%;
		color: #243427;
		background-image: url("leaves.png");
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
	}

	li {
		list-style-image: url("icon-plus.png");
		line-height: 1.6em;
		margin-left: 50px;
		color: #E1FFE9;
	}

	table {
		border-spacing: 0px;
		text-align: center;
		margin: auto;
		margin-top: 30px;
		border:2px solid #576858;
		border-radius: 1px solid;
	}
	h1{
		font-size: 50px;
		padding-left: 50px;
		padding-top: 60px;
		color: #EDDDB9;
		font-family: Rockwell;
		text-shadow: -8px -8px 10px #243427 ;

	}
	p{
		padding-left: 50px;
	}

	th, td {
		padding: 10px 10px 15px 90px;
		border-spacing: 0px;
		font-size: 90%;
		margin: 10px;
	}
			
	th, td {
		text-align: left;
		background-color: #B8DAB7;
		border-top: 1px solid #5B8158;
		border-bottom: 1px solid #576858;
		border-right: 1px solid #576858;
	}
	
	tr.head th {
		color: #fff;
		background-color: #7EA789;
		border-bottom: 2px solid #576858;
		border-right: 1px solid #576858;
		border-top: 1px solid #576858;
		text-align: center;
		text-shadow: -2px -2px 2px #666666;
		letter-spacing: 0.15em;
	}
	
	td {
		text-shadow: 1px 1px 1px #ffffff;
	}

	tr.even td, tr.even th {
		background-color: #D8ECD7;
	}

	tr.head th:first-child {
		-webkit-border-top-left-radius: 0px;
		-moz-border-radius-topleft: 0px;
		border-top-left-radius: 0px;
	}

	tr.head th:last-child {
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
	}

	fieldset {
		width: 400px;
		margin-top: 20px;
		border: 1px solid #576858;
		background-color: #E1F3E3;
		line-height: 1.8em;
		margin: auto;
		margin-top: 5px;
	}

	legend {
		font-style: italic;
		color: #47634C;
		font-weight: bolder;
	}

	input[type="text"] {
		width: 120px;
		border: 1px solid #999999;
		padding: 2px;
		outline: none;
	}

	input[type="text"]:focus,
	input[type="text"]:hover {
		background-color: #CAE7C6;
		border: 1px solid #999999;
	}

	input[type="submit"] {
		border: 1px solid #006633;
		background-color: #00BE3A;
		color: #243427;
		border-radius: 5px;
		padding: 5px;
		margin-top: 5px;
	}

	input[type="submit"]:hover {
		border: 1px solid #006633;
		background-color: #5B8158;
		color: #ffffff;
		cursor: pointer;
	}

	.title {
		float: left;
		width: 160px;
		clear: left;
		font-weight: bold;
	}
	
	.submit {
		width: 310px;
		text-align: right;
		margin: auto;
	}
