html {
	background: url(mothersday-2-bg.jpg) -50% 0;
	border-width:10px;
	border-style: solid;
	border-color:#fff;
	border-color:rgba(255,255,255,.9);
}
body, h1, h2, h3 {
	color:#39453f;
	text-shadow:0 1px 0 #fff;
}
a {
	color: #f08696;
}
a:hover {
	color:#ff8e9f;
}
h1, h2 {
	letter-spacing: -1px;
}
h1, h2, h3 {
	color: #00a556;
	font-weight: bold;
}
h3 {
	color: #a5cb3a;
}
#cc-container {
	margin-top:0;
	background: url(mothersday-2-hdr.jpg) no-repeat right top;
}
#cc-content-sub-outer {
	background: transparent;
	background:rgba(255,255,255,.35);
	-moz-box-shadow: 0 20px 5px -10px rgba(0,0,0,.05), 0 20px 15px -18px rgba(0,0,0,.03);
	-webkit-box-shadow: 0 20px 5px -10px rgba(0,0,0,.05), 0 20px 15px -18px rgba(0,0,0,.03);
	box-shadow: 0 20px 5px -10px rgba(0,0,0,.05), 0 20px 15px -18px rgba(0,0,0,.03);
}
.cc-divider {
	height: 1px;
	background:#a5cb3a;
	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:#f08696;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(240,134,150)), color-stop(1, rgb(245,174,186)) );
	background-image: -moz-linear-gradient( center bottom, rgb(240,134,150) 0%, rgb(245,174,186) 100% );
	background-image: linear-gradient( center bottom, rgb(240,134,150) 0%, rgb(245,174,186) 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 #f08696;
	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:#e285b7;
	background-image: -webkit-gradient( linear, left bottom, left top, color-stop(0, rgb(245,174,186)), color-stop(1, rgb(240,134,150)) );
	background-image: -moz-linear-gradient( center bottom, rgb(245,174,186) 0%, rgb(240,134,150) 100% );
	background-image: linear-gradient( center bottom, rgb(245,174,186) 0%, rgb(240,134,150) 100% );
	color: #fff;
}
.group-sep {
	border-color: #a5cb3a;
}
.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:#f08696;
}
* html a.cc-register:hover, * html .cc-btn-primary:hover, * html .cc-btn-secondary:hover, * html .cc-btn-tertiary:hover {
	background-color:#e285b7;
}
