html {
	background: #93080b url(red-1-gradient-bg.jpg) repeat-x top left;
}
body {
	color: #fff;
}
a {
	color: #d7d6a3;
}
a:hover {
	color:rgba(223, 222, 183, .8);
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Tahoma, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,
h2 {
	color:#fff;
	text-shadow: 2px 2px 0 rgba(0, 0, 0, .5);
}
h2 {
	color:#fff;
	font-weight:bold;
}
h3 {
	color:#fff;
	font-weight:bold;
}
#cc-container {
	margin-top:0;
}
#cc-branding-outer {
	min-height:10px;
}
#cc-content-outer {
}
#cc-content-sub-outer {
	background: rgba(255, 255, 255, .05);
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
/*#cc-content-sub-inner {
	padding: 15px;
}
*/
.cc-divider {
	background:transparent;
	border-color:#d7d6a3;
}
a.cc-calendar {
	color:#d7d6a3;
}
a.cc-calendar:hover {
	color:rgba(223, 222, 183, .8);
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: Tahoma, Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 20px;
	background:#5c352e url(../../common/images/regbtn-overlay.png) repeat-x center top;
	box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-moz-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	-webkit-box-shadow: 2px 2px 0 rgba(0, 0, 0, .2);
	border:none;
	color:#fff;
	font-weight:bold;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#6e4944 url(../../common/images/regbtn-overlay.png) repeat-x center top;
	color: #fff;
}
.group-sep {
	border-color: #5c352e;	
}
a.cc-register:after {
	/**content: " \2192";**/
}
.cc-btn-secondary {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html #cc-branding-outer {
	height:10px;	
}
* html a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background: #5c352e;
}
* html a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#6e4944;
}
.required-mark {color:#000;}
.error-primary, .error-secondary, .warning-primary, .warning-secondary {color:#d7d6a3;}