*{
	margin:0;
	padding:0;
	border:none;
	outline:none;
}
body{
	background:#fff;
	font:normal 12px Arial, Helvetica, sans-serif;
}
form{display:inline;}
#main{
	width:765px;
	margin:0 auto;
	overflow:hidden;
}
#header{
	background:url(/gofreecredit/img/newfreescore/bg-header-2.gif) no-repeat;
	height:111px;
	width:765px;
	position:relative;
	font-size:13px;
}
#header .logo{
	background:url(/gofreecredit/img/newfreescore/logo.gif) no-repeat;
	overflow:hidden;
	text-indent:-9999px;
	float:right;
	display:inline;
	width:184px;
	height:28px;
	margin:25px 25px 0 0;
}
#header .heading{
	background:url(/gofreecredit/img/newfreescore/heading.gif) no-repeat;
	width:295px;
	height:19px;
	overflow:hidden;
	text-indent:-9999px;
	float:left;
	display:inline;
	margin:30px 0 0 15px;
}
#header .nav{
	list-style:none;
	height:30px;
	width:100%;
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
}
#header .nav li{
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	display:inline;
	line-height:22px;
	background:url(/gofreecredit/img/newfreescore/nav-divider.gif) no-repeat right center;
	padding:0 5px;
}
#content{
	position:relative;
	width:765px;
}
#content .top{
	background:url(/gofreecredit/img/newfreescore/bg-content-top-image.jpg) no-repeat;
	height:422px;
	width:765px;
}
#content .list{
	position:absolute;
	top:230px;
	left:2px;
	background:url(/gofreecredit/img/newfreescore/img-list.gif) no-repeat;
	width:243px;
	height:180px;
}
/*---------FORM---------*/
#content .form{
	width:460px;
	position:absolute;
	left:284px;
	top:202px;
	padding:0;
	float:left;
}
#content .form label{
	float:left;
	display:inline;
	margin:0 6px 15px;
}
#content .form label span{
	font-size:12px;
	font-weight:bold;
	width:72px;
	float:left;
	line-height:20px;
	color:#fff;
}
#content .form label input{
	width:140px;
	height:17px;
	float:left;
	border:1px solid #11900f;
}
#content .form label .select-label{
	width:180px;
	overflow:hidden;
	text-align:right;
}
#content .form label select{
	width:260px;
	height:20px;
	border:1px solid #11900f;
}
#content .form .submit{
	width:296px;
	height:70px;
	display:inline;
	float:right;
	overflow:hidden;
	margin:0 20px 0 0;
}
#content .form a img{
	display:block;
	border:none;
	margin:0 0 0 198px;
	clear:left;
	overflow:visible;
}
#content .form .check{
	text-align:center;
	line-height:30px;
	margin:0px 0 0 45px;
	overflow:hidden;
	clear:both;
}
#content .form .check span,
#content .form .check input{
	float:left;
	font-size:12px;
	height:15px;
	line-height:15px;
	margin:10px 3px 0;
	outline:none;
	color:#fff;
	border:none;
}
#submit {
    cursor: pointer;
    display:inline; 
    float:right;
    width:296px;
    margin: 0 20px 0 0;
}
#content p{
	margin:5px 0 10px;
	color:#3d6496;
}
#footer{
	overflow:hidden;
	height:94px;
	width:765px;
	background:url(/gofreecredit/img/newfreescore/bg-footer-2.gif) no-repeat;
}
#footer .sub-nav{
	color:#fff;
	width:100%;
	height:43px;
	margin-top:10px;
	overflow:hidden;
	text-align:center;
	list-style:none;
}
#footer .sub-nav li{
	display:inline;
	line-height:43px;
}
#footer .sub-nav a{
	margin:0 5px;
	color:#fff;
	text-decoration:underline;
}
#footer .sub-nav a:hover{
	text-decoration:none;
}
#footer .copyright{
	font-size:10px;
}
/* For Form Errors */
.errorfield {
    font-family: Times;
    font-size: 12px;
    background-color: black;
    color:red;
}

#errors ul{ 
list-style:none;
list-style-type:none;
}
#errors ul.errors li{ 
color:red;
margin:0 0 2px 10px;
}

