
/* =buttons */
button,
a.button,
input.button {
	display:inline-block;
	width:auto; 
	padding:0.3em;
	border:1px solid #aaa;
	font-size:1.em; font-family:Tahoma;
	text-shadow:#ccc 2px 2px 0; text-decoration:none;
	color:#333!important;
	overflow:visible;
	white-space:nowrap;
}
input.submit {
	font-weight:bold;
}
button:hover,
a.button:hover,
input.button:hover {

}
.xg_module button,
.xg_module input.button {
	padding:0 0.3em;
	height:1.85em;
	font-size:1em;
}
.xg_module a.button {
	font-size:1em;
}
.xg_module_head button,
.xg_module_head a.button {
	float:right;
	padding:1px 4px 0;
}
button img,
a.button img {
	padding-right:5px;
	vertical-align:bottom;
}
button.icon {
	padding:2px 0;
	height:auto;
	}
	button.icon img {
		float:none;
		margin:0 3px;
		padding-right:0;
	}
button.add {
	padding:0 0 1px 0;
	border-left:0 none;
}
p.buttongroup {
	text-align:right;
	margin:1em 0 0 0;
	padding-top:10px;
	border-top:1px solid #ccc;
	}
	p.buttongroup .button {
		font-size:1.1em;
	}
/* =fieldsets */
