.Title {
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 3px;
}
p { margin-bottom: 10px; }

#regForm table { width: 100% }
#regForm table td { padding-top: 7px; padding-bottom: 7px; }
#regForm textarea { font-size: 11px; }

.sendButton { text-align: right; margin-top: 10px; margin-bottom: 0px; }
.sendButton input {
	background-color: white;
	border: 1px solid #D9D9D9;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 7px;
}
.sendButton input:hover {
	background-color: #999999;
	color: white;
}

.brdr {
	width: 380px;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 20px;
}
