.cssbutton {
	background: #fff;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border : 2px solid #84795f;
	height:16px;
	cursor: hand;
}
.buttontext {
	color: white;
	background: #84795f;
	padding: 0px 5px 0px 5px;

}
/* .buttonright {
	color: #f8f8f8;
	background: #886;
	padding: 0px 20px 0px 3px;
} */

body {
	font-size: 12px;
	line-height: 18px;
	font-family: verdana, arial, sansarif;
	}
	
a, a:link, a:hover, a:visited {
	color: #84795f;
	}
	
td {
	font-size: 12px;
	line-height: 18px;
	}
	
legend {
	font-size: 14px;
	font-weight: bold;
	color: #84795f;
	}

legend.sm {
	font-size:12px;
	font-weight: bold;
	color: black;
	}
	
fieldset {
	border: 2px solid #84795f;
	}
	
fieldset.sm {
	border: 1px solid black;
	}
	
input, textarea {
	padding-left:5px;
	background-color: #F0EFEC;
	border: 1px solid #84795f;
	color: #84795F
	}

input.submit {
	background-color: #958B72;
	color: white;
	border: 1px solid #756B55;
	}

img.border {
	padding: 3px;
	border: 1px solid #84795f;
	}
	
ul.leaf {
	list-style-type: none;
	padding-left: 0px;
	margin-left: 0px;
	}

li.leaf {
	background: url(https://www.thepapertree.com/img/leaf2.jpg) left center no-repeat;
	padding-left: 25px;
	margin-bottom: 0px;
	}
