html {
	background: #FFF url(blue-4-bg.jpg) repeat-x center top;
}
body {
	background: transparent url(blue-4-mainbg.jpg) no-repeat center top;
	color: #4b8a9f;
}
a {
	color: #4b8a9f;
}
a:hover {
	color:#63A2B6;
	color:rgba(75, 138, 159, .7);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
	text-shadow:0 1px 0 rgba(0, 0, 0, .3);
	font-weight:normal;
	color:#D46683;
}
h1 {
	color:#f65c04;
}
h3 {
	text-shadow:0 1px 0 rgba(255, 255, 255, 1);
}
#cc-container {
	margin-top:0;
}
#cc-content-sub-outer {
	background:#e9f4ff url(blue-4-colbg.jpg) no-repeat center top;
	box-shadow:-2px 2px 2px rgba(0, 0, 0, .2);
	-moz-box-shadow:-3px 2px 4px rgba(0, 0, 0, .06);
	-webkit-box-shadow:-3px 2px 4px rgba(0, 0, 0, .06);
}
.cc-divider {
	background:#a90405;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary[disabled]:hover {
	background:#77b8ff url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .15);
	border:none;
	color:#fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	font-family:Constantia, "Lucida Bright", Lucidabright, "Lucida Serif", Lucida, "DejaVu Serif", "Bitstream Vera Serif", "Liberation Serif", Georgia, serif;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:url(../../common/images/regbtn-overlay.png) repeat-x center top;
	background-color:rgba(119, 184, 255, .85);
	background-color:#a4cfff;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
/*IE6*/
* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary,
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover {
	background-image:none;
}
.group-sep {
	border-color: #4B8A9F;	
}
