._tcm {
    background-color: #efc439;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 0 2px;
    line-height: 14px;
    vertical-align: baseline;
}

.tcm-tag {
    display: inline-block;
    line-height: 13px;
    padding: 0 3px;
    color: white;
    font-size: 10px;
    font-weight: normal;
    width:25px;
    margin-top:3px;
    margin-right:5px;
    text-align:center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    vertical-align: baseline;
}
.tcm-tag-free {
    /*background-color: #edb802;*/
    background-color: #16a765;
}
.tcm-tag-premium {
    /*background-color: #edb802;*/
    background-color: #4986e7;
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.tcm-tag-premium a {
    color:white;
    text-decoration:none;
}
.tcm-button {
    margin-right:5px!important;
}

.tcm-textarea {
    font-family:"Courier New", Courier, mono;
    font-size:12px;
    color:#555;
    background-color:#f8f8f8;
    width:550px;
    height:350px;
}

.tcm-form {
    float:left;
    padding:5px;
}
.tcm-form input, .tcm-form label {
    float:left;
}
.tcm-text  {
    width: 400px;
}
.tcm-label  {
    width: 150px;
    margin: 0px;
    background-color: transparent;
}
.tcm-label-disabled {
    /*color:#A8A8A8;*/
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.tcm-checkbox {
    margin:0px;
}
.tcm-checkbox:disabled {
    background-color: #f8f8f8;
}
.tcm-select {

}
.tcm-form-newline {
    clear:both;
    margin-bottom:5px;
}