﻿/* redButton */
.redButton
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #555555;
	background-color: #f1f1f1;
	text-align: center;
	height: 24px;
	float: left;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	background-image: url(../images/icons/bullet_unicredit.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}
.redButtonFrame
{
	border-top: solid 1px #808080;
	border-bottom: solid 1px #808080;
	height: 24px;
	float: left;
}
.redButtonOver
{
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	background-color: #e4e4e4;
	text-align: center;
	height: 24px;
	float: left;
	border-bottom: solid 1px #e4e4e4;
	border-top: solid 1px #e4e4e4;
	border-left: solid 1px #e2001a; /* #C8DD72; */
	border-right: solid 1px #e2001a; /* #C8DD72; */
	background-image: url(../images/icons/bullet.gif);
	background-repeat: no-repeat;
	background-position-x: left;
	background-position-y: center;
}
.buttonSpacer
{
  float: left;
  height: 24px;
  width: 8px;
}

