/**************************************/
/************ CSS buttons *************/
/**************************************/

/* As described in:
 *   http://wellstyled.com/css-inline-buttons.html
 */

/* Example usage:
 * <a class="inline-button" href="the_url"><em>Some</em><span> Link</span></a>
 */

a.inline-button {
	_width:12em;
	font: bold Verdana, sans-serif;
	margin: 0 0.2em; padding: 0.1em 0; _padding:0;
	border: 1px solid black;
	white-space:nowrap;
	text-decoration: none;
	vertical-align:middle;
	background: #ccc;
	color: black;
}
a.inline-button em {
	_width:1em; _cursor:hand;
	font-style: normal;
	margin:0; padding: 0.1em 0.5em;
	background: white;
	color: black;
}
a.inline-button span {
	_width:1em; _cursor:hand;
	margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
}
a.inline-button:hover {
	background: #666;
	color: white;
}
a.inline-button:hover em {
	background: black;
	color: white;
}

a.btnxml { background:#f90; color:black }

a.btnxml { border-style: solid; }