.btn-blue-small
{
	border-width: 0px;
	font-weight: bold; 
	font-size: 12px; 
	text-align: center; 
	background: url(images/forms/btn-blue.png) no-repeat; 
	width: 80px! important; 
	height: 23px; 
	cursor: pointer; 
	color: #fff;
	float: none; 
}

.btn-red-small
{
	border-width: 0px; 
	font-weight: bold; 
	font-size: 12px; 
	text-align: center; 
	background: url(images/forms/btn-red.png) no-repeat; 
	width: 80px! important; 
	height: 23px; 
	cursor: pointer; 
	color: #fff;
	float: none; 
}
.btn-blue 
{
	border-width: 0px; 
	font-weight: bold; 
	font-size: 12px; 
	text-align: center; 
	background: url(images/forms/btn-blue.png) no-repeat; 
	width: 113px! important; 
	height: 25px; 
	cursor: pointer; 
	color: #fff;
	float: center; 
}
.btn-red 
{
	border-width: 0px; 
	font-weight: bold; 
	font-size: 12px; 
	text-align: center; 
	background: url(images/forms/btn-red.png) no-repeat; 
	width: 113px! important; 
	height: 25px; 
	cursor: pointer; 
	color: #fff; 
	float: center;
}

.btn-blue-small:hover
{
    background-position:0% -25px;
} 

.btn-red-small:hover
{
    background-position:0% -25px;
} 

.btn-blue:hover
{
    background-position:0% -25px;
} 

.btn-red:hover
{
    background-position:0% -25px;
} 

.entrada
{
   color: #000000;   
   border: #aBe1FA 1px solid;
   border: #08c 1px solid;   
}


