html {
	background: url(abstract-1-ptn.gif) center bottom;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color:#333;
	background: url(abstract-1-noise.gif);
}
a {
	color: #6e949e;
	-webkit-transition : color .25s .1s linear;
	-moz-transition : color .25s .1s linear;
	-o-transition : color .25s .1s linear;
	transition : color .25s .1s linear;
}
a:hover {
	color:#92AEB6;
}
h1,
h2,
h3 {
	color:#6e949e;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
	letter-spacing:-1px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-shadow:0 1px 0 #fff;
	letter-spacing:normal;
	text-transform:uppercase;
	border-bottom:1px dotted rgb(200, 200, 200);
}
#cc-container {
	margin:0;
	background: url(abstract-1-body.png) no-repeat center top;
	width:100%;
}
#cc-branding-outer,
#cc-content-outer,
#cc-site-info {
	width:950px;
	margin:auto;
}
#cc-branding-outer {
	background: url(abstract-1-hdr.gif) no-repeat center top;
}
#cc-content-outer {
	background: url(abstract-1-col.gif) repeat-y left top;
}
#cc-site-info {
	background:  url(abstract-1-ftrshdw.png) no-repeat center bottom;
	min-height:68px;
	padding:0;
}
#cc-site-info-outer {
	background: url(abstract-1-ftr.gif) repeat-x center bottom;
	min-height:68px;
}
.cc-divider {
	height: 1px;
	background:#6e949e;
	border-color:#fff;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary {
	background:#59747b;
	-webkit-transition: background-color .25s .1s linear, -webkit-box-shadow .25s .1s linear;
	-moz-transition: background-color .25s .1s linear, -moz-box-shadow .25s .1s linear;
	-o-transition: background-color .25s .1s linear, -o-box-shadow .25s .1s linear;
	transition: background-color .25s .1s linear, box-shadow .25s .1s linear;
}
a.cc-register,
.cc-btn-primary,
.cc-btn-secondary,
.cc-btn-tertiary,
.cc-btn-tertiary[disabled]:hover {
	font-family: Arial, Helvetica, sans-serif;
	background:#59747b url(../../common/images/regbtn-overlay.png) repeat-x center top;
	-webkit-box-shadow: 0 8px 5px -6px rgba(0, 0, 0, .5), 0 12px 10px -6px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 8px 5px -6px rgba(0, 0, 0, .5), 0 12px 10px -6px rgba(0, 0, 0, .2);
	box-shadow: 0 8px 5px -6px rgba(0, 0, 0, .5), 0 12px 10px -6px rgba(0, 0, 0, .2);
	border:none;
	border-bottom:1px solid rgba(0,0,0,.3);
	color:#fff;
	text-shadow:0 -1px 0 rgba(0,0,0,.6);
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	font-weight:bold;
	letter-spacing:-1px;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover {
	background:#6d919a url(../../common/images/regbtn-overlay.png) center top repeat-x;
	color: #fff;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
}
a.cc-register:hover,
.cc-btn-primary:hover,
.cc-btn-secondary:hover,
.cc-btn-tertiary:hover {
	background:#6d919a url(../../common/images/regbtn-overlay.png) center top repeat-x;
	color: #fff;
}
.group-sep {
	border-color: #6e949e;
}
.cc-btn-secondary {
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	zoom:1;
	-moz-opacity: 0.6;
	opacity:.6;
}
/***IE6***/
* html #cc-container,
* html ##cc-site-info {
	background-image:none;	
}

* html a.cc-register,
* html .cc-btn-primary,
* html .cc-btn-secondary,
* html .cc-btn-tertiary {
	background-image:none;
	background-color:#59747b;
	color:#fff;
}
* html a.cc-register:hover,
* html .cc-btn-primary:hover,
* html .cc-btn-secondary:hover,
* html .cc-btn-tertiary:hover {
	background-image:none;
	background-color:#6d919a;
}
