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

.stb-box {
  font-size: 12px;}

.stb-caption-box {
font-size: 14px;}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stb-border.stb-being-555-container {
  border: 1px dotted #366dbf;
}
.stb-side.stb-being-555-container {
  background: #3261bf; /* Old browsers */
  background: -moz-linear-gradient(top,  #3261bf 30%, #335db8 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#3261bf), color-stop(90%,#335db8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #3261bf 30%,#335db8 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #3261bf 30%,#335db8 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #3261bf 30%,#335db8 90%); /* IE10+ */
  background: linear-gradient(#3261bf 30%, #335db8 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3261bf', endColorstr='#335db8',GradientType=0 ); /* IE6-9 */
}
.stb-side-none.stb-being-555-container {
  background: #73a1c7; /* Old browsers */
  background: -moz-linear-gradient(top,  #73a1c7 30%, #73a0d1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#73a1c7), color-stop(90%,#73a0d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* IE10+ */
  background: linear-gradient(#73a1c7 30%, #73a0d1 90%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a1c7', endColorstr='#73a0d1',GradientType=0 ); /* IE6-9 */
}
.stb-being-555_box {
  background: #73a1c7; /* Old browsers */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#73a1c7', endColorstr='#73a0d1',GradientType=0 ); /* IE6-9 */
  background: -moz-linear-gradient(top,  #73a1c7 30%, #73a0d1 90%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#73a1c7), color-stop(90%,#73a0d1)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #73a1c7 30%,#73a0d1 90%); /* IE10+ */
  background: linear-gradient(#73a1c7 30%, #73a0d1 90%); /* W3C */
  color: #ffffff;
}

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

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

