/*
The Action Network Embed
Since Version 2.0.4.13
Authored by Jake Caputo

You can look, but don't touch.
*/

/* RESET -------------------------------------------------------------------------- */

.clearfix {
    zoom: 1
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after{
    clear: both
}

body.can_embed {
	margin: 20px 0 !important;
	font-family: 'Helvetica', Arial, sans-serif !important;
    font-weight: 400 !important;
}

#noty_top_layout_container {
	top: 20px !important;
}

#can_embed_form * {
    margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: none transparent !important;
	font-size: 100% !important;
	font: inherit !important;
	color: #4E4E4E !important;
	vertical-align: baseline !important;
	text-shadow: none !important;
	text-align: left !important;
	text-decoration: none !important;
	z-index: 1 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	outline: none !important;
	text-indent: 0 !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	opacity: 1 !important;
	float: none !important;
	position: relative !important;
	top: auto !important;
	bottom: auto !important;
	left: auto !important;
	right: auto !important;
}

#can_embed_form {
	padding:24px !important;
	border:1px solid #D0D0D0 !important;
	min-width: 230px !important;
	color: #4E4E4E !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-family: 'Helvetica', Arial, sans-serif !important;
    font-weight: 400 !important;
    outline:none !important;
    background-color: white !important;
}

#can_embed_form div {
	clear: none !important;
}

#can_embed_form input,
#can_embed_form textarea,
#can_embed_form select {
    color: #4E4E4E !important;
    font-size: 16px !important;
    line-height: 30px !important;
    font-family: 'Helvetica', Arial, sans-serif !important;
    font-weight: 400 !important;
    outline:none !important;
}

#can_embed_form a {
	color: #0096DB !important;
	-webkit-transition: all .2s linear !important;
	-moz-transition: all .2s linear !important;
	-ms-transition: all .2s linear !important;
	-o-transition: all .2s linear !important;
	transition: all .2s linear !important;
}

#can_embed_form a:hover {
	color: #CD3A18 !important;
}

#can_embed_form img {
	border:0 !important;
}

#can_embed_form strong {
	font-weight: 900 !important;
}

#can_embed_form .bullet {
	margin:0 10px !important;
}

#can_embed_form .clear {
	clear: both !important;
}

#can_embed_form p {
	margin-bottom: 15px !important;
}

#can_embed_form h2 {
	margin-bottom: 15px !important;
    margin-top: 0 !important;
    font-size: 28px !important;
    text-transform: none !important;
}

	#can_embed_form h2.line {
		padding-bottom: 15px !important;
	    border-bottom: 3px solid #DCDCDC !important;
	}

#can_embed_form h3 {
	margin-bottom: 30px !important;
	padding-bottom: 30px !important;
	border-bottom: 3px solid #DCDCDC !important;
    margin-top: 0 !important;
    font-size: 23px !important;
    text-transform: none !important;
}

	#can_embed_form h3.first_line {
		margin-bottom: 0 !important;
		padding-bottom: 10px !important;
		border-bottom: none !important;
	}

#can_embed_form h4 {
    margin-bottom: 15px !important;
    margin-top: 0 !important;
    font-size: 18px !important;
}

#can_embed_form h5 {
    margin: 0 !important;
    font-size: 12px !important;
}

#can_embed_form #logo_wrap {
	padding:24px !important;
	margin:0 -24px -24px !important;
	background-color:#F5F5F5 !important;
	text-align: center !important;
}

#can_embed_form #logo_wrap a,
#can_embed_form #logo_wrap a img {
	display: block !important;
	margin:auto !important;
}

#can_embed_form small {
	font-size: 12px !important;
}

/* FORM -------------------------------------------------------------------------- */

#can_embed_form input[type="submit"] {
    width: 100% !important;
    -webkit-transition: background-color .2s linear !important;
    -moz-transition: background-color .2s linear !important;
    -ms-transition: background-color .2s linear !important;
    -o-transition: background-color .2s linear !important;
    transition: background-color .2s linear !important;
    background-color: #CD3A18 !important;
    background-image: none !important;
}

#can_embed_form input[type="submit"]:hover {
    background-color: #0096DB
}

