﻿.btn
{
	 cursor:pointer; border:none;
}

.btnred
{
background-color:transparent;
background-image:url(../../images/common/buttons/red.png);
border:1px solid #2A2A2A;
color:White;
font-size:10px;
font-weight:bold;
height:24px;
padding:0 15px;
text-align:center;
overflow:visible;
	
}

.btnred2
{
background-color:transparent;
background-image:url(../../images/common/buttons/red.png);
border:1px solid #D60000;
color:White;
font-size:11px;
font-weight:bold;
height:24px;
padding:0 15px;
text-align:center;
overflow:visible;
	
}
