.custom {float: left;}
.custom h1 { font-size: 24px; color: #656868; margin: 0; padding: 20px 0px 0px 0px; font-weight: normal;}
.custom h2 { font-size: 41px; color: #656868; margin: -10px 0px 0px 0px; font-weight: normal;}
.custom h3 { font-size: 30px; text-align: center; color: #656868; font-weight: normal;}
.custom h4 { font-size: 24px; color: #656868; text-align: center; margin-top: 20px;}
.custom_builda input { 
	height: 50px; 
	width: 230px; 
	margin: 10px 0px 0px 160px; 
	cursor: pointer; 
	border-radius: 6px;
	text-shadow: 1px 1px #ffffff;
	color:#6B6B6B;
	font-weight: bold !important;
  	font-size: 16px !important;
	background: rgb(210,230,56); /* Old browsers */
  	background: -moz-linear-gradient(top, rgba(210,230,56,1) 16%, rgba(195,216,37,1) 54%, rgba(156,214,55,1) 95%); /* FF3.6+ */
  	background: -webkit-gradient(linear, left top, left bottom, color-stop(16%,rgba(210,230,56,1)), color-stop(54%,rgba(195,216,37,1)), color-stop(95%,rgba(156,214,55,1))); /* Chrome,Safari4+ */
  	background: -webkit-linear-gradient(top, rgba(210,230,56,1) 16%,rgba(195,216,37,1) 54%,rgba(156,214,55,1) 95%); /* Chrome10+,Safari5.1+ */
  	background: -o-linear-gradient(top, rgba(210,230,56,1) 16%,rgba(195,216,37,1) 54%,rgba(156,214,55,1) 95%); /* Opera 11.10+ */
  	background: -ms-linear-gradient(top, rgba(210,230,56,1) 16%,rgba(195,216,37,1) 54%,rgba(156,214,55,1) 95%); /* IE10+ */
  	background: linear-gradient(to bottom, rgba(210,230,56,1) 16%,rgba(195,216,37,1) 54%,rgba(156,214,55,1) 95%); /* W3C */
  	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e638', endColorstr='#9cd637',GradientType=0 ); /* IE6-9 */
}
.custom_builda input:hover { color:#708c04; }
.custom_builda { width: 550px; padding: 0px 70px 0px 0px; }

.custom_buildb{ width: 306px; }

.customborder {
	background: url('/static/img/subpages/custom_build_big.png') 0px 20px no-repeat;
	border-top: 2px solid #c3c3c3;
	border-bottom: 2px solid #c3c3c3;
	height: 630px;
	padding: 0px 0px 0px 0px;
}