/* CSS Document */
table.contactform {
	padding: 2px;
	cellspacing: 2px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	width: 90%;
}
td.right_align {
	text-align: right;
	padding: 3px;
}
.full_width {
	width: 100%;
}
.but {
	border-style: solid;
	border-width: 2px;
	border-color: #8b3888;
	background-color: #eee1f4;
	font-weight: bold;
	color: #8b3888;
}
