	
	html.custom #strip {
		background-image: none;
	}
	
	
	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: #ef2464;
	}
	
	html.custom #copy a 
	{
		border-bottom: 1px dotted #ef2464;
	}
	
	
	html.custom #company_logo {
		display: block;
		width: 400px;
		height: 78px;
		background: url('/FileUpload/upload/21_reflectdigital_logo.png') no-repeat left top;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	
	html.custom .form input.submit {
		border: 1px solid #c40843;
		background-color: #c40843;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ef2464), to(#c40843)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #ef2464, #c40843); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #ef2464, #c40843); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #ef2464, #c40843); /* IE10 */
		background-image:      -o-linear-gradient(top, #ef2464, #c40843); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #ef2464, #c40843);
		border: 1px solid #c40843;
	}
	
		html.custom .form input.submit:hover,
		#options:hover {
			background-color: #ef2464;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#c40843), to(#ef2464)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #c40843, #ef2464); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #c40843, #ef2464); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #c40843, #ef2464); /* IE10 */
			background-image:      -o-linear-gradient(top, #c40843, #ef2464); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #c40843, #ef2464);
		}

