#tts {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 500px;
	margin: 0 auto;
}

#tts a {
	text-decoration: underline !important;
}

#tts h5, #tts h6 {
	font-size: 13px;
	font-weight: bold;
}

#tts .mainmod > h2 {
	font-weight: bold;
}

#tts img[src='/site_images/icon_question_mark.png'] {
	vertical-align: text-bottom;
}

#tts table h1,
#tts table h2,
#tts table h3,
#tts table h4,
#tts table h5,
#tts table h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#tts table th {
	background: none;
	background-color: transparent;
	color: inherit;
	font-size: inherit;
	padding: 2px;
}

#tts .form_information h5,
#tts .form_errors h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#tts .form_information *,
#tts .form_errors * {
	color: #fff;
}

#tts hr {
	border-top: 1px solid #000;
	width: 100%;
}

#tts .form_errors_small {
	border: 3px solid #381E1C;
	padding: 0 5px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#tts #sage-pay-iframe {
	background-color: white;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
}

#tts button,
#tts input,
#tts select {
	font-size: 13px !important;
}

#tts table.form td,
#tts table.form,
#tts table.key td {
	border: none;
}

#powered-by a {
	display: block;
	text-align: center;
}