
.percent_image{
	width:108px;
	height:12px;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../img/bramus/percentImage_back1.png);
	position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
}

.percent_image_mask{
	width:108px;
	height:10px;
	background-repeat:no-repeat;
	border: 1px solid #555;
	position:absolute;
	top:0;
	left:0;
    -webkit-border-radius:3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

