.bbcodes, .bbcodes_poll {
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5));
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
border: 1px solid #b3b3b3;
color: #383838;
/*padding: 5px 9px; padding: 2px 9px 5px 9px;
margin-bottom: 2px !important;*/
margin: 1px !important;
height: 22px; /*28px*/
font-weight: bold;
cursor: pointer;
}

.tab {
background: rgb(130,179,222);
background: -moz-linear-gradient(top,  rgba(130,179,222,1) 0%, rgba(107,163,215,1) 50%, rgba(82,145,212,1) 51%, rgba(59,110,193,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(130,179,222,1)), color-stop(50%,rgba(107,163,215,1)), color-stop(51%,rgba(82,145,212,1)), color-stop(100%,rgba(59,110,193,1)));
background: -webkit-linear-gradient(top,  rgba(130,179,222,1) 0%,rgba(107,163,215,1) 50%,rgba(82,145,212,1) 51%,rgba(59,110,193,1) 100%);
background: -o-linear-gradient(top,  rgba(130,179,222,1) 0%,rgba(107,163,215,1) 50%,rgba(82,145,212,1) 51%,rgba(59,110,193,1) 100%);
background: -ms-linear-gradient(top,  rgba(130,179,222,1) 0%,rgba(107,163,215,1) 50%,rgba(82,145,212,1) 51%,rgba(59,110,193,1) 100%);
background: linear-gradient(to bottom,  rgba(130,179,222,1) 0%,rgba(107,163,215,1) 50%,rgba(82,145,212,1) 51%,rgba(59,110,193,1) 100%);
color:#FFF;
text-shadow: 0px 0px 3px #000;
font-weight:bold;
text-align:center;
height:25px;

padding: 5px;
box-sizing: border-box;
}

.tabdown {
background: -moz-linear-gradient(top, #fdf4b6 0%, #f2e593 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fdf4b6), color-stop(100%,#f2e593));
background: -webkit-linear-gradient(top, #fdf4b6 0%,#f2e593 100%);
background: -o-linear-gradient(top, #fdf4b6 0%,#f2e593 100%);
background: -ms-linear-gradient(top, #fdf4b6 0%,#f2e593 100%);
background: linear-gradient(to bottom, #fdf4b6 0%,#f2e593 100%);
height:30px;
text-align:center;
font-weight:bold;
text-shadow: 0px 0px 3px #9FA3A9;
display:flex;
}