html,body,#desktop{
	width:100%;
	height:100%;
	overflow:hidden;
}
ul{
	list-style-type:none;
}
dl{
	margin-bottom:1em;
}
dt{
	font-weight:bold;
	margin-top:1em;
}
dd{
	margin-left:1em;
}
p{
	margin:1em;
	text-indent:1em;
}
h1,h2{
	font-size:100%;
	font-weight:normal;
}
.x-panel-body h2,.x-panel-body h3{
	margin:1em;
	font-weight:bold;
}
body{
	background-color:#404040;
	font-size:75%;
	font-family:Tahoma,Arial,Helvetica,Verdana,sans-serif;
}
#desktop{
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	cursor:default;
}
#toolbar{
	position:fixed;
	/position:absolute;
	top:0px;
	left:0px;
	width:100%;
	min-width:780px;
	/width:expression(document.body.clientWidth<780?"780px":"auto");
	padding:5px 0px;
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
	background:#404040 url(./images/btn_bar.png) repeat-x;
	color:#dddddd;
	cursor:default;
	white-space:nowrap;
	font-family:"ＭＳ Ｐゴシック",Tahoma,Arial,Helvetica,Verdana,sans-serif;
	line-height:11px;
	z-index:100;
	-webkit-user-select:none;
	-moz-user-select:none;
	user-select:none;
	⁄zoom:1;
}
input{
	-webkit-user-select:text;
	-moz-user-select:text;
	user-select:text;
}
#toolbar:after{
	content:"";
	display:block;
	clear:both;
}
.control-section{
	float:left;
	width:auto;
	margin:0px 5px;
	border:1px solid #000000;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	/display:inline;
}
#link-box{
	float:right;
	width:auto;
	margin:0px 5px;
	border:1px solid #000000;
	/display:inline;
}
#link-box .control-section{
	margin:0px;
	border:0px;
}
.btn{
	background:#323232 url(./images/btn_bg.png) repeat-x;
	background-position:0px -1px;
	padding:2px 5px;
	cursor:pointer; cursor:hand;
	float:left;
	width:70px;
	text-align:center;
}
.btn:hover{
	color:#ffffff;
	background-position:0px 0px;
}
.btn:active{
	color:#cccccc;
	background:#000000 url(./images/btn_bg_active.png) repeat-x;
	background-position:0px -2px;
}
.btn-disabled{
	color:#888888;
	cursor:default;
	background:#000000 url(./images/btn_bg_active.png) repeat-x;
	background-position:0px -1px;
}
.btn-disabled:hover{
	color:#999999;
}
.btn-pressed{
	color:#dddddd;
	background:#000000 url(./images/btn_bg_active.png) repeat-x;
	background-position:0px -1px;
}
.btn-pressed:hover{
	color:#eeeeee;
}
.btn-pressed:active{
	color:#dddddd;
}
.btn-l{
	border-right:1px solid #000000;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
}
.btn-c{
	border-right:1px solid #000000;
}
.btn-r{
	border-right:none;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
}
#links{
	position:absolute;
	top:-100px;
	right:5px;
	width:auto;
	line-height:11px;
	border:1px solid #000000;
}
#links li{
	width:100px;
}
#links a{
	background:transparent;
	color:#dddddd;
	text-decoration:none;
	display:block;
	width:100%;
	height:100%;
}
#links a:hover{
	color:#ffffff;
}
.vbtn{
	background-color:#323232;
	cursor:pointer; cursor:hand;
	width:auto;
}
.vbtn:hover{
	background:#666666;
}
.btn-t{
	border-bottom:1px solid #000000;
}
.btn-m{
	border-bottom:1px solid #000000;
}
.btn-b{
}
.minimized{
	color:#ff3333;
}
#links .btn-l,#links .btn-r{
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}
#changelog li{
	list-style:disc inside;
}