#can_embed_form label {
    line-height: 20px !important;
    font-size: 12px !important;
    color: #909090 !important;
    width: 100% !important;
    margin-bottom: 2px !important;
}

#can_embed_form .check_radio_field {
    margin-bottom: 20px !important;
    display: block !important;
}

#can_embed_form .check_radio_field.donate_amount_wrap {
    margin-bottom: 0px !important;
}
	
	#can_embed_form .check_radio_field label {
	    display: inline-block !important;
	    width: auto !important;
	    font-size: 14px !important;
	    line-height: 20px !important;
	    height: auto !important;
	    color: #4E4E4E !important;
	    padding: 6px 0 0 20px !important;
	    position: relative !important;
	    float: none !important;
	    margin: 0 20px 0 0 !important;
	}
	
	#can_embed_form .check_radio_field.donate_amount_wrap label {
	    display: block !important;
	    width: 15% !important;
	    font-size: 14px !important;
	    line-height: 34px !important;
	    padding: 1% !important;
	    position: relative !important;
	    float: left !important;
	    margin: 0 1.5% 10px !important;
	}
	
	    #can_embed_form .check_radio_field label input {
	        position: absolute !important;
	        left: 0 !important;
	        top: 9px !important;
	    }
	    
	    #can_embed_form .check_radio_field label input {
	        position: absolute !important;
	        left: 0 !important;
	        top: 8px !important;
	    }
	    
	    #can_embed_form .check_radio_field label input[type="text"] {
	        position: relative !important;
	    }

#can_embed_form #d_sharing {
    display: block !important;
    line-height: 15px !important;
    font-size: 11px !important;
    color: #909090 !important;
    border-top: 1px dotted #D6D6D6 !important;
    padding: 20px 0 0 !important;
    margin: 0 0 10px !important;
}

    #can_embed_form #d_sharing input,
    #can_embed_form #d_sharing label {
        display: inline-block !important;
        height: auto !important;
        line-height: 19px !important;
        width: auto !important;
        float: none !important;
    }

    #can_embed_form #d_sharing label {
        position: relative !important;
        padding-left: 20px !important;
    }

    #can_embed_form #d_sharing input {
        position: absolute !important;
        left: 0 !important;
        top: 2px !important;
    }

    #can_embed_form #d_sharing ul {
        margin-bottom: -10px !important
    }

        #can_embed_form #d_sharing ul li {
            margin-bottom: 10px !important
        }

#can_embed_form #action_welcome_message {
        padding-bottom: 20px !important;
    }

        #can_embed_form #action_welcome_message #action_welcome_message_inner {
            line-height: 25px !important;
        }

            #can_embed_form #action_welcome_message #action_welcome_message_inner .welcome_wrap ,
            #can_embed_form #action_welcome_message #action_welcome_message_inner .welcome_avatar {
                float: left !important;
            }
            
            #can_embed_form #action_welcome_message #action_welcome_message_inner > div {
	            max-width: 240px !important;
            }
            
            #can_embed_form #action_welcome_message #action_welcome_message_inner #log-out {
	            display: inline-block !important;
            }

        #can_embed_form #action_welcome_message .welcome_avatar {
            height: 44px !important;
            width: 44px !important;
            padding: 2px !important;
            border: 1px solid #CBCBCB !important;
            float: left !important;
            margin-right: 10px !important;
            -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
            -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1) !important;
        }
        
/* ACTION INFO -------------------------------------------------------------------------- */

#can_embed_form #action_info {
    border-top: 1px dotted #D6D6D6 !important;
    margin: 20px -24px 0 !important;
    line-height: 25px !important;
    font-size: 13px !important;
    font-weight: 100 !important;
    padding: 10px 24px !important;
}

	#can_embed_form #action_info .action_owner {
		margin-right: -40px !important;
	}

    #can_embed_form #action_info .action_info_user {
        float: left !important;
        margin-right: 40px !important;
    }

	    #can_embed_form #action_info .action_info_user,
	    #can_embed_form #action_info .action_info_user a {
	        color: #6F6F6F !important;
	        ;
	    }
	
		    #can_embed_form #action_info .action_info_user a:hover {
		        color: #0096DB !important
		    }

/* FORMS -------------------------------------------------------------------------- */

