﻿#ContactUs
{    
    float: left;
    width: 100%;
    --background-image: url('images/about_foot.jpg');
    --background-repeat: no-repeat;
    --background-position: bottom;
    --padding-bottom:100px;
}
#ContactUs .BtnArea
{
    margin-right:160px;
    margin-top:15px;
    }

.ContactUs_title
{
    margin-top:30px;
    width:1000px;
    height:25px;
     background-image: url('images/icon.jpg');
    background-repeat:no-repeat;
    
}
.ContactUs_title h1
{
     color: #333333;
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-left: 30px;
   
    letter-spacing: 5px;
}
.Contactus_content
{
     width:1000px;
    height:500px;
    float:left;
}
.Contact_left
{
    width: 200px;
    height: 290px;
    background-color: #CCCCCC;
    border-radius: 10px;
    float:left;
}
.Contact_left ul
{
  
    padding:10px;
    margin-left:20px;
    line-height:30px;
}
.Contact_left ul li
{
    font-size: 0.8em;
    color: #333333;
}
.Contact_right
{
    float:right;
    width:800px;
    height:500px;
}
.Contact_right_contect
{
    margin: 0px 0px 20px 30px;
    float: left;
    width: 700px;
}
.Contact_right_contect tr
{
   
    color: #666666;
    font-size: 0.9em;
}
.Contact_right_contect th
{
    
    color: #666666;
    font-size: 0.9em;
    padding: 10px 20px 10px 20px;
    
}

.Contact_right_contect td
{
    color: #666666;
    font-size: 0.9em;
    
     width:430px;
     height:41px;
    
}
#ContactUs .Contact_foot
{
    --margin-top:300px;
    --width:1000px;
    --height:350px;
     --background-image: url('images/about_foot.jpg');
    --background-repeat:no-repeat;
}
.send
{
    
 float:left;
    width:700px;
    
     margin-left:430px;
     
}
.Cancel
{
    width:50px;
    height:20px;
      background-image: url('images/Cancel_bottom.jpg');
    background-repeat:no-repeat;
    float:left;
    margin-left:10px;
   
}
.Send
{
     width:50px;
      height:20px;
    background-image: url('images/send_bottom.jpg');
    background-repeat:no-repeat;
     float:left;
}