h1{
    text-align:center;
}

h3{
    text-align:center;
}

#made_in_usa{
   margin-top: -40px; 
   margin-left: 200px; 
   margin-bottom:30px;
}

.errorlist {
    color: #d00000;
}
#contactus_info {
    width: 520px;
    height: 60px;
    background: #262626;
    padding: 10px 20px;
    padding-right: 0px;
    line-height:15px;
    font-size:12px;
    margin-bottom:10px;
}

#contactus_info #contact_sb{
    float:left;
    width:210px;
}

#contactus_info #price_text{
    /*width:270px;*/
    margin-left:240px;
    color:#00A0C6;
}

#contactus_info #limitations {
   font-size:9px; 
}

#contactus_info #price{
   font-size:15px;
}

#order_info {
    width: 520px;
    height: 30px;
    padding: 12px 20px;
    /*margin-bottom:20px;*/
}

#order_info #order_text{
    float:left;
    width:210px;
    font-size:10px;
}

#order_info #or{
    float:left;
    width:50px;
    font-size:13px;
    margin-left:30px;
}

#order_info #order_form{
    float:left;
    width:150px;
    margin-left:30px;
}

td.field {
    width: 185px;
    height:25px;
}
td.field input, td.field select{
    width: 180px;
    background: #e6e6e6;
    border: 1px solid #3F3F3F;
}

td.field textarea{
    height: 70px;
    width: 180px;
    background: #e6e6e6;
    border: 1px solid #3F3F3F;
}

td.field #comments_text{
    font-size:10px;
    margin-bottom:10px;
    
}

#contact-form th {
    font-weight: normal;
    vertical-align: top;
    text-align: right;
    width:75px;
}
#contact-form th.section_title {
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
    padding: 5px;
    width:254px;
}
form {
    margin: 0;
    padding: 0;
}

#contact-form td.submit {
    text-align: center;
    padding: 5px;
}

#contact-form .form_row{
    margin-bottom:10px;
}

#contactus_info a {
    color: #FF7F00;
    text-decoration: none;
}
#contactus_info a:hover {
    text-decoration: underline;
}
ul.errorlist {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul.errorlist li {
    text-align: right;
}
