*{
	outline:none;
	border:none;
	margin:0;
	padding:0;
}
body{
	font:12px Arial, Helvetica, sans-serif;
	background:#eaeef7 url(../img/credit-expert/bg-body.gif) repeat-x;
}
#main{
	width:840px;
	overflow:hidden;
	margin:0 auto;
	background:#fff;
}
#header{
	background:url(../img/credit-expert/bg-header.jpg) no-repeat;
	width:840px;
	height:331px;
	overflow:hidden;
}
.logo{
	display:block;
	margin:26px 0 0 36px;
	background:url(../img/credit-expert/logo.gif) no-repeat;
	width:206px;
	height:63px;
	overflow:hidden;
	text-indent:-9999px;
}
#content{
	overflow:hidden;
	background:#fff;
}
.left-column{
	width:550px;
	float:left;
	display:inline;
	margin-left:12px;
}
.left-column .form{
	overflow:hidden;
	background:url(../img/credit-expert/bg-form.gif) no-repeat;
	width:538px;
	padding:61px 0 10px 12px;
}
.left-column .form .line{
	height:30px;
	overflow:hidden;
}
.left-column .form label{
	float:left;
	width:265px;
}
.left-column .form .label{
	float:left;
	width:95px;
	line-height:22px;
	font-weight:bold;
	color:#2a4793;
}
.left-column .form #reason {
    width:265px;
    color:#2a4793;
    font-weight:bold;
}
.left-column .form input#fname,
.left-column .form input#lname,
.left-column .form input#phone1,
.left-column .form input#phone2,
.left-column .form input#zip,
.left-column .form input#address1,
.left-column .form input#city,
.left-column .form input#email {
	width:131px;
	height:20px;
	border:1px solid #7f9db9;
}
.left-column .form input#dayphone1,
.left-column .form input#dayphone2,
.left-column .form input#dayphone3,
.left-column .form input#evephone1,
.left-column .form input#evephone2,
.left-column .form input#evephone3 {
	width:40px;
	height:20px;
	border:1px solid #7f9db9;
}
.left-column .form select {
	height:22px;
	border:1px solid #7f9db9;
}
.left-column .form select#state { width:134px; }
.left-column .form select#creditissue {
    width:150px;
    margin:0 0 0 85px;
}
.left-column .form #debtHelpExperts {
    clear:both;
	color:#2a4793;
	font-weight:bold;
    width:430px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:17px;
    display:none;
}
.left-column .form #debtHelpExperts #debtHelpExpertsInputs {
    position:relative;
    width:140px;
    top:-18px;
    left:380px;
}
.left-column .form #debtHelpExperts #debtHelpExpertsInputs input {
    padding:0;
    border:none;
    margin:0 8px;
}
.left-column .form #debtHelpExperts #debtHelpExpertsInputs label {
    width:60px;
    padding:0;
    margin:1px 4px 0 3px;
}
.left-column .form button#submit{
    clear:both;
	float:left;
    margin:-10px 0 0 0;
    padding:0;
    border:0;
    width:153px;
    height:50px;
    cursor:pointer;
    background:url(../img/credit-expert/button.gif) no-repeat;
}
.left-column .form .textadds{
	line-height:45px;
	float:left;
	display:inline;
    margin:-10px 0 0 10px;
	color:#2a4793;
	font-weight:bold;
}
.left-column .form .checkbox{
    clear:both;
	overflow:hidden;
	width:100%;
	padding:5px 0;
}
.left-column .form .check{
	float:left;
}
.left-column .form .check-text{
	font-size:9px;
	line-height:15px;
	padding-left:10px;
	color:#2a4793;
}
.right-column{
	width:260px;
	padding-right:13px;
	float:right;
}
table{
	border-collapse:collapse;
	vertical-align:middle;
}
table tr td{
	height:85px;
	border-bottom:1px solid #dadada;
}
#footer{
	width:815px;
	margin:0 auto 18px;
	text-align:center;
	padding:13px 0 14px;
	overflow:hidden;
	background:#fff;
	border-bottom:1px solid #dadada;
}
#footer ul{
	background:url(../img/credit-expert/bg-footer.gif) no-repeat;
	width:815px;
	height:40px;
	list-style:none;
	margin:0 auto 17px;
	padding:27px 0 0;
}
#footer ul li{
	display:inline;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	margin:0 7px;
}
#footer p{
	text-align:left;
	width:793px;
	margin:0 auto;
	font-size:11px;
}
.adds{
	overflow:hidden;
	padding-bottom:10px;
	text-align:center;
}
.adds .footer_menu{
	margin:10px 0;
	list-style:none;
	text-align:center;
	font-weight:bold;
	color:#394c6d;
}
.adds .footer_menu li{
	display:inline;
	margin:0 7px;
}
.adds .footer_menu li a{
	color:#394c6d;
	text-decoration:none;
}
.adds .footer_menu li a:hover { text-decoration:underline; }
.adds .copy_Right{
	line-height:9px;
	font-size:10px;
	color:#6d6d6d;
}
.adds .verybottom{
	line-height:9px;
	font-size:10px;
	color:#b4b4b4;
}
/* For Form Errors */
.errorfield {
    font-family: Times;
    font-size: 12px;
    background-color: black;
    color:red;
}
ul.form-errors { padding-left:5px; }
ul.errors { list-style:none; color:red; } 
