<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* conference-forms form */

.conference-forms fieldset {
	margin: 10px 0px;
}
.conference-forms fieldset legend {
	font-size:1.4em;
	font-weight:bold;
	width:100%;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top:10px;
}
.conference-forms select {
	padding: 5px;
	margin-top:5px;
	margin-bottom:10px;
	width:212px;
}
.conference-forms textarea {
	font-size:1em;
}
.conference-forms input[type=text] {
	padding: 5px;
	margin-top:5px;
	margin-bottom:10px;
	width:200px;
}
.conference-forms label {
	font-size:1.2em;
	line-height:1.3;
	width:250px;
	float:left;
	margin:5px;
}
.conference-forms input[type=radio] {
	display:inline-block;
	font-size:1em;
	font-weight:normal;
	margin:.5em;
}
.conference-forms input[type=checkbox] {
	display:inline;
	font-size:1em;
	font-weight:normal;
	margin:.5em;
}
.conference-forms .radio input[type=radio], .conference-forms .input-row input[type=checkbox] {
	float: inherit;
	clear:both;
}
.conference-forms .inline {
	display:inline;
	margin-left:1.4em;
}
.conference-forms .required {
	color:#C00;
}
.conference-forms ol li {
	list-style-position:outside;
	list-style-type:decimal;
	margin-bottom:2em;
}
.conference-forms ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:2em;
}
.conference-forms ol ol li {
	list-style-position:outside;
	list-style-type:upper-alpha;
	margin-bottom:2em;
}
.conference-forms ol ul li {
	list-style-position:outside;
	list-style-type:disc;
	margin-bottom:2em;
}
.conference-forms ol li li, .conference-forms ul li li {
	margin-bottom:.75em;
}
.conference-forms .tip {
	color: #5F8CA2;
	font-style:italic;
	font-size:smaller;
}
.conference-forms fieldset fieldset fieldset div #giving_options {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-image: none;
}
#content button, #content input.button, input[type="button"], input[type="reset"], a.button {
    background-color: #A6B700;
    border: 1px solid #CCCCCC;
    border-radius: 14px 14px 14px 14px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.2em;
    font-weight: 700;
    margin-right: 12px;
    padding: 4px 9px;
}</pre></body></html>