/* CUSTOM META TAGS */
.custom-meta-tags-form-id{
    position: fixed;
    top: 25%;
    left: 0;
    z-index: 10;
    font-family: 'Trebuchet MS';
    padding: 15px;
    font-size: 14px;
    -webkit-border-radius: 0 15px 15px 0;
    border-radius: 0 15px 15px 0;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.75) 0%, rgba(255,255,255,0.75) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.75) 0%,rgba(255,255,255,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfffffff', endColorstr='#bfffffff',GradientType=0 );
}
.custom-meta-tags-form-id .block-title{
    cursor: pointer;
    font-size: 16px;
    padding: 10px 0;
    margin: 0;
}