/* CSS Document */
@import url(color.css);
@import url(face.css);
@import url(position.css);
.clearboth{
	clear:both;
	border:0;
	}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0; padding:0;
	}
table {
	border-collapse:collapse; border-spacing:0; 
	}
fieldset,img {
	border:0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal; font-weight:normal;
	}
ol,ul {
	list-style:none;
	}
caption,th {
	text-align:left;
	}
h1,h2,h3,h4,h5,h6 {
	font-size:100%; font-weight:normal;
	}
q:before,q:after {
	content:”;
	}
abbr,acronym {
	border:0;
	}

/*圆角 灰色 公共 定义*/
.corner{
	position:absolute;
	width:12px;
	height:12px;
	background-image:url(../images/corner.gif);
	background-repeat:no-repeat;
	}
.cornertb{
	position:absolute;
	height:12px;
	background-image:url(../images/corntb.gif);
	background-repeat:repeat-x;	
	}
.cornerlr{
	position:absolute;
	width:12px;
	background-image:url(../images/cornlr.gif);
	background-repeat:repeat-y;	
	}
.corntopLeft{ top:0; left:0; background-position:0 0;}
.corntopRight{ top:0; right:0; background-position:-13px 0;}
.cornbottomLeft{ bottom:0; left:0; background-position:0 -13px;}
.cornbottomRight{ bottom:0; right:0; background-position:-13px -13px;}
.corntop{ top:0; left:12px; background-position:0 0;}
.cornbottom{ bottom:0; left:12px; background-position:0 -13px;}
.cornleft{ top:12px; left:0; background-position:0 0;}
.cornright{ top:12px; right:0; background-position:-13px 0;}

.bigcontent{
	position:relative;
	}
.corncontent{
	position:absolute;
	top:12px;
	left:12px;
	background-color:#F6F6F6;
	}
