@import url(layerout.css);	
@import url(list.css);

/*重定义html标签*/
*						{ word-break:break-all; }
form					{ margin:0px }
img					{ border:0px; margin:0px; }
body,td				{ color:#333333; font-size:12px; font-family:宋体; margin:0px 0px 10px 0px; }
a						{ color:#000000; text-decoration:none;}
a:hover				{ color:#ec008c; text-decoration:underline; }
input,textarea		{ border:1px; border-right:buttonshadow; border-bottom:buttonshadow;}

/*常用*/
.gray	{
	color:gray;
}

/*虚分界线*/
#dotline	 {
	background:url('../images/dot.gif') repeat-x; height:5px; line-height:5px; margin-top:5px; font-size:1px; clear:both;
}
#dotline.margin10{
	margin-left:10px; margin-right:10px;
}

/*按钮*/
.btn	{
	background:url("../images/company/btn_bg.gif"); height:23px; padding:0px 10px; border:1px solid #1A3E80; color:#1A3E80;
}