.circleBase {
    border-radius: 50%;
    behavior: url(PIE.htc); /* remove if you don't care about IE8 */
}

.type1 {
    width: 26px;
    height: 26px;
    background: #8B4513;
    border: 1px solid #3c1c0d;
	color:#ffffff;		
	text-align: center;
	vertical-align: middle;
	font: 12px arial, sans-serif;
	line-height: 26px;	
}
.type2 {
    width: 26px;
    height: 26px;
    background: #D2B48C;
    border: 1px solid #000000;
	color:#000000;	
	text-align: center;
	font: 12px arial, sans-serif;
	line-height: 26px;
}
	
}
.type3 {
   
    width: 60px;
    height: 30px;
    background: #A9DFBF;
    border: 2px solid #16A085;	
	text-align: center;
	vertical-align: middle;
	line-height: 30px;
}