#can_embed_form form {
	width: 100% !important;
	display: block !important;
}

#can_embed_form input[type="text"],
#can_embed_form input[type="password"],
#can_embed_form input[type="url"],
#can_embed_form input[type="email"],
#can_embed_form input[type="tel"],
#can_embed_form input[type="number"] {
    height: 33px !important;
    padding: 4px 9px !important;
    width: 100% !important;
    -webkit-transition: border-color .3s linear, background-color .3s linear !important;
    -moz-transition: border-color .3s linear, background-color .3s linear !important;
    -ms-transition: border-color .3s linear, background-color .3s linear !important;
    -o-transition: border-color .3s linear, background-color .3s linear !important;
    transition: border-color .3s linear, background-color .3s linear !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

#can_embed_form input,
#can_embed_form textarea,
#can_embed_form select {
	margin-bottom: 15px !important;
}

#can_embed_form select {
    height: 34px !important;
    padding:10px !important;
    width: 100% !important;
    line-height: 34px !important;
    border: 1px solid #CFCFCF !important;
    background-color: #FFFFFF !important;
    -webkit-transition: border-color .3s linear, background-color .3s linear !important;
    -moz-transition: border-color .3s linear, background-color .3s linear !important;
    -ms-transition: border-color .3s linear, background-color .3s linear !important;
    -o-transition: border-color .3s linear, background-color .3s linear !important;
    transition: border-color .3s linear, background-color .3s linear !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: inherit !important;
	-moz-transition: inherit !important;
	-ms-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
	-webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
}

#can_embed_form select.can_select,
#can_embed_form span.can_select {
	line-height: 34px !important;
    border: 1px solid #CFCFCF !important;
    background: url("../images/dropdownarrow.png") right 12px no-repeat #FFFFFF !important;
    background-size:23px 9px !important;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding:0 30px 0 10px !important;
    zoom: 1 !important;
	white-space: nowrap !important;
	display: block !important;
	margin-bottom: 15px !important;
}

	#can_embed_form span.can_select {
		width: 100% !important;
		height: 34px !important;
	}

	#can_embed_form .can_select span {
		overflow: hidden !important;
	}

#can_embed_form select.can_select {
	opacity: 0 !important;
    position: absolute !important;
    z-index: 999999 !important;
}

#can_embed_form .error_input-select_wrap > .can_select {
    background-color: #f4b4b4 !important;
    border: 1px solid #A31010 !important;
    color: #333 !important;
}

#can_embed_form textarea {
    padding: 4px 9px 9px !important;
    width: 100% !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    height: 90px !important;
    resize: none !important;
    -webkit-transition: border-color .3s linear, background-color .3s linear !important;
    -moz-transition: border-color .3s linear, background-color .3s linear !important;
    -ms-transition: border-color .3s linear, background-color .3s linear !important;
    -o-transition: border-color .3s linear, background-color .3s linear !important;
    transition: border-color .3s linear, background-color .3s linear !important;
}

#can_embed_form input[type="text"],
#can_embed_form input[type="password"],
#can_embed_form input[type="url"],
#can_embed_form input[type="email"],
#can_embed_form input[type="tel"],
#can_embed_form input[type="number"],
#can_embed_form textarea {
    line-height: 25px !important;
    border: 1px solid #CFCFCF !important;
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1) !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
}

#can_embed_form input[type="text"]:focus,
#can_embed_form input[type="password"]:focus,
#can_embed_form input[type="url"]:focus,
#can_embed_form input[type="email"]:focus,
#can_embed_form input[type="tel"]:focus,
#can_embed_form input[type="number"]:focus,
#can_embed_form textarea:focus {
    border: 1px solid #9C9C9C !important
}

#can_embed_form input[type="text"]::-webkit-input-placeholder,
#can_embed_form input[type="password"]::-webkit-input-placeholder,
#can_embed_form input[type="url"]::-webkit-input-placeholder,
#can_embed_form input[type="email"]::-webkit-input-placeholder,
#can_embed_form input[type="tel"]::-webkit-input-placeholder,
#can_embed_form input[type="number"]::-webkit-input-placeholder,
#can_embed_form textarea::-webkit-input-placeholder {
   color: #A9A9A9 !important;
}

