
.stb-container-css {
	margin: 10px 10px 10px 0px;
}

.stb-box {
}

.stb-caption-box {
}

.stb-body-box {
  box-sizing: content-box;
  padding: 5px 10px 10px;
}

  /* Class Dependent Parameters */
.stb-border.stb-alert-container {
  border: 1px solid #FF4F4A;
}
.stb-side.stb-alert-container {
  background: #FF4F4A; /* Old browsers */
  background: -moz-linear-gradient(top,  #FF4F4A 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FF4F4A), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#FF4F4A 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F4A', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-alert-container {
  background: #FFE7E6; /* Old browsers */
  background: -moz-linear-gradient(top,  #FFE7E6 30%, #fb7d78 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#fb7d78)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* IE10+ */
  background: linear-gradient(#FFE7E6 30%, #fb7d78 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#fb7d78',GradientType=0 ); /* IE6-9 */
}
.stb-alert_box {
  background: #FFE7E6; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#fb7d78',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FFE7E6 30%, #fb7d78 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#fb7d78)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* IE10+ */
  background: linear-gradient(#FFE7E6 30%, #fb7d78 90%); /* W3C */
  color: #000000;
}

.stb-alert-caption_box {
  background: #FF4F4A; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF4F4A', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FF4F4A 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FF4F4A), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FF4F4A 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#FF4F4A 30%, #504848 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-alert-body_box {
  background: #FFE7E6; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFE7E6', endColorstr='#fb7d78',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FFE7E6 30%, #fb7d78 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FFE7E6), color-stop(90%,#fb7d78)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FFE7E6 30%,#fb7d78 90%); /* IE10+ */
  background: linear-gradient(#FFE7E6 30%, #fb7d78 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-black-container {
  border: 1px solid #6E6E6E;
}
.stb-side.stb-black-container {
  background: #333333; /* Old browsers */
  background: -moz-linear-gradient(top,  #333333 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333333 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333333 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333333 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#333333 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-black-container {
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 30%,#000000 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); /* IE10+ */
  background: linear-gradient(#000000 30%, #000000 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.stb-black_box {
  background: #000000; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 30%,#000000 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); /* IE10+ */
  background: linear-gradient(#000000 30%, #000000 90%); /* W3C */
  color: #FFFFFF;
}

.stb-black-caption_box {
  background: #333333; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #333333 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#333333), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #333333 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #333333 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #333333 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#333333 30%, #504848 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-black-body_box {
  background: #000000; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #000000 30%, #000000 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#000000), color-stop(90%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #000000 30%,#000000 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #000000 30%,#000000 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #000000 30%,#000000 90%); /* IE10+ */
  background: linear-gradient(#000000 30%, #000000 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-border.stb-download-container {
  border: 1px solid #65ADFE;
}
.stb-side.stb-download-container {
  background: #65ADFE; /* Old browsers */
  background: -moz-linear-gradient(top,  #65ADFE 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#65ADFE), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#65ADFE 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ADFE', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-download-container {
  background: #DFF0FF; /* Old browsers */
  background: -moz-linear-gradient(top,  #DFF0FF 30%, #2e7cb9 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#2e7cb9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* IE10+ */
  background: linear-gradient(#DFF0FF 30%, #2e7cb9 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#2e7cb9',GradientType=0 ); /* IE6-9 */
}
.stb-download_box {
  background: #DFF0FF; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#2e7cb9',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #DFF0FF 30%, #2e7cb9 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#2e7cb9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* IE10+ */
  background: linear-gradient(#DFF0FF 30%, #2e7cb9 90%); /* W3C */
  color: #000000;
}

.stb-download-caption_box {
  background: #65ADFE; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#65ADFE', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #65ADFE 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#65ADFE), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #65ADFE 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#65ADFE 30%, #504848 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-download-body_box {
  background: #DFF0FF; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DFF0FF', endColorstr='#2e7cb9',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #DFF0FF 30%, #2e7cb9 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#DFF0FF), color-stop(90%,#2e7cb9)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #DFF0FF 30%,#2e7cb9 90%); /* IE10+ */
  background: linear-gradient(#DFF0FF 30%, #2e7cb9 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-info-container {
  border: 1px solid #7AD975;
}
.stb-side.stb-info-container {
  background: #7AD975; /* Old browsers */
  background: -moz-linear-gradient(top,  #7AD975 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#7AD975), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7AD975 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7AD975 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7AD975 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#7AD975 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AD975', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-info-container {
  background: #E2F8DE; /* Old browsers */
  background: -moz-linear-gradient(top,  #E2F8DE 30%, #79b06e 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#79b06e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* IE10+ */
  background: linear-gradient(#E2F8DE 30%, #79b06e 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#79b06e',GradientType=0 ); /* IE6-9 */
}
.stb-info_box {
  background: #E2F8DE; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#79b06e',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #E2F8DE 30%, #79b06e 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#79b06e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* IE10+ */
  background: linear-gradient(#E2F8DE 30%, #79b06e 90%); /* W3C */
  color: #000000;
}

.stb-info-caption_box {
  background: #7AD975; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AD975', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #7AD975 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#7AD975), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #7AD975 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #7AD975 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #7AD975 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#7AD975 30%, #504848 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-info-body_box {
  background: #E2F8DE; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E2F8DE', endColorstr='#79b06e',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #E2F8DE 30%, #79b06e 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#E2F8DE), color-stop(90%,#79b06e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #E2F8DE 30%,#79b06e 90%); /* IE10+ */
  background: linear-gradient(#E2F8DE 30%, #79b06e 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-warning-container {
  border: 1px solid #FE9A05;
}
.stb-side.stb-warning-container {
  background: #FE9A05; /* Old browsers */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-warning-container {
  background: #FEFFD5; /* Old browsers */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #f0d208 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#f0d208)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #f0d208 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#f0d208',GradientType=0 ); /* IE6-9 */
}
.stb-warning_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#f0d208',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #f0d208 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#f0d208)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #f0d208 90%); /* W3C */
  color: #000000;
}

.stb-warning-caption_box {
  background: #FE9A05; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FE9A05', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FE9A05 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FE9A05), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FE9A05 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#FE9A05 30%, #504848 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-warning-body_box {
  background: #FEFFD5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFFD5', endColorstr='#f0d208',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #FEFFD5 30%, #f0d208 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#FEFFD5), color-stop(90%,#f0d208)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #FEFFD5 30%,#f0d208 90%); /* IE10+ */
  background: linear-gradient(#FEFFD5 30%, #f0d208 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-grey-container {
  border: 1px solid #BBBBBB;
}
.stb-side.stb-grey-container {
  background: #BBBBBB; /* Old browsers */
  background: -moz-linear-gradient(top,  #BBBBBB 30%, #6e6e6e 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#BBBBBB), color-stop(90%,#6e6e6e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* IE10+ */
  background: linear-gradient(#BBBBBB 30%, #6e6e6e 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#6e6e6e',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-grey-container {
  background: #EEEEEE; /* Old browsers */
  background: -moz-linear-gradient(top,  #EEEEEE 30%, #ababab 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#ababab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* IE10+ */
  background: linear-gradient(#EEEEEE 30%, #ababab 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#ababab',GradientType=0 ); /* IE6-9 */
}
.stb-grey_box {
  background: #EEEEEE; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#ababab',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #EEEEEE 30%, #ababab 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#ababab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* IE10+ */
  background: linear-gradient(#EEEEEE 30%, #ababab 90%); /* W3C */
  color: #000000;
}

.stb-grey-caption_box {
  background: #BBBBBB; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BBBBBB', endColorstr='#6e6e6e',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #BBBBBB 30%, #6e6e6e 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#BBBBBB), color-stop(90%,#6e6e6e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #BBBBBB 30%,#6e6e6e 90%); /* IE10+ */
  background: linear-gradient(#BBBBBB 30%, #6e6e6e 90%); /* W3C */
  color: #FFFFFF;
  }

.stb-grey-body_box {
  background: #EEEEEE; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#ababab',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #EEEEEE 30%, #ababab 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#EEEEEE), color-stop(90%,#ababab)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #EEEEEE 30%,#ababab 90%); /* IE10+ */
  background: linear-gradient(#EEEEEE 30%, #ababab 90%); /* W3C */
  color: #000000;
  }

.stb-border.stb-custom-container {
  border: 1px solid #f844ee;
}
.stb-side.stb-custom-container {
  background: #f844ee; /* Old browsers */
  background: -moz-linear-gradient(top,  #f844ee 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f844ee), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f844ee 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f844ee 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f844ee 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#f844ee 30%, #504848 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f844ee', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-custom-container {
  background: #f7cdf5; /* Old browsers */
  background: -moz-linear-gradient(top,  #f7cdf5 30%, #f77df1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f77df1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* IE10+ */
  background: linear-gradient(#f7cdf5 30%, #f77df1 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f77df1',GradientType=0 ); /* IE6-9 */
}
.stb-custom_box {
  background: #f7cdf5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f77df1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #f7cdf5 30%, #f77df1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f77df1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* IE10+ */
  background: linear-gradient(#f7cdf5 30%, #f77df1 90%); /* W3C */
  color: #000000;
}

.stb-custom-caption_box {
  background: #f844ee; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f844ee', endColorstr='#504848',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #f844ee 30%, #504848 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f844ee), color-stop(90%,#504848)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f844ee 30%,#504848 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f844ee 30%,#504848 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f844ee 30%,#504848 90%); /* IE10+ */
  background: linear-gradient(#f844ee 30%, #504848 90%); /* W3C */
  color: #ffffff;
  }

.stb-custom-body_box {
  background: #f7cdf5; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7cdf5', endColorstr='#f77df1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #f7cdf5 30%, #f77df1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#f7cdf5), color-stop(90%,#f77df1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #f7cdf5 30%,#f77df1 90%); /* IE10+ */
  background: linear-gradient(#f7cdf5 30%, #f77df1 90%); /* W3C */
  color: #000000;
  }

