html {
	background: url(charity-2-colorful-txtr.jpg) -25% 0;
}
body {
	color:#000;
	text-shadow:0 1px 0 #fff;
}
a {
	color: #222;
	-webkit-transition : color .25s .1s linear;
	-moz-transition : color .25s .1s linear;
	-o-transition : color .25s .1s linear;
	transition : color .25s .1s linear;
}
a:hover {
	color:#000;
}
h1,
h2,
h3 {
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}
h1 {
	color: #ff9934;
	letter-spacing:-1px;
}
h2 {
	color: #ff0167;
}
h3 {
	color: #34ccfe;
}
#cc-branding-outer {
	background: url(charity-colorful-hdr.png) no-repeat right top;
	min-height:182px;
	margin-bottom: -32px;
}
#cc-container {
	margin-top:0;
}
#cc-content {
	margin-left: 358px;	
}
#cc-content-sub-outer {
	border:1px solid;
	border-color:#fff #dddfdf #dddfdf;
	background: #EAEAEA;
	background:rgba(255,255,255,.4);
	-moz-box-shadow:0 20px 5px -10px rgba(0,0,0,.05), 0 20px 10px -8px rgba(0,0,0,.03);
	-webkit-box-shadow:0 20px 5px -10px rgba(0,0,0,.05), 0 20px 10px -8px rgba(0,0,0,.03);
	box-shadow:0 20px 5px -10px rgba(0,0,0,.05), 0 20px 10px -8px rgba(0,0,0,.03);
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.cc-divider {
	height: 1px;
	background:#36cf00;
	border-color:#fff;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background:#36cf00;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#36cf00;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(38,191,0)), color-stop(1, rgb(65,218,0)) );
	background-image: -moz-linear-gradient( center bottom, rgb(38,191,0) 0%, rgb(65,218,0) 100% );
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(255,255,255,.4);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(255,255,255,.4);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2), inset 0 0 5px rgba(255,255,255,.4);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #81c04e;
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.6);
	font-weight:bold;
	letter-spacing:-1px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#18a713;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(65,218,0)), color-stop(1, rgb(38,191,0)) );
	background-image: -moz-linear-gradient( center bottom, rgb(65,218,0) 0%, rgb(38,191,0) 100% );
	color: #fff;
}
.group-sep {
	border-color: #36cf00;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary,
* html .cc-btn-tertiary {
	background-color:#36cf00;
	color:#fff;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover,
* html .cc-btn-tertiary:hover {
	background-color:#18a713;
}

#cc-branding-inner { margin-bottom: 32px; }