.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: 16px;
	font-family: verdana, arial, sansarif;
	}
	
a, a:link, a:hover, a:visited {
	color: #84795f;
	}
	
td {
	font-size: 12px;
	line-height: 16px;
	}
	
legend {
	font-size: 14px;
	font-weight: bold;
	color: #b8b8b8;
	}

legend.sm {
	font-size:12px;
	font-weight: bold;
	color: black;
	}

p { line-height:22px; }

fieldset {
	border: 2px solid #b8b8b8;
	}
	
fieldset.sm {
	border: 1px solid black;
	}
	
input, textarea {
	padding-left:5px;
	background-color: #F0EFEC;
	border: 1px solid #84795f;
	color: #84795F
	}

input.submit {
	background-color: #d3d3d3;
	color: #808080;
	border: 1px solid #b8b8b8;
	}

img.border {
	padding-3px;
	border: 1px solid #84795f;
	}
