/* base.css */
#content{
    width:994px;
    height:900px;
    background: url('/media/images/contact/contact_bk.jpg') top center no-repeat;
}


#contact_form_container{
    padding-top:245px;
}
    

#form_content{
    margin-left:337px;
    #margin-left:365px;
    width:400px;
}

#form_content #complete_form{
    margin-bottom:20px;
    color:#535353;
}

#form_content table{
    width:400px;
}


#form_content th{
    padding-bottom:5px;
    padding-right:5px;
    font-size:11px;
    text-align:right;
    color:#7f7f7f;
}

#form_content td.input_container{
    padding:10px;
    height:18px;
    width:308px;
    background: url('/media/images/contact/contact_form_input_bk.gif') left no-repeat;
}

#form_content td.button_container{
    text-align:right;
}

#form_content td.button_container #button{
    margin-left:120px;
    width:308px;
}

#form_content td.button_container #required_fields{
    padding-top:10px;
    float:left;
    color:#0292cc;
    font-size:10pt;
}
    
#form_content .input_container input{
    background:transparent;
    border:none;
    width:308px;
}

#form_content select{
    width:290px;
}

#contact_info{ 
    color:#535353; 
    margin-left:21px;
    padding:15px;
    height:474px;
    width:270px;    
    float:left;
    background: url('/media/images/contact/contact_info_bk.gif') top center no-repeat;
}

#tagline{
    font-size:10pt;
    line-height:25px;
    margin-bottom:7px;
}

#text{
    font-size:9pt;
    margin-top:10px;
    #line-height:14px;
}

#text a {
    color:#0292cc;
    text-decoration:underline;
}

#links{
    line-height:17px;
}

.toll_free {
    font-weight:bold;
    font-size:10pt;
}
#form_content select#id_interest {
    width:304px;
    border:1px solid #a6b9bf;
    background-color:#f6f6f2;
}