#can_embed_form input[type="text"]:-moz-placeholder,
#can_embed_form input[type="password"]:-moz-placeholder,
#can_embed_form input[type="url"]:-moz-placeholder,
#can_embed_form input[type="email"]:-moz-placeholder,
#can_embed_form input[type="tel"]:-moz-placeholder,
#can_embed_form input[type="number"]:-moz-placeholder,
#can_embed_form textarea:-moz-placeholder {
   color: #A9A9A9 !important;
}

#can_embed_form input[type="text"]::-moz-placeholder,
#can_embed_form input[type="password"]::-moz-placeholder,
#can_embed_form input[type="url"]::-moz-placeholder,
#can_embed_form input[type="email"]::-moz-placeholder,
#can_embed_form input[type="tel"]::-moz-placeholder,
#can_embed_form input[type="number"]::-moz-placeholder,
#can_embed_form textarea::-moz-placeholder {
   color: #A9A9A9 !important;
}

#can_embed_form input[type="text"]:-ms-input-placeholder,
#can_embed_form input[type="password"]:-ms-input-placeholder,
#can_embed_form input[type="url"]:-ms-input-placeholder,
#can_embed_form input[type="email"]:-ms-input-placeholder,
#can_embed_form input[type="tel"]:-ms-input-placeholder,
#can_embed_form input[type="number"]:-ms-input-placeholder,
#can_embed_form textarea:-ms-input-placeholder {
   color: #A9A9A9 !important;
}

#can_embed_form input[type="submit"] {
    text-decoration: none !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding: 0px 10px !important;
    border:none !important; /* IE */
    border: 1px solid rgba(0, 0, 0, .04) !important;
    height:34px !important;
    line-height: 34px !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .5) !important;
    -webkit-transition: all .25s linear !important;
    -moz-transition: all .25s linear !important;
    -ms-transition: all .25s linear !important;
    -o-transition: all .25s linear !important;
    transition: all .25s linear !important;
    cursor: pointer !important;
    color: #FFFFFF !important;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0) inset !important;
    -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0) inset !important;
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0) inset !important;
    background-color: #c33617 !important;
    text-align: center !important;
    outline:none !important;
    -webkit-appearance: none !important;
    box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
}

#can_embed_form input[type="submit"]:hover {
    background-color: #EB3D1A !important;
    color:#FFFFFF !important;
}

#can_embed_form input[type="text"].disabled, 
#can_embed_form input[type="password"].disabled, 
#can_embed_form input[type="url"].disabled, 
#can_embed_form input[type="email"].disabled, 
#can_embed_form input[type="tel"].disabled, 
#can_embed_form input[type="number"].disabled, 
#can_embed_form textarea.disabled, 
#can_embed_form input[type="submit"].disabled, 
#can_embed_form .button.disabled, 
#can_embed_form .disabled {
	cursor: default !important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important;
	-moz-opacity: 0.5 !important;
	-khtml-opacity: 0.5 !important;
	opacity: 0.5 !important;
	text-shadow: none !important;
}

#can_embed_form form ul {
    width: 100% !important;
    margin-bottom: -15px !important;
}

#can_embed_form form li {
    width: 100% !important;
    margin-bottom: 15px !important;
    list-style: none outside none !important;
    position: relative !important;
}

#can_embed_form ul {
    margin-bottom: -10px !important
}

#can_embed_form li {
    margin-bottom: 10px !important
}

#can_embed_form form label {
    display: block !important;
    word-wrap: break-word !important;
}

#can_embed_form #action_welcome_message #action_welcome_message_inner {
	background-color: #F5F5F5 !important;
    border: 1px solid #E8E8E8 !important;
	padding:9px !important;
}

	#can_embed_form #action_welcome_message #action_welcome_message_inner > div {
		max-width: 100% !important;
	}

/* MESSAGES -------------------------------------------------------------------------- */

