.daisycon .button
{
	float: right;
	height: 22px;
	min-width: 70px;
	background:	transparent url(./shared/daisycon/img/form-button.png) no-repeat top right;
	text-align:	center;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	line-height:22px;
	margin: 2px 0px 0px 5px;
	
	cursor:	pointer;
}

.daisycon .button:hover
{
	color: #690;
}

.daisycon .button.left
{
	margin: 2px 5px 0px 5px;
	float: left;
}

.daisycon .button .start
{
	float:left;
	height: 22px;
	width: 10px;
	margin-left: -5px;
	background:	transparent url(./shared/daisycon/img/form-button.png) no-repeat top left;
}

.daisycon .button .text
{
	min-width:	70px;
	float:		left;
	text-align:	center;
}

.daisycon .button:hover .text
{
	text-decoration: underline;
}
