.balanceGiftCard
{
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
}

.balanceGiftCard .containerGC
{
	border: solid 3px #A1A2A4;
	width: 185px;
	padding-bottom:5px;
}


.loading
{
	background-color:rgba(0,0,0,0.4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66000000, endColorstr=#66000000); /* AA, RR, GG, BB */ 
	/*border: solid 3px Black;*/ 
	width: 100%; 
	height:100%;
	position:absolute; 
	top:0px; 
	left:0px; 
	z-index:2;
}

.balanceGiftCard .header
{
	height:50px;
	background-color:#A1A2A4;
	padding-left:5px;	
}

.balanceGiftCard .content
{
	height:144px;
	margin-left:5px;
	padding-right:3px;
}

.balanceGiftCard .footer
{
	height:36px;
	padding-top:6px;
	padding-left:6px;
}

.line_spacer
{
	height: 1px;
	background-image: url(../images/separator_gray.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin-bottom:36px;
	margin-top:10px;
}

.title_gift_card
{
	font-variant :normal;
	font-style :normal;
	font-family: Arial;
	color:White;
	font-size:15px;
	font-weight:bold;
}


.text_solde_gift_card
{
	font-variant :normal;
	font-style :normal;
	font-family: Arial;
	color:Black;
	font-size:11px;
	font-weight:bold;
}

.tbNumGiftCard
{
	padding: 1px;
	width: 130px;
	height: 15px;
	border: solid 1px #E6E6E7;
	font-size: 11px;
	font-family: Arial;
}

.tbSecurityCodeGiftCard
{
	padding: 1px;
	width: 100px;
	height: 16px;
	border: solid 1px #E6E6E7;
	font-size: 11px;
	font-family: Arial;
}

.solde_gift_card
{
	font-variant :normal;
	font-style :normal;
	font-family: Arial;
	color:black;
	font-size:14px;
	font-weight:bold;
}