/* 4.0+ styles */

input[type="text"].seamless-donations-invalid-input {
    background-color: #eee;
}

.seamless-donations-error-message-field {
    color: #495AA8;
    background-color: #fff;
    font-size:12px;
}

.seamless-donations-forms-error-message {
    color: #495AA8;
    background-color: #fff;
}
.dgx-donate-pay-enabled{
    border:0px none!important;
}
.dgx-donate-form-section span.horiz {
    margin-left: 25px;
}

.dgx-donate-form-section #designate_fund {
    margin-top: 1em;
}
.dgx-donate-form-section #repeating_checkbox {
    margin-top: 1em;
}

div#designated_fund_selector select {
    max-width: 100%;
}

.dgx-donate-form-section
{
    border:none;
}

/* Legacy styles pre-4.0 */

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

.dgx-donate-form-section
{
	border: 1px solid #eee;
	background: #fff;
	padding: 32px;
	margin: 0 0 1px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 -2px 0 rgba(0, 0, 0, 0.08) inset;
}

.dgx-donate-form-section h2
{
font-size:26px;
	margin-top: -5px !important;
	margin-bottom: 10px !important;
}

.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 !important;
    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 > 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-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: #fff;
}

.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;
	border:0px none!important;
}

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