#can_embed_form .error_input,  
#can_embed_form input[type="text"].error_input, 
#can_embed_form input[type="password"].error_input, 
#can_embed_form input[type="url"].error_input, 
#can_embed_form input[type="email"].error_input, 
#can_embed_form input[type="tel"].error_input, 
#can_embed_form input[type="number"].error_input, 
#can_embed_form textarea.error_input,
#can_embed_form .error_input_cc,  
#can_embed_form input[type="text"].error_input_cc, 
#can_embed_form input[type="password"].error_input_cc, 
#can_embed_form input[type="url"].error_input_cc, 
#can_embed_form input[type="email"].error_input_cc, 
#can_embed_form input[type="tel"].error_input_cc, 
#can_embed_form input[type="number"].error_input_cc, 
#can_embed_form textarea.error_input_cc {
    background-color: #f4b4b4 !important;
    border: 1px solid #A31010 !important;
    color: #333 !important;
}

#can_embed_form .error_checkbox label {
    color: #A31010 !important;
}

#can_embed_form input[type="text"].error_input::-webkit-input-placeholder,
#can_embed_form input[type="password"].error_input::-webkit-input-placeholder,
#can_embed_form input[type="url"].error_input::-webkit-input-placeholder,
#can_embed_form input[type="email"].error_input::-webkit-input-placeholder,
#can_embed_form input[type="tel"].error_input::-webkit-input-placeholder,
#can_embed_form input[type="number"].error_input::-webkit-input-placeholder,
#can_embed_form textarea.error_input::-webkit-input-placeholder {
   color: #A31010 !important;
}

#can_embed_form input[type="text"].error_input:-moz-placeholder,
#can_embed_form input[type="password"].error_input:-moz-placeholder,
#can_embed_form input[type="url"].error_input:-moz-placeholder,
#can_embed_form input[type="email"].error_input:-moz-placeholder,
#can_embed_form input[type="tel"].error_input:-moz-placeholder,
#can_embed_form input[type="number"].error_input:-moz-placeholder,
#can_embed_form textarea.error_input:-moz-placeholder {
   color: #A31010 !important;
}

#can_embed_form input[type="text"].error_input::-moz-placeholder,
#can_embed_form input[type="password"].error_input::-moz-placeholder,
#can_embed_form input[type="url"].error_input::-moz-placeholder,
#can_embed_form input[type="email"].error_input::-moz-placeholder,
#can_embed_form input[type="tel"].error_input::-moz-placeholder,
#can_embed_form input[type="number"].error_input::-moz-placeholder,
#can_embed_form textarea.error_input::-moz-placeholder {
   color: #A31010 !important;
}

#can_embed_form input[type="text"].error_input:-ms-input-placeholder,
#can_embed_form input[type="password"].error_input:-ms-input-placeholder,
#can_embed_form input[type="url"].error_input:-ms-input-placeholder,
#can_embed_form input[type="email"].error_input:-ms-input-placeholder,
#can_embed_form input[type="tel"].error_input:-ms-input-placeholder,
#can_embed_form input[type="number"].error_input:-ms-input-placeholder,
#can_embed_form textarea.error_input:-ms-input-placeholder {
   color: #A31010 !important;
}

#can_embed_form .check_radio_field label.error_checkbox,
#can_embed_form .check_radio_field label.error_checkbox a {
    color: #A31010 !important;
}

#can_embed_form .check_radio_field label.error_checkbox a {
    text-decoration: underline !important;
}

/* DONATE -------------------------------------------------------------------------- */

#can_embed_form .donate_amount,
#can_embed_form .tip_label {
	padding:1% !important;
	float: left !important;
	margin:0 1.5% 10px !important;
	background-color:#F5F5F5 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	font-size: 14px !important;
	font-weight: 700 !important;
	line-height: 34px !important;
	position: relative !important;
	text-align: center !important;
	cursor:pointer !important;
	min-width: 54px !important;
}

	#can_embed_form .donate_amount input[type="text"],
	#can_embed_form .tip_label input[type="text"] {
		padding:4px !important;
		text-align: center !important;
	}
	
	#can_embed_form .donate_amount:hover,
	#can_embed_form .donate_amount-selected,
	#can_embed_form #tip_jar .tip_label:hover,
	#can_embed_form #tip_jar .tip_label.tip_label-selected {
		background-color: #25B036 !important;
		-webkit-transition: all .25s linear;
		-moz-transition: all .25s linear;
		-ms-transition: all .25s linear;
		-o-transition: all .25s linear;
		transition: all .25s linear;
		color:#FFFFFF !important;
	}

