#contact_container {
    }
#contact_top {
    background: url('/media/images/left-content-top.jpg') top right no-repeat;
    }
#contact_bottom {
    background: url('/media/images/left-content-bottom.jpg') bottom right no-repeat;
    }
#contact_sidebar {
    float:left;
    width: 250px;
    height: 367px;
    }
#contact_content {
    margin-left: 350px;

    }

#contact_content_bottom {
    padding:20px 20px 20px 10px;
    text-align: center;
}
#contact_content .page_title {
    margin: 0;
    padding: 10px 0 0 0;
    }
#contact_form {
    margin-top: 10px;
    width: 413px;
    /*background: url('/media/images/form-bg.jpg') top center repeat-y;*/
    text-align: left;
    }
#contact_form .top {
    /*background: url('/media/images/form-top.jpg') top center no-repeat;*/
    }
#contact_form .bottom {
    /*background: url('/media/images/form-bottom.jpg') center bottom no-repeat;*/
    padding: 10px;
    }
#contact_content form.block_form {
    padding: 0;
    margin: 0;
    }
#contact_content .intro {
    margin: 10px 0;
    text-align: justify;
    width: 413px;
    color: white;
    font-size: 1.1em;
    padding: 15px 0pt 0pt;
    }
#contact_content .block_buylink {
    padding: 10px 0;
    }

#contact_block_small {
    background: url('/media/images/contact_block_small.gif') top left no-repeat;
    width: 347px;
    height: 96px;

    padding: 50px auto auto 25px;
}


#contact_body {
    margin-left: 25px;
    position: relative;
    width: 864px;
    height: 367px; 
    background: url('/media/images/contact_bg.gif') top left no-repeat;
}
#simple_contact_form {
    position: absolute;
    top: 87px;
    left: 455px;
}
#contact_phone {
    position: absolute;
    top: 50px;
    left: 25px;
    color: #fff;
}
#contact_map {
    position: absolute;
    top: 120px;
    left: 20px; 
}
#contact_map .header{
    color: #fff;
    font-size: 12px;
}
#contact_map .google_map{
    margin-top: 20px;   
    margin-left: 10px;
}
#contact_map .directions_link {
    text-align: center;
    margin-top: 5px;
}
#contact_map .directions_link a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}

#support_body {
    margin-left: 25px;
    position: relative;
    width: 845px;
    height: 376px;
}
#support_body .support_form {
    position: absolute;
    top: 70px;
    left: 410px;
}
#support_phone {
    position: absolute;
    top: 23px;
    left: 114px; 
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
#support_sidebar {
    color:#FFFFFF;
    left:20px;
    position:absolute;
    top:72px;
} 
#support_sidebar div.header {
    background-color: #343434;
    width: 300px; 
    height: 25px;
    margin-bottom: 15px;    
    margin-top: 10px;
    }
#support_sidebar div.header div {
    padding-top: 5px;
    padding-left: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
}
#support_sidebar td {
    color: #fff;
    font-size: 11px;
    width: 140px;
}
#support_sidebar td a {
    color: #fff;
    text-decoration: none;
}
#support_sidebar td a:hover {
    text-decoration: underline;
}
#contact_intro {
    position: absolute;
    top: 20px;
    left: 410px;  
    color: #fff;
    font-size: 12px;
}
#support_intro {
    position: absolute;
    top: 15px;
    left: 410px;  
    color: #fff;
    font-size: 12px;
    width: 350px;
}
.support_form th {
    text-align:left;
    font-size:11px;
    }
.support_form #id_name,.support_form #id_phone,.support_form #id_email_address,.support_form #id_issue,.support_form #id_comments,.support_form #id_user_name,.support_form #id_device_serial_number,.support_form #id_computer_operating_system {
    width:211px;
    border:1px solid #6d6d6d;
    }
