/*
X-Space 默认样式表
该样式表包含于任何个人空间页面文件中，作为默认样式存在
(C) 2001-2006 Comsenz Inc.
http://www.supesite.com
*/

* { word-break: break-all; }

a { text-decoration: none;}
	a:hover {text-decoration: underline;}

/* 顶部 Tool Bar */
#toolbarshowbtn { position: fixed !important; position: absolute; left: 0; top: 0; display: block; width: 50px; height: 43px; background: transparent url(../images/toolbar_showbtn.gif) no-repeat left top; opacity: 0.4; filter: alpha(opacity=40); }
	#toolbarshowbtn a { display: block; width: 100%; height: 100%; text-indent: -9999px; }
#toolbarframe { position: fixed !important; position: absolute; display: none; left: 0; top: 0; height: 30px; width: 100%; }
	#toolbarframe iframe { width: 100%; height: 30px; background: transparent; }

body { font: 12px Arial, Helvetica, sans-serif;}
input, textarea, select, button { font: 1em Arial, Helvetica, sans-serif; }
