/* Remove after BU Text Widget 1.3.0 update */
.widgetwidget-bu-posts p {
	background-color: #FCFCFC;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	float: left;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	width: 158px;
	color: #505050;
}

.widgetwidget-bu-posts p a {
	color: #505050;
}

.widget.widget-bu-posts p {
	background-color: #FCFCFC;
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	float: left;
	margin: 0;
	padding: 10px;
	font-size: 10px;
	width: 158px;
	color: #505050;
}

.widget.widget-bu-posts p a {
	color: #505050;
}

blockquote {
	margin-left: 2em;
	padding-left: .7em;
	border-left: 3px solid gray;
}

/* payment form */
.payment_form fieldset {
	margin: 10px 0;
}

.payment_form fieldset legend {
	font-size: 1.25em;
	font-weight: bold;
	color: #669900;
}

.payment_form fieldset fieldset legend {
	font-size: 1em;
	font-weight: bold;
	width: 100%;
	color: #5F8CA2;
	border-top: 1px dotted #CCCCCC;
	border-bottom: 1px dotted #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

.payment_form select {
	font-family: Lucida Grande, Verdana, Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	padding: 5px;
	list-style-type: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

.payment_form textarea {
	font-family: Lucida Grande, Verdana, Trebuchet, Lucida, sans-serif;
	font-size: 1em;
}

.payment_form input[type=text] {
	font-family: Lucida Grande, Verdana, Trebuchet, Lucida, sans-serif;
	font-size: 12px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.payment_form label {
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.payment_form input[type=radio] {
	display: inline-block;
	font-size: 1em;
	font-weight: normal;
	margin: .5em;
}

.payment_form input[type=checkbox] {
	display: inline;
	font-size: 1em;
	font-weight: normal;
	margin: .5em;
}

.payment_form .radio input[type=radio], .payment_form .input-row input[type=checkbox] {
	float: inherit;
	clear: both;
}

.payment_form .inline {
	display: inline;
	margin-left: 1.4em;
}

.payment_form .required {
	color: #C00;
}

.payment_form ol li {
	list-style-position: outside;
	list-style-type: decimal;
	margin-bottom: 2em;
}

.payment_form ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 2em;
}

.payment_form ol ol li {
	list-style-position: outside;
	list-style-type: upper-alpha;
	margin-bottom: 2em;
}

.payment_form ol ul li {
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 2em;
}

.payment_form ol li li, .payment_form ul li li {
	margin-bottom: .75em;
}

.payment_form .tip {
	color: #5F8CA2;
	font-style: italic;
	font-size: smaller;
}

.payment_form p {
	font-size: 100%;
}

.payment_form fieldset fieldset fieldset div #giving_options {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style-type: disc;
	list-style-image: none;
}