/*html, body {
	height:100%
}*/
body {
	color: #555;
	background: rgb(244,101,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(244,101,0,1) 0%, rgba(175,67,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(244,101,0,1)), color-stop(100%,rgba(175,67,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(244,101,0,1) 0%,rgba(175,67,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(244,101,0,1) 0%,rgba(175,67,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(244,101,0,1) 0%,rgba(175,67,0,1) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(244,101,0,1) 0%,rgba(175,67,0,1) 100%); /* W3C */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#f46500',endColorstr='#af4300')"; /* IE6-9 fallback on horizontal gradient */
	font: 12px/1.5 Arial, Helvetica, sans-serif;
	zoom:1;
	min-width:950px;
}
h1,
h2,
h3 {
	color: #cf3501;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}
h2,h3 {
	color: #f46500;
	font-weight:bold;
	font-size: 16px;
}
a {
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.cc-divider {
	height: 1px;
	background: none;
	border-color:#B24500;
}
.group-sep {
	border-color: #B24500;
}
#cc-branding-outer {
	margin-bottom: 0;
	min-height:70px;
}
#cc-content-outer {
	background:rgb(255,255,255);
	background:rgba(255,255,255,.88);
	min-height:670px;
	-moz-box-shadow: 0 0 18px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 18px rgba(0,0,0,.2);
	box-shadow: 0 0 18px rgba(0,0,0,.2);
	border-top:1px solid white;
	overflow: visible !important;
}
#cc-content-sub-inner {
	background: rgb(252,236,224); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,236,224,1) 0%, rgba(254,247,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,236,224,1)), color-stop(100%,rgba(254,247,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,236,224,1) 0%,rgba(254,247,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,236,224,1) 0%,rgba(254,247,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,236,224,1) 0%,rgba(254,247,242,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(252,236,224,1) 0%,rgba(254,247,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcece0', endColorstr='#fef7f2',GradientType=0 ); /* IE6-9 */
	position:relative;
	text-shadow: 0 1px 0 white;	
}
#cc-content-sub-inner::after {
	content:"";
	background:url(vivid-orange-shdw.png) no-repeat center bottom;
	position:absolute;
	bottom:-57px;
	height:57px;
	width:307px;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	background: rgb(244,101,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(244,101,0,1) 0%, rgba(219,80,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(244,101,0,1)), color-stop(100%,rgba(219,80,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(244,101,0,1) 0%,rgba(219,80,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(244,101,0,1) 0%,rgba(219,80,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(244,101,0,1) 0%,rgba(219,80,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(244,101,0,1) 0%,rgba(219,80,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f46500', endColorstr='#db5000',GradientType=0 ); /* IE6-9 */
	font-family:  Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 0px -1px 0 rgba(0,0,0,.6);
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .3);
	border: none;
	padding: 9px 14px 8px 14px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background: rgb(219,80,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(219,80,0,1) 0%, rgba(244,101,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,80,0,1)), color-stop(100%,rgba(244,101,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(219,80,0,1) 0%,rgba(244,101,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(219,80,0,1) 0%,rgba(244,101,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(219,80,0,1) 0%,rgba(244,101,0,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(219,80,0,1) 0%,rgba(244,101,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db5000', endColorstr='#f46500',GradientType=0 ); /* IE6-9 */
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#fff;
}
.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: rgb(0,91,0);
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover,
* html .cc-btn-tertiary:hover {
	background-color: rgb(0,91,0);
}
