.stb-container {
margin: 0 auto;
padding: 0;
position: static;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
.stb-container canvas {
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
.stb-box-jq {
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
.stb-container-css { padding: 0;
position: static;
box-sizing: content-box !important;
-moz-box-sizing: content-box !important;
-webkit-box-sizing: content-box !important;
}
.stb-shadow {
-webkit-box-shadow: 0 0 10px 0 #4C4C4C;
-moz-box-shadow: 0 0 10px 0 #4C4C4C;
box-shadow: 0 0 10px 0 #4C4C4C;
}
.stb-ltr .stb-icon, .stb-ltr .stb-caption-icon {
float: left;
}
.stb-ltr .stb-box, .stb-ltr .stb-caption-box, .stb-ltr .stb-body-box {
text-align: left;
direction: ltr;
}
.stb-rtl .stb-box, .stb-rtl .stb-caption-box, .stb-rtl .stb-body-box {
text-align: right;
direction: rtl;
}
.stb-rtl .stb-icon, .stb-rtl .stb-caption-icon {
float: right;
} .stb-image-small .stb-icon {
width: 25px;
padding: 1px;
}
.stb-image-small .stb-icon img {
height: 23px;
width: 23px;
}
.stb-ltr.stb-image-small .stb-box {
margin: 0 0 0 25px;
min-height: 20px;
}
.stb-rtl.stb-image-small .stb-box {
margin: 0 25px 0 0;
min-height: 20px;
} .stb-image-big .stb-icon {
width: 50px;
}
.stb-image-big .stb-icon img {
height: 50px;
width: 50px;
}
.stb-ltr.stb-image-big .stb-box {
margin: 0 0 0 50px;
min-height: 40px;
}
.stb-rtl.stb-image-big .stb-box {
margin: 0 50px 0 0;
min-height: 40px;
} .stb-image-none .stb-icon {
display: none;
}
.stb-image-none .stb-caption-icon {
display: none;
}
.stb-image-none .stb-box {
margin: 0;
}
.stb-caption-icon img {
height: 23px;
width: 23px;
vertical-align: middle;
margin: 0 auto;
}
.stb-caption-icon {
vertical-align: middle;
} .stb-corners {
border-radius: 5px;
}
.stb-corners.stb-ltr.stb-image-big .stb-box, .stb-corners.stb-ltr.stb-image-small .stb-box {
border-radius: 0 5px 5px 0;
}
.stb-corners.stb-rtl.stb-image-big .stb-box, .stb-corners.stb-rtl.stb-image-small .stb-box {
border-radius: 5px 0 0 5px;
}
.stb-corners.stb-ltr.stb-image-none .stb-box {
border-radius: 5px;
}
.stb-corners.stb-rtl.stb-image-none .stb-box {
border-radius: 5px;
}
.stb-corners.stb-visible .stb-caption-box {
border-radius: 5px 5px 0 0;
}
.stb-corners.stb-hidden .stb-caption-box {
border-radius: 5px;
}
.stb-hidden .stb-body-box {
display: none;
}
.stb-corners .stb-body-box {
border-radius: 0 0 5px 5px;
} .stb-tool {
padding: 0;
margin: 0 auto;
vertical-align: middle;
}
.stb-tool img {
border: 0;
padding: 3px;
margin: 0 auto;
background-color: transparent;
vertical-align: middle;
cursor: pointer;
}
.stb-ltr .stb-tool {
float: right;
}
.stb-rtl .stb-tool {
float: left;
}
.stb-side .stb-box, .stb-image-none .stb-box {
padding: 10px;
}
.stb-side-none.stb-image-big.stb-ltr .stb-box, .stb-side-none.stb-image-small.stb-ltr .stb-box {
padding: 10px 10px 10px 0;
}
.stb-side-none.stb-image-big.stb-rtl .stb-box, .stb-side-none.stb-image-small.stb-rtl .stb-box {
padding: 10px 0 10px 10px;
}
.stb-caption-box {
font-weight: bold;
padding: 3px 7px 3px 7px;
min-height:23px; }
.stb-body-box {
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
padding: 5px 10px 10px;
}
.stb-container-css {
margin: 10px 10px 10px 10px;
}
.stb-box {
}
.stb-caption-box {
}
.stb-body-box {
box-sizing: content-box;
padding: 5px 10px 10px;
} .stb-border.stb-alert-container {
border: 1px solid #FF4F4A;
}
.stb-side.stb-alert-container {
background: #FF4F4A; background: -moz-linear-gradient(top,  #FF4F4A 30%, #FF4F4A 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FF4F4A), color-stop(90%,#FF4F4A)); background: -webkit-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: -o-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: -ms-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: linear-gradient(#FF4F4A 30%, #FF4F4A 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F4A', endColorstr='#FF4F4A',GradientType=0 ); }
.stb-side-none.stb-alert-container {
background: #FFE7E6; background: -moz-linear-gradient(top,  #FFE7E6 30%, #FFE7E6 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#FFE7E6)); background: -webkit-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -o-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -ms-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: linear-gradient(#FFE7E6 30%, #FFE7E6 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#FFE7E6',GradientType=0 ); }
.stb-alert_box {
background: #FFE7E6; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#FFE7E6',GradientType=0 ); background: -moz-linear-gradient(top,  #FFE7E6 30%, #FFE7E6 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#FFE7E6)); background: -webkit-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -o-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -ms-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: linear-gradient(#FFE7E6 30%, #FFE7E6 90%); color: #000000;
}
.stb-alert-caption_box {
background: #FF4F4A; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F4A', endColorstr='#FF4F4A',GradientType=0 ); background: -moz-linear-gradient(top,  #FF4F4A 30%, #FF4F4A 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FF4F4A), color-stop(90%,#FF4F4A)); background: -webkit-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: -o-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: -ms-linear-gradient(top,  #FF4F4A 30%,#FF4F4A 90%); background: linear-gradient(#FF4F4A 30%, #FF4F4A 90%); color: #FFFFFF;
}
.stb-alert-body_box {
background: #FFE7E6; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#FFE7E6',GradientType=0 ); background: -moz-linear-gradient(top,  #FFE7E6 30%, #FFE7E6 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#FFE7E6)); background: -webkit-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -o-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: -ms-linear-gradient(top,  #FFE7E6 30%,#FFE7E6 90%); background: linear-gradient(#FFE7E6 30%, #FFE7E6 90%); color: #000000;
}
.stb-border.stb-black-container {
border: 1px solid #6E6E6E;
}
.stb-side.stb-black-container {
background: #333333; background: -moz-linear-gradient(top,  #333333 30%, #333333 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#333333)); background: -webkit-linear-gradient(top,  #333333 30%,#333333 90%); background: -o-linear-gradient(top,  #333333 30%,#333333 90%); background: -ms-linear-gradient(top,  #333333 30%,#333333 90%); background: linear-gradient(#333333 30%, #333333 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); }
.stb-side-none.stb-black-container {
background: #000000; background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); background: -o-linear-gradient(top,  #000000 30%,#000000 90%); background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); background: linear-gradient(#000000 30%, #000000 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); }
.stb-black_box {
background: #000000; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); background: -o-linear-gradient(top,  #000000 30%,#000000 90%); background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); background: linear-gradient(#000000 30%, #000000 90%); color: #FFFFFF;
}
.stb-black-caption_box {
background: #333333; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#333333',GradientType=0 ); background: -moz-linear-gradient(top,  #333333 30%, #333333 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#333333)); background: -webkit-linear-gradient(top,  #333333 30%,#333333 90%); background: -o-linear-gradient(top,  #333333 30%,#333333 90%); background: -ms-linear-gradient(top,  #333333 30%,#333333 90%); background: linear-gradient(#333333 30%, #333333 90%); color: #FFFFFF;
}
.stb-black-body_box {
background: #000000; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); background: -o-linear-gradient(top,  #000000 30%,#000000 90%); background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); background: linear-gradient(#000000 30%, #000000 90%); color: #FFFFFF;
}
.stb-border.stb-download-container {
border: 1px solid #65ADFE;
}
.stb-side.stb-download-container {
background: #65ADFE; background: -moz-linear-gradient(top,  #65ADFE 30%, #65ADFE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#65ADFE), color-stop(90%,#65ADFE)); background: -webkit-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: -o-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: -ms-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: linear-gradient(#65ADFE 30%, #65ADFE 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ADFE', endColorstr='#65ADFE',GradientType=0 ); }
.stb-side-none.stb-download-container {
background: #DFF0FF; background: -moz-linear-gradient(top,  #DFF0FF 30%, #DFF0FF 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#DFF0FF)); background: -webkit-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -o-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -ms-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: linear-gradient(#DFF0FF 30%, #DFF0FF 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#DFF0FF',GradientType=0 ); }
.stb-download_box {
background: #DFF0FF; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#DFF0FF',GradientType=0 ); background: -moz-linear-gradient(top,  #DFF0FF 30%, #DFF0FF 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#DFF0FF)); background: -webkit-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -o-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -ms-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: linear-gradient(#DFF0FF 30%, #DFF0FF 90%); color: #000000;
}
.stb-download-caption_box {
background: #65ADFE; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ADFE', endColorstr='#65ADFE',GradientType=0 ); background: -moz-linear-gradient(top,  #65ADFE 30%, #65ADFE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#65ADFE), color-stop(90%,#65ADFE)); background: -webkit-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: -o-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: -ms-linear-gradient(top,  #65ADFE 30%,#65ADFE 90%); background: linear-gradient(#65ADFE 30%, #65ADFE 90%); color: #FFFFFF;
}
.stb-download-body_box {
background: #DFF0FF; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#DFF0FF',GradientType=0 ); background: -moz-linear-gradient(top,  #DFF0FF 30%, #DFF0FF 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#DFF0FF)); background: -webkit-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -o-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: -ms-linear-gradient(top,  #DFF0FF 30%,#DFF0FF 90%); background: linear-gradient(#DFF0FF 30%, #DFF0FF 90%); color: #000000;
}
.stb-border.stb-info-container {
border: 1px solid #7AD975;
}
.stb-side.stb-info-container {
background: #7AD975; background: -moz-linear-gradient(top,  #7AD975 30%, #7AD975 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#7AD975), color-stop(90%,#7AD975)); background: -webkit-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: -o-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: -ms-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: linear-gradient(#7AD975 30%, #7AD975 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AD975', endColorstr='#7AD975',GradientType=0 ); }
.stb-side-none.stb-info-container {
background: #E2F8DE; background: -moz-linear-gradient(top,  #E2F8DE 30%, #E2F8DE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#E2F8DE)); background: -webkit-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -o-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -ms-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: linear-gradient(#E2F8DE 30%, #E2F8DE 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#E2F8DE',GradientType=0 ); }
.stb-info_box {
background: #E2F8DE; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#E2F8DE',GradientType=0 ); background: -moz-linear-gradient(top,  #E2F8DE 30%, #E2F8DE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#E2F8DE)); background: -webkit-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -o-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -ms-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: linear-gradient(#E2F8DE 30%, #E2F8DE 90%); color: #000000;
}
.stb-info-caption_box {
background: #7AD975; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AD975', endColorstr='#7AD975',GradientType=0 ); background: -moz-linear-gradient(top,  #7AD975 30%, #7AD975 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#7AD975), color-stop(90%,#7AD975)); background: -webkit-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: -o-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: -ms-linear-gradient(top,  #7AD975 30%,#7AD975 90%); background: linear-gradient(#7AD975 30%, #7AD975 90%); color: #FFFFFF;
}
.stb-info-body_box {
background: #E2F8DE; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#E2F8DE',GradientType=0 ); background: -moz-linear-gradient(top,  #E2F8DE 30%, #E2F8DE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#E2F8DE)); background: -webkit-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -o-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: -ms-linear-gradient(top,  #E2F8DE 30%,#E2F8DE 90%); background: linear-gradient(#E2F8DE 30%, #E2F8DE 90%); color: #000000;
}
.stb-border.stb-warning-container {
border: 1px solid #FE9A05;
}
.stb-side.stb-warning-container {
background: #FE9A05; background: -moz-linear-gradient(top,  #FE9A05 30%, #FE9A05 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#FE9A05)); background: -webkit-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: -o-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: -ms-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: linear-gradient(#FE9A05 30%, #FE9A05 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#FE9A05',GradientType=0 ); }
.stb-side-none.stb-warning-container {
background: #FEFFD5; background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); }
.stb-warning_box {
background: #FEFFD5; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); color: #000000;
}
.stb-warning-caption_box {
background: #FE9A05; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#FE9A05',GradientType=0 ); background: -moz-linear-gradient(top,  #FE9A05 30%, #FE9A05 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#FE9A05)); background: -webkit-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: -o-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: -ms-linear-gradient(top,  #FE9A05 30%,#FE9A05 90%); background: linear-gradient(#FE9A05 30%, #FE9A05 90%); color: #FFFFFF;
}
.stb-warning-body_box {
background: #FEFFD5; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#FEFFD5',GradientType=0 ); background: -moz-linear-gradient(top,  #FEFFD5 30%, #FEFFD5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#FEFFD5)); background: -webkit-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -o-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: -ms-linear-gradient(top,  #FEFFD5 30%,#FEFFD5 90%); background: linear-gradient(#FEFFD5 30%, #FEFFD5 90%); color: #000000;
}
.stb-border.stb-grey-container {
border: 1px solid #BBBBBB;
}
.stb-side.stb-grey-container {
background: #BBBBBB; background: -moz-linear-gradient(top,  #BBBBBB 30%, #BBBBBB 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#BBBBBB), color-stop(90%,#BBBBBB)); background: -webkit-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: -o-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: -ms-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: linear-gradient(#BBBBBB 30%, #BBBBBB 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#BBBBBB',GradientType=0 ); }
.stb-side-none.stb-grey-container {
background: #EEEEEE; background: -moz-linear-gradient(top,  #EEEEEE 30%, #EEEEEE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#EEEEEE)); background: -webkit-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -o-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -ms-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: linear-gradient(#EEEEEE 30%, #EEEEEE 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#EEEEEE',GradientType=0 ); }
.stb-grey_box {
background: #EEEEEE; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#EEEEEE',GradientType=0 ); background: -moz-linear-gradient(top,  #EEEEEE 30%, #EEEEEE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#EEEEEE)); background: -webkit-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -o-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -ms-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: linear-gradient(#EEEEEE 30%, #EEEEEE 90%); color: #000000;
}
.stb-grey-caption_box {
background: #BBBBBB; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#BBBBBB',GradientType=0 ); background: -moz-linear-gradient(top,  #BBBBBB 30%, #BBBBBB 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#BBBBBB), color-stop(90%,#BBBBBB)); background: -webkit-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: -o-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: -ms-linear-gradient(top,  #BBBBBB 30%,#BBBBBB 90%); background: linear-gradient(#BBBBBB 30%, #BBBBBB 90%); color: #FFFFFF;
}
.stb-grey-body_box {
background: #EEEEEE; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#EEEEEE',GradientType=0 ); background: -moz-linear-gradient(top,  #EEEEEE 30%, #EEEEEE 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#EEEEEE)); background: -webkit-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -o-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: -ms-linear-gradient(top,  #EEEEEE 30%,#EEEEEE 90%); background: linear-gradient(#EEEEEE 30%, #EEEEEE 90%); color: #000000;
}
.stb-border.stb-custom-container {
border: 1px solid #f844ee;
}
.stb-side.stb-custom-container {
background: #f844ee; background: -moz-linear-gradient(top,  #f844ee 30%, #f844ee 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f844ee), color-stop(90%,#f844ee)); background: -webkit-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: -o-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: -ms-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: linear-gradient(#f844ee 30%, #f844ee 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f844ee', endColorstr='#f844ee',GradientType=0 ); }
.stb-side-none.stb-custom-container {
background: #f7cdf5; background: -moz-linear-gradient(top,  #f7cdf5 30%, #f7cdf5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f7cdf5)); background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -o-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -ms-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: linear-gradient(#f7cdf5 30%, #f7cdf5 90%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f7cdf5',GradientType=0 ); }
.stb-custom_box {
background: #f7cdf5; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f7cdf5',GradientType=0 ); background: -moz-linear-gradient(top,  #f7cdf5 30%, #f7cdf5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f7cdf5)); background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -o-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -ms-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: linear-gradient(#f7cdf5 30%, #f7cdf5 90%); color: #000000;
}
.stb-custom-caption_box {
background: #f844ee; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f844ee', endColorstr='#f844ee',GradientType=0 ); background: -moz-linear-gradient(top,  #f844ee 30%, #f844ee 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f844ee), color-stop(90%,#f844ee)); background: -webkit-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: -o-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: -ms-linear-gradient(top,  #f844ee 30%,#f844ee 90%); background: linear-gradient(#f844ee 30%, #f844ee 90%); color: #ffffff;
}
.stb-custom-body_box {
background: #f7cdf5; filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f7cdf5',GradientType=0 ); background: -moz-linear-gradient(top,  #f7cdf5 30%, #f7cdf5 90%); background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f7cdf5)); background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -o-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: -ms-linear-gradient(top,  #f7cdf5 30%,#f7cdf5 90%); background: linear-gradient(#f7cdf5 30%, #f7cdf5 90%); color: #000000;
}
