	
	html.custom body {
		background: #b3b3b3 url('/img/light2.png') no-repeat top center;
	}
	
	
	html.custom #strip {
		background-image: none;
	}
	
	
	html.custom .box 
	{
		-moz-box-shadow: 0px 0px 20px #636464;
		-webkit-box-shadow: 0px 0px 20px #636464;
		box-shadow: 0px 0px 20px #636464;
	}
	
	
	html.custom .report, 
	html.custom #custom_form
	{
		border: 1px solid #494B4D;
	}
	
	html.custom #share strong
	{
		border-bottom: 1px solid #494B4D;
	}
	
	
	html.custom #company_logo {
		display: block;
		width: 506px;
		height: 143px;
		background: url('/FileUpload/upload/131_we-are-firetoss-.png') no-repeat left top;
		margin: 0 auto;
		text-indent: -9999px;
	}
	
	
	html.custom .form input.submit {
		border: 1px solid #1072BA;
		background-color: #1072BA;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#169FDA), to(#1072BA)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #169FDA, #1072BA); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #169FDA, #1072BA); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #169FDA, #1072BA); /* IE10 */
		background-image:      -o-linear-gradient(top, #169FDA, #1072BA); /* Opera 11.10+ */
		background-image:         linear-gradient(top, #169FDA, #1072BA);
		border: 1px solid #1072BA;
	}
	
		html.custom .form input.submit:hover,
		#options:hover {
			background-color: #169FDA;
			background-image: -webkit-gradient(linear, left top, left bottom, from(#1072BA), to(#169FDA)); /* Saf4+, Chrome */
			background-image: -webkit-linear-gradient(top, #1072BA, #169FDA); /* Chrome 10+, Saf5.1+, iOS 5+ */
			background-image:    -moz-linear-gradient(top, #1072BA, #169FDA); /* FF3.6 */
			background-image:     -ms-linear-gradient(top, #1072BA, #169FDA); /* IE10 */
			background-image:      -o-linear-gradient(top, #1072BA, #169FDA); /* Opera 11.10+ */
			background-image:         linear-gradient(top, #1072BA, #169FDA);
		}

	
	html.custom h1#slogan {
		color: #636464;
		
	}
	
h1#company_logo {
padding-bottom: 25px;
}
#strip{
margin-bottom: 0;
}