#dgx-donate-container
{
	border: none;
	padding: 24px;
	margin: 0 12px 12px 12px;
	background: #f8f8f8;
	border-radius: 8px;
}

.dgx-donate-form-section {
background: #fff;
padding: 5px 32px 32px 32px;
}

.dgx-donate-form-section h2
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.dgx-donate-form-section hr
{
	border: none;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.dgx-donate-form-subsection
{
	padding-left: 40px;
	margin-bottom: 24px;
}

.dgx-donate-comment
{
	font-size: 80%;
	color: #aaa;
}

.dgx-donate-form-section input
{
	width: auto;
	margin-right: 10px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
	font-family: sans-serif;
    font-size: 13px;
    padding: 4px;
    vertical-align: middle;
}

.dgx-donate-form-section input[type='radio']{
  margin-top: -2px;
  margin-right: 6px;
}

.dgx-donate-form-section > p:last-child
{
	margin-bottom: 0;
}

.dgx-donate-form-section select {
	max-width: 200px;
}

.dgx-donate-form-section input.horiz
{
	margin-left: 50px;
}

.dgx-donate-form-section .aftertext
{
	margin-left: 30px;
}

.dgx-donate-form-section label
{
	width: 144px;
	display: inline-block;
}

.dgx-donate-form-section label.label-small
{
  width: 60px;
  display: inline-block;
}

.dgx-donate-form-indent
{
	margin-left: 20px;
}

.dgx-donate-form-tribute-box, .dgx-donate-form-designated-box
{
	margin-top: 24px;
	display: none; /* initially hidden */
	border: 1px solid #f0f0f0;
	background: #f8f8f8;
	border-radius: 8px;
	padding: 24px;
}

.dgx-donate-form-designated-box
{
	margin-bottom: 24px;
}

.dgx-donate-form-section input.dgx-donate-invalid-input
{
	background: #faa;
}

.dgx-donate-busy, .dgx-donate-error-msg, .dgx-donate-pay-disabled
{
	display: none;
}

.dgx-donate-form-section input.dgx-donate-pay-enabled
{
	padding: 10px;
	cursor: pointer;
	border: none;
}

.dgx-donate-pay-disabled {
	padding: 10px;
}

.dgx-type-membership, 
.dgx-type-onetime {
	float:left;
    font: 700 16px/16px 'Roboto', sans-serif;
    padding: 14px;
    margin: 0 0 20px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
	border: 0;
	cursor: pointer;
}

.dgx-type-membership {
	margin:0 10px 20px 0;
}

.dgx-type-membership.active, 
.dgx-type-onetime.active {
	background:#fd4907;
}

input.dgx-donate-pay-enabled,
img.dgx-donate-pay-disabled {
	float:right;
	display:none;
	padding:0 !important;
	margin:0 !important;
}