#can_embed_form .donate_amount,
#can_embed_form .tip_label {
	width: 20% !important;
}

	#can_embed_form .donate_amount input[type="radio"],
	#can_embed_form .tip_label input[type="radio"] {
		visibility: hidden !important;
		position: absolute !important;
		top:0 !important;
		left: 0 !important;
	}	
	
#can_embed_form input.donate_amount_custom[type="text"],
#can_embed_form input.tip_jar_amount[type="text"] {
	display: inline-block !important;
	margin: 0 !important;
	width: 100% !important;
	-webkit-box-shadow: inherit !important;
	-moz-box-shadow: inherit !important;
	box-shadow: inherit !important;
	top: 0 !important;
}

#can_embed_form .donate_recurring {
	padding: 20px 20px 10px !important;
	cursor: pointer !important;
	background-color:#F5F5F5 !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	margin-bottom: 10px !important;
}

	#can_embed_form .donate_recurring .donate_recurring_inner label {
		font-size: 16px !important;
		color: #4E4E4E !important;
	}

#can_embed_form #donation_recipient_wrap {
	border-bottom: 1px solid #CBCBCB !important;
	padding-bottom: 40px !important;
	margin: 40px 0 !important;
}

#can_embed_form .donation_recipients {
	line-height: 25px !important;
	font-weight: 100 !important;
}

#can_embed_form .single_recipient,
#can_embed_form .donate_cc_exp {
	line-height: 25px !important;
	position: relative !important;
	width: 100% !important;
	float: left !important;
}

	#can_embed_form .single_recipient:nth-child(2n),
	#can_embed_form .donate_cc_exp:nth-child(2n) {
		margin-right:0 !important;
	}
	
#can_embed_form .single_recipient {
	margin-bottom: 25px !important;
}

#can_embed_form .donation_info {
	display: block !important;
}

#can_embed_form .donation_info {
	max-width: 330px !important;
	line-height: 25px !important;
}

#can_embed_form .donation_info_split {
	display: block !important;
	margin-top: 10px !important;
}

	#can_embed_form .donation_info_split input {
		margin:0 !important;
	}

#can_embed_form #donate_login {
	margin:40px 0 !important;
	text-align: center !important;
	background-color: #F5F5F5 !important;
	padding: 19px !important;
	border:1px solid #D6D6D6 !important;
}

#can_embed_form #donate_disclaimer {
	padding-top: 20px !important;
	border-top: 1px dotted #D6D6D6 !important;
	font-size: 12px !important;
	line-height: 22px !important;
	margin-top:20px !important;
}

#can_embed_form #tip_jar {
	margin:0 0 20px !important;
	background-color: #F5F5F5 !important;
	padding: 19px !important;
	border:1px solid #D6D6D6 !important;
}

	#can_embed_form #tip_jar .tip_label {
		background-color: #E5E5E5 !important;
	}

	#can_embed_form #tip_jar .tip_jar_fields {
		display: block !important;
		margin-top: 20px !important;
	}
	
#donation_welcome {
	margin-bottom: 40px !important;
	background-color: #F5F5F5 !important;
	padding: 19px !important;
	border-left:1px solid #D6D6D6 !important;
	border-right:1px solid #D6D6D6 !important;
	border-bottom:1px solid #D6D6D6 !important;
    margin: -40px 0 40px !important;
}

/* FLOATS FOR WIDER SCREENS -------------------------------------------------------------------------- */

#can_embed_form.can_float #form_col1 {
	float: left !important;
	width: 48% !important;
}

#can_embed_form.can_float #form_col2 {
	float: right !important;
	width: 48% !important;
}

/* IE FIXES -------------------------------------------------------------------------- */

.ie_7 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .donate_amount .placeholder_fix_wrap .placeholder,
.ie_7 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .tip_label .placeholder_fix_wrap .placeholder {
	margin-top: -35px !important;
	margin-left: 3px !important;
}

.ie_7 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder,
.ie_8 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder,
.ie_9 #can_embed_form .donation_info_split .placeholder_fix_wrap .placeholder {
	margin-top: -30px !important;
	margin-left: 3px !important;
}