/*
 * 	vim: set fdm=marker:
 *	Common Styles for Taurus World Stunt Awards 2008/2009
 *	(c) 2008 by T-SIGN Studios, http://www.t-sign.com
 *	Authors: Robert Adrianowski (robert_adrianowski@t-sign.com)
 */

/* {{{ buttons */
#page a.go {
	display: block;
	width: 43px;
	height: 25px;
	margin: 6px 0 0 2px;
	background: transparent url(../../../img/buttons/go.png) no-repeat left top;
}
#page a.vote {
	float: right;
	display: block;
	bottom: 0;
	right: 10px;
	width: 53px;
	height: 25px;
	background: transparent url(../../../img/buttons/vote.png) no-repeat left top;
}
#page a.on {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	background: transparent url(../../../img/content/on.png) no-repeat left top;
}
#page a.off {
	float: left;
	display: block;
	width: 11px;
	height: 11px;
	background: transparent url(../../../img/content/off.png) no-repeat left top;
}
#page a.find {
 display: block;
 width: 49px;
 height: 25px;
 margin: 6px 0 0 2px;
 background: transparent url(/document_root/images/misc/buttons/find.png) no-repeat left top;
}
/* }}} */