@charset "utf-8";

.debug {
    background-color: #FFFFFF;
    border: 4px double #FF0000;
    color: #000000;
    display: block;
    padding: 4px;
    line-height: 20px;
    word-wrap: break-word;
	word-break: break-all;
}

.debugHidden {
    display: none;
}

.logo {
	z-index: 10;
}

#contentPart table, #contentPart p {
	margin-bottom: 15px;
}

#contentPart h1 {
	margin-top: 20px;
}

div#contentPart > h1:first-child {
	margin-top: 0px;
}

/* #content_area h1 {
	margin-bottom: 0px;
}  */


.en #footer-menu {
	height: 88px;
    line-height: 88px;
    margin: 0 auto;
    width: 1000px;
}

.required {
	color: #FF0000;
	margin-right: 4px;
	margin-left: 4px;
}

div.brand_img {
	display: table-cell;
    vertical-align:middle;

    /*设置水平居中*/
    text-align:center;

    /* 针对IE的Hack */
    *display: block;
    *font-size: 175px;/*约为高度的0.873，200*0.873 约为175*/
    *font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
    
    background: url("../images/tw/brand_default_2.jpg") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
div.brand_img img {
	width: auto;
	height: auto;
	vertical-align:middle;
	margin-left: 3px;
}