#billboard {
    position: relative;
	width:555px;
	height:398px;
	background:url(/images/newsite/home-billboard-neustar.jpg) no-repeat;
	margin:0 auto;
	margin-left:-33px;
	padding-left:470px;
}
#billboard h1 {
    padding: 30px 0 0 0;
    font-size: 27px;
    line-height: 34px;
}
#billboard h2,
#billboard h3 {
    margin: 0 0 15px 0;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 16px;
    text-shadow:0 -1px 1px #336;
}
#billboard h3 {
    margin-top: 15px;
    font-size: 18px;
}
#neustar {
    display:block;
    position:relative;
    top: 0;
    left: -438px;
    text-align:center;
    height:70px;
    width: 960px;
}
#neustar a {
    display:block;
    height:70px;
    width: 960px;
}
#instant-test {
    position: absolute;
    top: 218px;
}
fieldset.search {
	width: 494px;
	height: auto;
    padding: 0;
    margin: 0;
    background: none;
    border: none;
}
fieldset.search input#box {
	width: 294px;
	height: 39px;
	border:0;
	color: #999;
	float:left;
	font-size: 14px;
	line-height:36px;
	padding: 0 5px 0 15px;
	background:url(/images/newsite/search_bg.png) no-repeat top left;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
fieldset.search input#box:focus {
	background-position:bottom left;
	color:#000;
	outline: none;
	border:none;
}
fieldset.search button.btn {
	width: 180px;
	height: 39px;
	background:url(/images/newsite/search_bg.png) no-repeat top right;
	border: 0;
	cursor: pointer;
	float: right;
	padding: 0;
	text-indent: -9999px;
    margin: 0;
}
fieldset.search button.btn:hover {
	background:url(/images/newsite/search_bg.png) no-repeat bottom right;
}
.home-bottom {
	width:400px;
	height:370px;
	margin:20px 39px 0 0;
	background-color:#ffffff;
	border:1px solid #d2d2cf;
	padding:29px;
	float:left;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.home-bottom h2 {
	display:inline;
}
.home-bottom .signup-grey {
	width:360px;
	height:40px;
	padding:20px;
	margin-top:20px;
	margin-bottom:30px;
	background-color:#e7e7e7;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.home-bottom .signup-grey .btn-signup-home {
	width:197px;
	height:43px;
	background:url(/images/newsite/btn-signup-home.png) no-repeat top;
	float:left;
}
.home-bottom .signup-grey .starting-at {
	width:45px;
	height:20px;
	margin-left:20px;
	margin-top:5px;
	float:left;
	font-size:10px;
	line-height:normal;
}
.home-bottom .signup-grey .price-area {
	width:95px;
	height:auto;
	color:#000;
	float:left;
	font-size:32px;
	font-weight:bold;
	line-height:normal;
}
.home-bottom .signup-grey .price-area .super {
	vertical-align:super;
	font-size:12px;
}
.home-bottom .signup-grey .price-area .sub {
	font-size:12px;
}
.home-bottom .signup-grey .btn-signup-home:hover {
	background-position:bottom;
}
.home-bottom ul.features {
	width:190px;
	float:left;
	padding:0;
	list-style-image:none;
	margin:10px 20px 0 0;
}
.home-bottom ul.features img {
	float:left;
	margin-right:10px;
	padding-bottom:15px;
}
.home-bottom ul.features p {
	float:right;
}
.home-bottom ul.last {
	margin-right:0;
}
.home-bottom ul.features li {
	font-size:12px;
	line-height:18px;
	padding-bottom:15px;
	list-style:none;
}
.news-section {
	width:900px;
	height:auto;
	margin-top:40px;
	background-color:#ffffff;
	border:1px solid #d2d2cf;
	padding:29px;
	float:left;
	overflow:hidden;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.news-section .latest-news {
	width:500px;
	float:left;
	padding-right:20px;
	border-right:1px dotted #ccc;
}
.news-section .keep-in-touch {
	width:350px;
	margin-left:20px;
	float:left;
}
.news-section .keep-in-touch .blue-form {
	width:292px;
	height:auto;
	padding: 15px 20px 20px 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-color:#c8eefc;
}
.news-section .keep-in-touch .blue-form fieldset {
    padding: 0;
    background: none;
    border: none;
}
.news-section .keep-in-touch .blue-form label {
	display:block;
	font-size:12px;
}
.news-section .keep-in-touch .blue-form .signup {
	width: 165px;
    font: 10px/100% Verdana,Tahoma,sans-serif;
    padding: 5px;
}
.news-section .keep-in-touch .blue-form .joinnow {
	width:95px;
	height:25px;
	text-indent:-9999px;
	background:url(/images/newsite/btn-joinnow.png) no-repeat;
	border:none;
	cursor:pointer;
	display:inline-block;
	overflow:hidden;
    margin-left: 5px;
}