/* Soft coded css buttons */
.buttonleft {
	padding: 0px 0px 0px 6px;
	background-image: url(../../Buttons/RedNoir_left.png);
}
.buttonright {
	padding: 0px 6px 0px 0px;
	background-image: url(../../Buttons/RedNoir_right.png);
}
.buttonimage {
	padding: 0px 0px 0px 0px;
        background-image: none !important;
	background-position: 0px 0px;
}
.buttontext {
	position: relative;
	top: 5px;
	left: 0px;
	font-family: "Helvetica Neue", Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: bold;
	font-style: normal;
}
.buttontext:hover {
	color: #FFFFFF;
}
/* Soft coded css buttons end */
