@font-face {
font-family: 'uiconsBusinessFinance';
src: url('http://www.tabataruiz.com.br/exemplos_html/fonts/Uicons_Business_and_Finance.ttf') format('truetype');
}
.box {
position: relative;
margin-top: 40px;
margin-left: 40%;
height: 220px;
width: 180px;
border: solid 1px #BCBCBC;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #f8f8f8;
background-image: -moz-linear-gradient(top, #fefefe, #f0f0f0);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, #fefefe, #f0f0f0);
background-image: -o-linear-gradient(top, #fefefe, #f0f0f0);
background-image: linear-gradient(to bottom, #fefefe, #f0f0f0);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff0f0f0', GradientType=0);
}
.box:after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 180px;
height: 4px;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
z-index: -1;
}
.ribbon {
position: absolute;