@charset "utf-8";
/* CSS Document */
div.toolbar {
	height:30px;
	margin-top:0px;
}
		
button {
	background:#EDE4D4 url(layout/ui-bg_glass_70_ede4d4_1x400.png) repeat-x scroll 50% 50%;
	border:1px solid #CDC3B7;
	color:#3F3731;
	
	cursor:pointer;
	/*line-height:12px;*/
	margin:0 2px 0 2px;
	height:26px;
	
	overflow:visible;
	padding:2px 7px 4px 7px;
	width:auto;
	white-space:nowrap;
}

button:hover {
	background:#EDE4D4 url(layout/ui-bg_glass_100_d9caa8_1x400.png) repeat-x scroll 50% 50%;
}	

button img {
	/*position: relative;*/
	top: 3px;
	margin: -4px 3px -8px -3px;
	height: 24px;
	width: 24px;
}

div#userbox button {
	background:none;
	border: none;
	padding:0 4px 0 4px;
	margin-top: 7px;
}

div#userbox button img {
	margin: -4px 3px -8px -3px;
	height: 24px;
	width: 24px;
}

div#userbox button:hover {
	/*background:#EDE4D4 url(layout/ui-bg_glass_100_d9caa8_1x400.png) repeat-x scroll 50% 50%;*/
	color: white;
}	

