﻿a.primaryaction
{
	font-weight: bold;
	padding: 0 15px 0 0;
	height: 30px;
	line-height: 30px;
	background: transparent url( img/btn_right_red.png ) no-repeat scroll right top;
	float: left;
	width:auto;
	font-size: 0.8em;
	margin:2px 3px 3px 2px;
	text-decoration:none;
}

a.primaryaction span
{
	display: block;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	background: transparent url( img/btn_left_red.png ) no-repeat scroll left top;
	color: #FFFFFF;
	cursor:pointer;
}

a.secondaryaction
{
	font-weight: bold;
	padding: 0 15px 0 0;
	height: 30px;
	line-height: 30px;
	background: transparent url( img/btn_right_blue.png ) no-repeat scroll right top;
	float: left;
	width:auto;
	font-size: 0.8em;
	margin:2px 3px 3px 2px;
	text-decoration:none;
}

a.secondaryaction span
{
	display: block;
	padding: 0 0 0 15px;
	height: 30px;
	line-height: 30px;
	background: transparent url( img/btn_left_blue.png ) no-repeat scroll left top;
	color: #FFFFFF;
	cursor:pointer;
}

a.primaryaction:hover, a.primaryaction:active, a.primaryaction:focus,
a.secondaryaction:hover, a.secondaryaction:active, a.secondaryaction:focus
{
	background-position: 100% -30px;
}

a.primaryaction:hover span, a.primaryaction:active span, a.primaryaction:focus span,
a.secondaryaction:hover span, a.secondaryaction:active span, a.secondaryaction:focus span
{
	background-position: 0% -30px;
}
/*
button::-moz-focus-inner
{
	border: none;
}
*/

