body {
	background: #ffffff;
	margin: 0; /* 最好将 body 元素的边距和填充设置为 0 以覆盖不同的浏览器默认值 */
	padding: 0;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。文本随后将在 #container 选择器中设置为默认左对齐 */
	color: #000000;
}
body,td,th {
	font:12px "宋体",Arial, Verdana, Helvetica, sans-serif;
}

a:link,a:visited{ text-decoration:none; color:#333333;}
a:hover,a:active{ text-decoration:underline; color:#CC0000;}

#container {
	width: 800px;
	background: #FFFFFF;
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align:left; /* 这将覆盖 body 元素上的“text-align: center”。 */
	border:none;
}

#head{border:none; margin-left:10px;width:790px; height:75px;}
#headR{text-align:center;}

#ad{
	background:url(../images/login_ad_bg.gif) top repeat-x;
	margin:0;
}
#adLeft{
	float:left;	
	margin:27px 0 0 0;
	background:url(../images/login_ad_left.gif) bottom left no-repeat;
	height:185px;
	width:538px;
	text-align:left;
}
#adRight{
	float:right;
	width:262px;
	text-align:left;
	background:url(../images/login_ad_right.gif) right top no-repeat;
}

/* 右边会员登录框架样式 */
.tableBg{width:241px;background:url(../images/login_right_bg.gif) repeat-y;}
.tableBottomLine{width:222px; border-bottom:solid 1px #fff;}
.tableBottomLine td{border-bottom:solid 1px #d6d6d6;}

#tableH212px{height:212px;}
#tableTop{background:url(../images/login_right_top.gif) no-repeat;}
#tableH300px{height:300px;}
#tableBottom{background:url(../images/login_right_bottom.gif) bottom no-repeat;}

#bodyLeft{
	float:left;
	display:inline;
	margin:9px 0 0 55px;
	width:450px;
	text-align:left;
}

a.TxtBold:visited,a.TxtBold:link{color:#c00; font-weight:bold;}
.TxtService{line-height:18px; color:#333333}

#bodyRight{
	float:right;
	display:inline;
	text-align:left;
	width:262px;
}
.input{border:solid 1px #a9bac9; height:22px; width:143px;}

#foot{height:70px; padding-top:13px;line-height:24px;text-align:center; border-top:#cccccc solid 1px; width:760px; margin-left:20px}
div[id=foot]{width:760px; margin:0 auto;}/* FF兼容居中 */

.clearfloat { /* 清除浮动 */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
