a.button {
	background: transparent url('../../../images/button/bg_button_a.gif') no-repeat scroll top right;
	color: #110c79;
	display: block;
	float: left;
	font: normal 10px "Trebuchet Ms", arial, sans-serif;
	height: 16px;
	padding-right: 18px; /* sliding doors padding */
	text-decoration: none;
	font-weight: bold;
}
a.right { float: right; }
a.left { float: left; }
a.button span {
	background: transparent url('../../../images/button/bg_button_span.gif') no-repeat;
	display: block;
	line-height: 6px;
	padding: 5px 0 5px 10px;
}
a.button:hover span {
	color: #555595;
}

a.button:active {
	background-position: bottom right;
	color: #000;
	outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
	background-position: bottom left;
	padding: 6px 0 4px 10px; /* push text down 1px */
	color: #555595;
}


.ventenet-account p.button {
	height: 14px;
	padding-top: 4px;
}

input.buttonstep {
	font-size: 12px;
	height: 32px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0;
	/*background: transparent url('/images/button/bg_button_step.gif') 0 0 repeat-x;*/
	background: #373370;
	cursor: pointer;
}

a.buttonstep {
	display: block;
	font-size: 12px;
	height: 32px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	border: 0;
	margin: 0;
	padding: 0 10px 0 10px;
	background: #373370;
	/*background: transparent url('/images/button/bg_button_step.gif') 0 0 repeat-x;*/
	cursor: pointer;
}