html {
	background: #4b7d0e url(sports-1-bodybg.jpg) repeat-x;
}
body {
	background: transparent url(sports-1-bg.jpg) no-repeat center top;
	color: #e4eff7;
}
#cc-container {
	margin-top:0;
	padding-top:24px;
	background: transparent url(../../common/images/whitetrans-20.png) repeat;
	min-height:571px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
a {
	color: #e4eff7;
}
#cc-content-sub-outer {
	color:#fff;
}
#cc-content-sub-outer a {
	color:#fff;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background:#58A5F5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border:none;
	color:#fff;
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	color:#fff;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	background:#3896F3;
}
.group-sep {
	border-color: #58A5F5;	
}
/*IE 6*/
* html #cc-container {
	background-image: none;
}
