	
	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: #fcfefd;
	}
	
	
	html.custom .box 
	{
		-moz-box-shadow: 0px 0px 20px #c1d2dc;
		-webkit-box-shadow: 0px 0px 20px #c1d2dc;
		box-shadow: 0px 0px 20px #c1d2dc;
	}
	
	
	html.custom .report, 
	html.custom #custom_form
	{
		border: 1px solid #fe8502;
	}
	
	html.custom #share strong
	{
		border-bottom: 1px solid #fe8502;
	}
	
	
	html.custom #company_logo {
		display: block;
		width: 300px;
		height: 100px;
		background: url('/FileUpload/upload/138_om-logo-modified-swash.png') no-repeat left top;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	
	html.custom .form input.submit {
		border: 1px solid #005072;
		background-color: #ff8702;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8702), to(#ff8702)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #ff8702, #ff8702); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #ff8702, #ff8702); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #ff8702, #ff8702); /* IE10 */
		background-image:      -o-linear-gradient(top, #ff8702, #ff8702); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #ff8702, #ff8702);
		border: 1px solid #005072;
	}
	
		html.custom .form input.submit:hover,
		#options:hover {
			background-color: #ff8702;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#ff8702), to(#ff8702)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #ff8702, #ff8702); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #ff8702, #ff8702); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #ff8702, #ff8702); /* IE10 */
			background-image:      -o-linear-gradient(top, #ff8702, #ff8702); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #ff8702, #ff8702);
		}

	
	html.custom h1#slogan {
		color: #7e7da5;
		
	}
	
#share {
  display: none;
}
#hgiys_provider{
  display: none !important;
}
#hgiys_widget{
  margin: 68px 0 0 58px;
}