﻿.sidebarsms {
    position: fixed;
    z-index: 9999;
    background-color: gold;
    border-radius: 5px;
    width: 185px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: byekan;
    white-space: nowrap;
    font-size: 17px;
    top: 50%;
    text-indent: -5px;
    padding: 10px 20px 10px 45px;
    left: -100px;
}
a.sidebarsms:hover{ text-decoration: none;}
.hprcp_mid.hprcp_mid /*body
{
    background: url("https://www.niazpardaz.com/images/13.png?p=1") repeat scroll 0 0 #FFFFFF;
}*/
/* BUTTONS
-----------------------------------------------------*/
.button {
    cursor: pointer;
    width: 120px;
    text-decoration: none !important;
    color: #333;
    font: 100% Arial, Helvetica, sans-serif;
    padding: 5px 13px;
    margin: 0 3px 5px 0;
    border: solid 1px #aaa;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #dfdfdf 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#dfdfdf));
    background: -webkit-linear-gradient(top, #f6f6f6 0%,#dfdfdf 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%,#dfdfdf 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%,#dfdfdf 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dfdfdf',GradientType=0 );
    background: linear-gradient(top, #f6f6f6 0%,#dfdfdf 100%);
    vertical-align: middle;
    display: inline-block;
    zoom: 1;
    *display: inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
    box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

.button:hover {
    text-decoration: none;
    background: #f6f6f6;
}

/* color */

.button.orange {
    border-color: #a3620a;
    background: #f9800f;
    background: -moz-linear-gradient(top, #ff9a22 0%, #f46e01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9a22), color-stop(100%,#f46e01));
    background: -webkit-linear-gradient(top, #ff9a22 0%,#f46e01 100%);
    background: -o-linear-gradient(top, #ff9a22 0%,#f46e01 100%);
    background: -ms-linear-gradient(top, #ff9a22 0%,#f46e01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9a22', endColorstr='#f46e01',GradientType=0 );
    background: linear-gradient(top, #ff9a22 0%,#f46e01 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.orange:hover {
        background: #ff9a22;
    }

    .button.orange.flat {
        background: #f9800f;
    }

.button.blue {
    border-color: #0076a3;
    background: #49b3fc;
    background: -moz-linear-gradient(top, #76c7ff 0%, #1da0fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c7ff), color-stop(100%,#1da0fa));
    background: -webkit-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
    background: -o-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
    background: -ms-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c7ff', endColorstr='#1da0fa',GradientType=0 );
    background: linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

    .button.blue:hover {
        background: #76c7ff;
    }

    .button.blue.flat {
        background: #49b3fc;
    }

.button.green {
    border-color: #4e7521;
    background: #76ab3b;
    background: -moz-linear-gradient(top, #90c356 0%, #649a27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#90c356), color-stop(100%,#649a27));
    background: -webkit-linear-gradient(top, #90c356 0%,#649a27 100%);
    background: -o-linear-gradient(top, #90c356 0%,#649a27 100%);
    background: -ms-linear-gradient(top, #90c356 0%,#649a27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#90c356', endColorstr='#649a27',GradientType=0 );
    background: linear-gradient(top, #90c356 0%,#649a27 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.green:hover {
        background: #90c356;
    }

    .button.green.flat {
        background: #76ab3b;
    }

.button.red {
    border-color: #9e0b0f;
    background: #e41d24;
    background: -moz-linear-gradient(top, #fb4e55 0%, #d7020a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fb4e55), color-stop(100%,#d7020a));
    background: -webkit-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
    background: -o-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
    background: -ms-linear-gradient(top, #fb4e55 0%,#d7020a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fb4e55', endColorstr='#d7020a',GradientType=0 );
    background: linear-gradient(top, #fb4e55 0%,#d7020a 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.red:hover {
        background: #fb4e55;
    }

    .button.red.flat {
        background: #e41d24;
    }

.button.black {
    border-color: #000000;
    background: #111;
    background: -moz-linear-gradient(top, #4f4f4f 0%, #030303 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#030303));
    background: -webkit-linear-gradient(top, #4f4f4f 0%,#030303 100%);
    background: -o-linear-gradient(top, #4f4f4f 0%,#030303 100%);
    background: -ms-linear-gradient(top, #4f4f4f 0%,#030303 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#030303',GradientType=0 );
    background: linear-gradient(top, #4f4f4f 0%,#030303 100%);
    color: #eee !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);
}

    .button.black:hover {
        background: #4f4f4f;
    }

    .button.black.flat {
        background: #111;
    }

.button.purple {
    border-color: #350d4c;
    background: #7933ac;
    background: -moz-linear-gradient(top, #9655c6 0%, #661e9b 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9655c6), color-stop(100%,#661e9b));
    background: -webkit-linear-gradient(top, #9655c6 0%,#661e9b 100%);
    background: -o-linear-gradient(top, #9655c6 0%,#661e9b 100%);
    background: -ms-linear-gradient(top, #9655c6 0%,#661e9b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9655c6', endColorstr='#661e9b',GradientType=0 );
    background: linear-gradient(top, #9655c6 0%,#661e9b 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
}

    .button.purple:hover {
        background: #9655c6;
    }

    .button.purple.flat {
        background: #7933ac;
    }

.button.gray {
    border-color: #656565;
    background: #888888;
    background: -moz-linear-gradient(top, #adadad 0%, #707070 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#adadad), color-stop(100%,#707070));
    background: -webkit-linear-gradient(top, #adadad 0%,#707070 100%);
    background: -o-linear-gradient(top, #adadad 0%,#707070 100%);
    background: -ms-linear-gradient(top, #adadad 0%,#707070 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#707070',GradientType=0 );
    background: linear-gradient(top, #adadad 0%,#707070 100%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.gray:hover {
        background: #adadad;
    }

    .button.gray.flat {
        background: #888888;
    }

.button.lightblue {
    border: 1px solid #5189B3;
    background: #88bfe8; /* Old browsers */
    background: -moz-linear-gradient(top, #88bfe8 0%, #70b0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88bfe8), color-stop(100%,#70b0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #88bfe8 0%,#70b0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #88bfe8 0%,#70b0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #88bfe8 0%,#70b0e0 100%); /* IE10+ */
    background: linear-gradient(top, #88bfe8 0%,#70b0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.lightblue.flat {
        background: #88bfe8;
    }

    .button.lightblue:hover {
        background: #88bfe8;
    }

.button.slategray {
    border: 1px solid #111;
    background: #828c95; /* Old browsers */
    background: -moz-linear-gradient(top, #828c95 2%, #28343b 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(2%,#828c95), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #828c95 2%,#28343b 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #828c95 2%,#28343b 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #828c95 2%,#28343b 100%); /* IE10+ */
    background: linear-gradient(top, #828c95 2%,#28343b 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#828c95', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}

    .button.slategray.flat {
        background: #828c95;
    }

    .button.slategray:hover {
        background: #828c95;
    }

/* button size */
.button.small {
    font-size: 85%;
    font-weight: normal;
    padding: 2px 6px;
    text-shadow: none;
}

.button.medium {
    font-size: 120%;
    font-weight: bold;
    padding: 7px 16px;
}

.button.large {
    font-size: 150%;
    font-weight: bold;
    padding: 9px 20px;
}

/* button shape */
.button.rect {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.button.rounded {
    -webkit-border-radius: 20em;
    -moz-border-radius: 20em;
    border-radius: 20em;
}

/* button embossed */
.button.embossed {
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.2), inset 0 -3px 0 rgba(255,255,255,.2);
    padding-top: 4px;
    padding-bottom: 6px;
}

    .button.embossed.small,
    .button.small.embossed {
        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
        -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
        box-shadow: inset 0 -1px 0 rgba(0,0,0,.2), inset 0 -2px 0 rgba(255,255,255,.2);
        padding-top: 1px;
        padding-bottom: 2px;
    }

    .button.embossed.large,
    .button.large.embossed {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -4px 0 rgba(255,255,255,.2);
        padding-top: 6px;
        padding-bottom: 10px;
    }

    .button.embossed.xlarge,
    .button.xlarge.embossed {
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -3px 0 rgba(0,0,0,.2), inset 0 -5px 0 rgba(255,255,255,.2);
        padding-top: 10px;
        padding-bottom: 14px;
    }


/* Marks */

mark {
    border: 1px solid #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    padding: 3px 12px;
}

a:hover mark {
    background: none repeat scroll 0 0 #708090;
    color: #FFFFFF;
}

mark.style1 {
    background-color: #EEEEEE;
    color: #333333;
}

mark.style2 {
    background-color: #FFFF66;
    color: #000000;
}

mark.style3 {
    background-color: #333333;
    color: #F5F5F5;
}

mark.style4 {
    background-color: #CD5C5C;
    color: #F5F5F5;
}

mark.style5 {
    background-color: #6495ED;
    color: #FFFFFF;
}

mark.style6 {
    background-color: #008B8B;
    color: #FFFFFF;
}

mark.style7 {
    background-color: #FF8C00;
    color: #FFFFFF;
}

mark.style8 {
    background-color: #2E8B57;
    color: #FFFFFF;
}

mark.style9 {
    background-color: #3D5578;
    color: #FFFFFF;
}

mark.style10 {
    background-color: #A52A2A;
    color: #FFFFFF;
}

mark.style11 {
    background-color: #4169E1;
    color: #FFFFFF;
}

mark.style12 {
    background-color: #A0522D;
    color: #FFFFFF;
}

/*======= Tooltip Styles =========*/
p#vtip {
    display: none;
    position: absolute;
    padding: 5px 10px;
    left: 5px;
    font-size: 0.8em;
    background: url(https://www.hira-static.com/niazpardaz.com/images/vtip.png?p=1);
    font-size: 18px;
    color: #fff;
    border: 0;
    font-weight: 400;
    font-family: arial, sans-serif;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    z-index: 9999;
}

    p#vtip #vtipArrow {
        position: absolute;
        top: -10px;
        left: 17px;
    }


hr.divider_2 {
    background: url("https://www.hira-static.com/niazpardaz.com/images/divider_2.png?p=1") no-repeat scroll center center transparent;
    border: 0 none;
    height: 18px;
    margin: 0;
    padding: 10px 0;
}


#updateBrowser {
    position: fixed;
    bottom: 0px;
    color: yellow;
    background-color: red;
    text-align: center;
    left: 22%;
    width: 56%;
}

.box-hover {
    background-color: #FFF;
    border: 1px solid #DDD;
    padding: 40px 30px 50px 30px;
    position: absolute;
    height: 250px;
    width: 220px;
    margin-top: -60px;
    margin-right: -30px;
    z-index: 2;
    -webkit-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
    -moz-box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
    box-shadow: 2px 2px 4px 1px rgba(0,0,0,.13);
    transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -webkit-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
}

.adtbl {
    /*height: 210px;*/
    height: 150px;
}

#cdiv {
    font-weight: bold;
    padding-top: 10px;
}

#ccall {
    margin-bottom: -10px;
}

.mmcurrent {
    padding-right: 10px !important;
    transition: padding-right .3s;
}

.mmcurrent_pos {
    background-position: -1485px -100px !important;
}


#grp a {
    font-size: 11px;
    font-weight: bold;
    color: #666;
    padding-right: 3px;
}

.qmmcurrent {
    padding-right: 10px;
    color: rgb(204, 0, 255);
}

.bridge {
    margin: -9px 0 0 -36px;
    float: left;
    height: 40px !important;
    border: solid 1px transparent;
}

.groupsMM {
    background-clip: content-box !important;
    background: url(https://www.hira-static.com/niazpardaz.com/images/g18.png) no-repeat;
}

#artstabbody {
    width: 378px;
}

.mmcurrent_li {
    box-shadow: -6px 0 1px 0 #ffffff, -1px 1px 5px 0 rgba(0, 0, 0, 0.25);
    border-color: #fff;
    border-radius: 0 3px 3px 0;
    /*border-style: solid;
            border-width: 1px;*/
    list-style: none outside none;
    margin-right: 0;
}

.hprcp_mid ul {
    z-index: 9 !important;
}


.hprcp_mid li {
    height: 30px;
    padding-top: 10px;
    background-color: white;
    z-index: 3 !important;
    border: solid 1px transparent;
}

.posspan {
    background: url("https://www.hira-static.com/niazpardaz.com/Images/ghome.png?p=1") no-repeat scroll -1485px -40px rgba(0, 0, 0, 0);
    float: left;
    border: solid 1px transparent;
    margin-left: -10px;
}

.mmcurrent_pos {
    background-position: -1485px -100px !important;
}

.util-clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.cates a:hover {
    color: #ff7519 !important;
}

.cates {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
    
    margin-right: 158px;
    padding: 20px 20px 30px;
    position: absolute;
    width: 759px;
    z-index: 2 !important; 
    display: none
}

.cate-list {
    box-sizing: border-box;
    float: right;
    width: 215px;
    padding: 0;
}

ul {
    list-style: disc outside none;
}

ol, ul {
    list-style: none outside none;
}

.cates .first-cates {
    color: #1686cc;
    display: block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
}

.cates .second-cates a {
    color: #333;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 5px 0;
}

    .cates .second-cates a.all {
        color: #999;
    }

.cates .cate-list li {
    box-sizing: border-box;
    list-style: none outside none;
    margin-right: 0;
    text-align: right;
    padding: 10px 30px 30px 10px;
}

.srchBox {
    margin-top: -7px !important;
}

input.ui-searchbar-submit {
    background-color: rgb(81, 100, 132);
    border: 0 none;
    border-radius: 3px 0 0 3px !important;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 17px;
    height: 40px;
    line-height: 0;
    padding-left: 30px;
    text-align: left;
    width: 120px;
    left: 123px;
}

input.ui-searchbar-submit {
    font-weight: 700;
    padding-bottom: 2px;
    margin-bottom: 0;
    position: relative;
    height: 44px;
    margin-top: 0;
    background: url("https://www.hira-static.com/niazpardaz.com/images/bigsearch.png?p=20") repeat scroll 135px -15px rgba(0, 0, 0, 0);
}

input.ui-searchbar-newad {
    background: url("https://www.hira-static.com/niazpardaz.com/images/header-new-ad.png?p=21") repeat scroll 150px -15px rgba(0, 0, 0, 0);
    background-color: rgb(81, 100, 132);
    border: 0 none;
    border-radius: 3px 3px 3px 3px !important;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 17px;
    height: 40px;
    line-height: 0;
    padding-left: 13px;
    text-align: left;
    top: -1px;
    padding-left: 3px;
    width: 120px;
}

input.ui-searchbar-newad {
    font-weight: 700;
    padding-bottom: 2px;
    margin-bottom: 0;
    height: 44px;
    margin-top: 0;
    /*background: url("/images/bigsearch.png?p=20") repeat scroll 135px -15px rgba(0, 0, 0, 0);*/
}

input, textarea, select {
    border-radius: 0 4px 4px 0;
}


#edsrch {
    height: 38px;
    margin: 3px 30px 2px 0px;
    padding: 0;
    height: 40px;
    border: 2.5px solid rgb(81, 100, 132);
}

input.searchbox {
    width: 600px !important;
}

input.ui-searchbar-submit:hover {
    background-position: 135px -115px;
}

input.ui-searchbar-newad:hover {
    background-position: 150px -115px;
}

.edsrchHightLight {
    border-radius: 3px;
    box-shadow: 0 0 8px rgba(255, 117, 25, 0.6);
}

#edsrch {
    text-indent: 5px;
}

    #edsrch:focus {
        border-radius: 3px;
        box-shadow: 0 0 8px rgba(81, 100, 132, 0.6);
    }

.ui-autocomplete, .ui-autocomplete li {
    text-align: right;
    background-color: white !important;
}

.ui-widget input, .ui-widget button {
    font-family: arial !important;
    font-size: 15px !important;
}

.toast-container {
    width: 250px;
}

.sidebarbotton {
    position: fixed;
    line-height: 30px;
    left: 2px;
    top: 40%;
    bottom: 48%;
    cursor: pointer;
    height: 180px;
    font-size: 17px;
    text-align: center;
    margin: 0;
    width: 20px;
    padding: 5px 5px 0 20px;
    white-space: normal;
    font-family: arial;
    border-radius: 5px;
}
#ITHotTopics a {
        background: url(https://www.hira-static.com/niazpardaz.com/Images/bullet-blue-icon.png) no-repeat right;
        padding-right: 14px;
    }
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    /*height: 100%;*/
    /*background-color: #e4e7ea;*/ 
    z-index: 10000; 
}

#status {
    width: 30px;
    height: 30px;
    position: absolute;
    /*left: 50%;*/
    left: 50px; 
    /*top: 50%;*/
    top: 20px;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}
.tbanner {display: inline-block;}
td{ vertical-align: top;}