/* 4.0+ styles */

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

.seamless-donations-error-message-field, .seamless-donations-forms-error-message {
  color: red;
  background-color: rgb(245, 210, 210);
  font-weight: 600;
  padding: 5px;
  margin: 14px;
  border-radius: 4px;
  line-height: 1em;
}

.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: 1px solid rgb(139, 191, 35) !important;
}

/* Legacy styles pre-4.0 */

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

.dgx-donate-form-section
{
	border: 1px solid #eee;
	background: #fff;
	padding: 32px;
	margin: 0 0 24px;
	border-radius: 4px;
}

.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 > 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: #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-donate-form-billing-section {
	border-top: none !important;
	padding-top: 0 !important;
	border-top-right-radius: 0;
	border-top-left-radius: 0;	
}

#dgx-donate-form-billing-section h2 {
	margin: 0;
}

#dgx-donate-form-donor-section {
	border-bottom: none !important;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;	
	padding-bottom: 0 !important;
	margin: 0 !important;
}

.dgx-donate-form-section input {
	margin-top: 0px;
	margin-left: 4px;
	margin-bottom: 5px;
}

.dgx-donate-form-section select {
	padding: 4px;
	margin-left: 4px;
	margin-bottom: 5px;
}

#dgx-donate-form-donation-section > span, #dgx-donate-pay-enabled > input {
	background-color: rgb(139, 191, 35);
	padding: 3px;
	border-radius: 4px;
	float: left;
	white-space: nowrap;
	margin: 5px;
	font-family: Helvetica, Arial, "Nimbus Sans L", sans-serif;
	color: #FFF;
	font-weight: 600;
	padding-right: 12px;
}

#dgx-donate-pay-enabled > input {
	float: none;
	padding-right: 3px;
}

#dgx-donate-form-donation-section > span input {
	margin-bottom: 0px;
}

#_dgx_donate_user_amount {
	clear: both;
	margin-left: 0px;
}

#_dgx_donate_user_amount input {
	margin-left: 4px;
}
#_dgx_donate_repeating {
	clear: both;
}