/************* contact *************/

#content_all{
	width:960px;
	height:480px;
}

.customer_box a{
    color:#555;
	text-decoration:underline;
}
a.email{
    font-size: 16px;
}

/*customer_box*/
.customer_box{
    position: absolute;
    top: 60px;
    display:block;
	width:960px;
	height:480px;
	background-image: url("../images/ContactUs.png");
    background-repeat: no-repeat;
}

.customer_box .contact_info{
    display: block;
    height: 95px;
    left: 171px;
    position: absolute;
    top: 63px;
    width: 400px;
}
.customer_box .contact div{
    display: block;
	height:45px;
    font-size: 16px;
    color: #555;
}
.customer_box .content{
    display: block;
    position: absolute;
    top: -15px;
    left: 525px;
	width:410px;
	height:150px;
    color: #555;
}


.content_en a{
    font-size: 13pt;
}