p { margin-bottom: 12px; }
.Title { margin: 0px; font-weight: bold; }

.divItem { width: 100%; margin: 12px 0px; }
.divItem .divBox { width: 48%; padding-right: 2%; float: left; }
.divItem .divBox img { margin-right: 7px; vertical-align: middle; }
.divItem br { clear: both; visibility: hidden; }

.paddedTable td { padding: 5px; vertical-align: top; }
.paddedTable td input { width: 90%; }
.paddedTable td select { width: 93%; }

.mailButton { margin: 0px; margin-right: 7px; }
.mailButton input {
	background-color: white;
	border: 1px solid #D9D9D9;
	color: #999999;
	font-weight: bold;
	cursor: pointer;
	padding: 2px 7px;
}
.mailButton input:hover {
	background-color: #999999;
	color: white;
}

