/* global resets helps to unify and reset settings for browsers
 * that in most cases very different from each other
 * all of theese global resets can be restyled later in code
*/
* 	{margin:0;padding:0;font-family:inherit;font-size:inherit;color:inherit;outline:0;}

.clear /* used for clearing floeated objects */
	{clear:both;display:block;height:0px;font-size:0;overflow:hidden;}

/* content styles */
	
.linkbutton,.linkbutton span,
.prevbutton,.prevbutton span,
.nextbutton,.nextbutton span {	float:left;display:inline;text-decoration:none;
	height:26px;line-height:20px;
	margin:5px 0 15px 0;padding-right:13px;cursor:pointer;
	background:url(../images/buttonbg.png) 100% 0 no-repeat;
	}
	.linkbutton span,.prevbutton span,.nextbutton span {		padding:0 0 0 26px;margin:0;
		background-position: 0 0;
		}
.prevbutton
	{background-position: 100% -27px;}
.prevbutton span
	{background-position: 0 -27px;}
.nextbutton
	{background-position: 100% 100%;float:right;padding:0 26px 0 0;}
.nextbutton span
	{background-position: 0 100%;padding:0 0 0 13px;}
