BODY{
    display: block;
    background:white; 
    margin: 0px auto;
    font-family: Arial, Helvetica, sans-serif;
}

img { padding:0px; margin:0px; }

h1 { padding: 5px 5px 0px 5px; margin: 0px; font: 24px Arial;font-weight: bold  }

dl, dt { margin: 0px; padding: 5px 0px 5px 5px; } 

dd, dt, li, ul,td.formfielld { 
	font-size: 12px ;font-family:arial; 
}

.copys{ 
    font-size:12px;
    margin-top:15px;
    color:gray;
    text-align:center;
}
.errorfield, input.errorfield { background-color: black; color:red; }
.formdiv { 
    background:url(/gofreecredit/img/cart/form-bg.jpg) no-repeat; 
    width:507px; 
    height:364px; 
    margin:0px; 
    padding:0px;
    font-size: 12px;
    position:relative;
}
.formdiv table { 
    position:absolute;
    top:80px;
    left:15px;
    padding:0;
    border:0;
    width:480px;
}
.formdiv td { width:50%; }
.formdiv label { 
    font-weight:bold; 
    color: black;
    float:left;
    width: 80px;
}
.formdiv .input_txt { 
    border:none; 
    padding:2px;
    width:140px;
}
.formdiv label.mailinglist {
    font-weight:normal;
    width:100%;
}
.formdiv table tr td { 
    height:40px;
}
.btn_container { 
    text-align:center;
    position: relative;
}
.btn_container .bbb { 
    float:left;
    margin:20px 0 0 35px;
}
.btn_container button {
    float:left;
    margin-left:30px;
    width:270px;
    height:65px;
}
button { 
    background:none;
    border:0;
    cursor:pointer;
}
label.lpid { width: 200px; padding-top:4px; }
select#lpid { border:1px solid #f39b09; width: 180px; }
.required { 
    color:red;
}
.bottom_links {
    font-size: 12px;
    font-weight: bold;
    color:#f39b09; 
    text-align:center;
}
.bottom_links a { 
    color: #f39b09;
    text-decoration:none;
}
.bottom_links a:hover { 
    text-decoration:underline;
}
