html {
	background: #0c1115;
}
body {
	color:#b6c6cc;
}
a {
	color:#d4005a;
}
a:hover {
	color:#d4005a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial Narrow, Arial MT Condensed Light, sans-serif;
}
h2 {
	color:#47A4BE;
}
h3 {
	border-bottom:1px solid #0f2f34;
	color:#47a4be;
}
#cc-branding-outer {
	min-height:10px;	
}
#cc-content-sub-outer {
	background:#101518;
	border:1px solid #0f2f34;
	width:318px !important;
}
#cc-site-info-outer {
	border-top:1px solid #d4005a;
}
.cc-divider {
	background:transparent;
	border-color:#d4005a;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	color:#fff;
	background:#0F2F34;
	font-family: Arial Narrow, Arial MT Condensed Light, sans-serif;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	color:#fff;
	background:#144147;
}
.cc-btn-secondary {	
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1; 
	-moz-opacity: 0.6;
	opacity:.6;
}
.group-sep {
	border-color: #144147;
}
/***IE6***/
* html #cc-branding-outer {
	height:10px;	
}
