body {
  margin: 10px;
	background-color: #130c06;
	font-family: arial,sans-serif;
	font-size: 12px;
	color: #f4d992;
	}
input.inputbox {
  width: 220px;
	height: 13px;
	font-size: 11px;
	background-color: #9c7a55 !important;
	border-top: solid 1px #858486;
	border-left: solid 1px #858486;
	border-bottom: solid 1px #f4f3f5;
	border-right: solid 1px #f4f3f5;
	color: #000000;
	}
input.inputbox2 {
  display: none;
  }
textarea.areabox {
  font-family: arial,sans-serif;
  font-size: 11px;
	background-color: #9c7a55;
	border-top: solid 1px #858486;
	border-left: solid 1px #858486;
	border-bottom: solid 1px #f4f3f5;
	border-right: solid 1px #f4f3f5;
	color: #000000;
	}
textarea#umessage {
  width: 220px;
	height: 60px;
	}
input#subbutton {
  background-color: #777777;
	border: solid 1px #e8d178;
	color: #e8d178;
	cursor: pointer;
	}
form#form1 p {
	font-family: arial,sans-serif;
  font-size: 8pt;
	color: #ffffff;
  margin: 0 0 4px 0;
	padding: 0;
	}
