.ld_na{
	text-align:center;
	padding:0px 5px;
}

.tag0{
    /*
	width:300px;
    height:100px;
	*/
    border:2px solid #FFF;
    position:relative;
    background-color:#3e9e54;
	border-radius: 5px;
}
.tag0:before,.tag0:after{
    content:"";display:block;
    border-width:7px;
    position:absolute;
	bottom:-14px;
    /*left:100px;*/
    border-style:solid dashed dashed;
    border-color:#FFF transparent transparent;
    font-size:0;
    line-height:0;
}
.tag0:after{
    bottom:-12px;
    border-color:#3e9e54 transparent transparent;
}
.tag0_1{
    /*
	width:300px;
    height:100px;
	*/
    border:1px solid #FFF;
    position:relative;
    background-color:#3e9e54;
	border-radius: 50%;
	padding: 5px;
	animation: fade 1s infinite;
    -webkit-animation: fade 1s infinite;
}
/*
.tag0:before,.tag0:after{
    content:"";display:block;
    border-width:6.5px;
    position:absolute;
	bottom:-13px;
    left:3px;
    border-style:solid dashed dashed;
    border-color:#FFF transparent transparent;
    font-size:0;
    line-height:0;
}
.tag0:after{
    bottom:-10px;
    border-color:#3e9e54 transparent transparent;
}
*/

.tag1{
    /*
	width:300px;
    height:100px;
	*/
    border:2px solid #FFF;
    position:relative;
    background-color:#2990dc;
	border-radius: 5px;
}
.tag1:before,.tag1:after{
    content:"";display:block;
    border-width:7px;
    position:absolute;
	bottom:-14px;
    /*left:100px;*/
    border-style:solid dashed dashed;
    border-color:#FFF transparent transparent;
    font-size:0;
    line-height:0;
}
.tag1:after{
    bottom:-12px;
    border-color:#2990dc transparent transparent;
}
.tag1_1{
    /*
	width:300px;
    height:100px;
	*/
    border: 1px solid #FFF;
    position: relative;
    background-color: #2990dc;
	border-radius: 50%;
	padding: 5px;
}

.tag2{
    /*
	width:300px;
    height:100px;
	*/
    border:2px solid #FFF;
    position:relative;
    background-color:#828282;
	border-radius: 5px;
}
.tag2:before,.tag2:after{
    content:"";display:block;
    border-width:7px;
    position:absolute;
	bottom:-14px;
    /*left:100px;*/
    border-style:solid dashed dashed;
    border-color:#FFF transparent transparent;
    font-size:0;
    line-height:0;
}
.tag2:after{
    bottom:-12px;
    border-color:#828282 transparent transparent;
}
.tag2_1{
    /*
	width:300px;
    height:100px;
	*/
    border: 1px solid #FFF;
    position: relative;
    background-color: #828282;
	border-radius: 50%;
	padding: 5px;
	animation: fade 2s infinite;
    -webkit-animation: fade 2s infinite;
}
/*
.tag2:before,.tag2:after{
    content:"";display:block;
    border-width:6.5px;
    position:absolute;
	bottom:-13px;
    left:3px;
    border-style:solid dashed dashed;
    border-color:#FFF transparent transparent;
    font-size:0;
    line-height:0;
}
.tag2:after{
    bottom:-10px;
    border-color:#828282 transparent transparent;
}
*/

@keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 1.0;
    }
    50% {
        opacity: 0.4;
    }
    to {
        opacity: 1.0;
    }
}