.skillbar {
	position:relative;
	display:block;
	margin-bottom:15px;
	height:24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-webkit-transition:0.4s linear;
	-moz-transition:0.4s linear;
	-ms-transition:0.4s linear;
	-o-transition:0.4s linear;
	transition:0.4s linear;
	-webkit-transition-property:width, background-color;
	-moz-transition-property:width, background-color;
	-ms-transition-property:width, background-color;
	-o-transition-property:width, background-color;
	transition-property:width, background-color;
}
.skillbar-title {
	position:absolute;
	top:0;
	left:0;
	width:190px;
	font-size:16px;
	color:#ffffff;
	text-align:left;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
}
.skillbar-title span {
	display:block;
	padding:0 20px;
	height:24px;
	line-height:24px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	border-top-left-radius:3px;
	border-bottom-left-radius:3px;
	z-index:400;
}
.skillbar-bar {
	position:absolute;
	left:190px;
	height:18px;
	margin:3px;
	width:auto;
	background:#6adcfa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	z-index:200;
}
.skill-bar-percent {
	position:absolute;
	right:10px;
	top:0;
	font-size:14px;
	height:24px;
	line-height:24px;
	color:#323871 !important;
	z-index:300;
}
.skill-box{
	position:absolute;
	top:0;
	left:190px;
	bottom:0;
	right:0;
	background:rgba(255,255,255,1);
	border-radius:4px 3px 3px 4px;
	z-index:100;
	}
