.tie-suite-form { max-width: 480px; }
.tie-suite-form label { display: block; margin-bottom: 0.25rem; font-weight: 500; }
.tie-suite-form input, .tie-suite-form select, .tie-suite-form textarea {
	padding: 0.6rem 0.75rem;
	border: 1px solid #ccc;
	font-family: inherit;
	font-size: 1rem;
}
.tie-suite-form button { margin-top: 0.5rem; cursor: pointer; }

.tie-renewal-box {
	max-width: 480px;
	padding: 1.75rem;
	border: 1px solid #ddd;
	border-radius: 4px;
	background: #fff;
}
.tie-renewal-box h3 { margin-top: 0; }
