#splash.dom_search  {
	height: 250px;
	background: #add750 url('/images/bg.png') top center no-repeat;
	background-size: 100%;
	text-align: center;
	border-bottom: 2px solid #BBD74F;
}
#splash.dom_search h2 {
	color: #3a3a3a;
	font-size: 48px;
	letter-spacing: -3px;
    line-height: 58px;
    padding: 30px 0 10px;
    margin: 0;
}
#splash.dom_search h3 {
	color: #4a4a4a;
	font-size: 20px;
	font-weight: normal;
    padding: 0;
    margin: 0;
}
#splash.dom_search form {
	margin: 35px 0 12px;
}
#splash.dom_search input {
	font-size: 25px;
	color: #5a5a5a;
	border: none;
	margin: 0;
	border: 5px solid white;
	border-radius: 3px;
	width: 400px;
}
#splash.dom_search input[type="submit"] {
	background-color: transparent;
	color: #fff;
	border: 3px solid #fff;
	border-radius: 3px;
	width: auto;
	padding: 2px 8px;
}
#splash.dom_search input[type="submit"]:hover {
	color: #4a4a4a;
	border: 3px solid rgba(0,0,0,0.4);
	transition: 0.3s;
}
#splash.dom_search select {
	font-size: 25px;
	color: #5a5a5a;
	border: none;
	height: 42px;
	margin: 0;
	padding: 5px;
}
#splash.dom_search .errors {
	color: #E2513B;
}

.blur {
    color: #aaa;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.pricing {
	margin: 15px auto 35px;
	border-left: 1px solid #E1F3CF;
}
table.pricing th {
	background-color: #E1F3CF;
	color: #555F4B;
	font-size: 120%;
}
table.pricing tbody tr:nth-child(even) {
	background-color: #F3F9EF;
}
table.pricing td, table.pricing th {
	padding: 12px 24px;
	border-right: 1px solid #E1F3CF;
	border-bottom: 1px solid #E1F3CF;
	text-align: center;
}
table.pricing td:first-child {
	color: #555F4B;
	font-weight: bold;
	font-size: 120%;
}

.addons ul {
	margin-top: 25px;
}
.addons li {
	list-style-type: none;
	margin-bottom: 35px;
	width: 360px;
	float: left;
	padding: 0 50px 0 70px;
}
.addons li h3 {
}
.addons li.theft {
	background: transparent url('/images/theft.gif') top left no-repeat;
}
.addons li.panel {
	background: transparent url('/images/panel.gif') top left no-repeat;
}
.addons li.dns {
	background: transparent url('/images/dns.gif') top left no-repeat;
}
.addons li.forwarding {
	background: transparent url('/images/forwarding.gif') top left no-repeat;
}

/* Results Page */
.search_results {
	margin-bottom: 55px;
}
.search_results .result .domain {
	color: #5AAA10;
	font-size: 150%;
}
.search_results .result {
	border-bottom: none;
}

.search_suggest .result .domain {
}

.result {
	padding: 25px 0;
	border-bottom: 1px solid #ddd;
}
.result .domain {
	font-size: 120%;
}
.result select {
	margin-right: 8px;
}
.result form {
	float: right;
	padding-top: 4px;
}

