	
	html.custom body {
		background: #ffffff url('/img/light2.png') no-repeat top center;
	}
	
	
	html.custom #strip {
		background-image: none;
	}
	
	
	html.custom .box,
	html.custom .results th.spacer
	{
		background-color: #fafafa;
	}
	
	
	html.custom .box 
	{
		-moz-box-shadow: 0px 0px 20px #ffffff;
		-webkit-box-shadow: 0px 0px 20px #ffffff;
		box-shadow: 0px 0px 20px #ffffff;
	}
	
	
	html.custom input.input, 
	html.custom .selectBox-dropdown,
	html.custom textarea
	{
		-moz-box-shadow: 0px 0px 5px #ffffff;
		-webkit-box-shadow: 0px 0px 5px #ffffff;
		box-shadow: 0px 0px 5px #ffffff;
	}
	
	
	html.custom .report, 
	html.custom #custom_form
	{
		border: 1px solid #23A6B0;
	}
	
	html.custom #share strong
	{
		border-bottom: 1px solid #23A6B0;
	}
	
	
	html.custom body, 
	html.custom label,
	html.custom .m_content h5,
	html.custom .m_content p,
	html.custom .results th,
	html.custom .bubbletip h4,
	html.custom #share strong,
	html.custom #copy, html.custom #copy a
	{
		color: #888888;
	}
	
	html.custom #copy a 
	{
		border-bottom: 1px dotted #888888;
	}
	
	
	html.custom #company_logo {
		display: block;
		width: 422px;
		height: 85px;
		background: url('/FileUpload/upload/89_LogoAT_LongRVB72RectangleDigital.png') no-repeat left top;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	
	html.custom .form input.submit {
		border: 1px solid #ffffff;
		background-color: #c3cfd4;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#23A6B0), to(#c3cfd4)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #23A6B0, #c3cfd4); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #23A6B0, #c3cfd4); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #23A6B0, #c3cfd4); /* IE10 */
		background-image:      -o-linear-gradient(top, #23A6B0, #c3cfd4); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #23A6B0, #c3cfd4);
		border: 1px solid #ffffff;
	}
	
		html.custom .form input.submit:hover,
		#options:hover {
			background-color: #23A6B0;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#c3cfd4), to(#23A6B0)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #c3cfd4, #23A6B0); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #c3cfd4, #23A6B0); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #c3cfd4, #23A6B0); /* IE10 */
			background-image:      -o-linear-gradient(top, #c3cfd4, #23A6B0); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #c3cfd4, #23A6B0);
		}

h1#slogan {
  color:#686868;
  font-size:1.1em;
  font-weight:normal;
  text-align:center;
  margin-top:20px;
}