﻿.btn
{
	 cursor:pointer; border:none;
}
.btn:disabled
{
	background: silver;
}
.emptyBtn
{

background:transparent url(../../images/common/buttons/empty.png);
border:1px solid #008D9A;
background-position: 0xp 0px;
 border-style: solid;
color:White;
font-weight:bold;
height:21px;
line-height:21px;
 border-collapse:collapse;
 display:inline-block;
padding-left:8px;
padding-right:8px;
text-align:center;
width:auto;
white-space:nowrap;
line-height:12px; 
}

.btnCart
{
background-color:transparent;
background-image:url(../../images/common/buttons/Cart.png);
color:White;
font-weight:bold;
height:32px;
text-align:center;
width:115px;
}

.btn_Send
{
	background:black none repeat scroll 0 0;
border:1px solid #BFBFBF;
color:White;
font-size:11px;
font-weight:bold;
padding:5px;
text-align:center;
text-transform:uppercase;
width:66px;
}
.btn_Send a
{
	color:White; color: White;
}