@charset "utf-8";

div#registerTerm {
  margin: 20px 0;
  overflow:auto;
  height: 200px;
  background: #fff;
  padding: 10px;
  }

h1 {
	border-bottom: 1px solid #333;
	}

table {
	
	}

table,
table * {
	border-color: #5F4234 !important;
	}

table th {
	font-weight: bold;
	padding: 10px 5px;
	background: #e6e6e6;
	}

table td {
	padding: 5px;
	}

table td.profile textarea,
table td.message textarea {
  height: 5em;
	}

p.buttons {
	font-size: 120%;
	text-align: center;
	}
