#sb-title-inner, #sb-info-inner, #sb-loading-inner, div.sb-message {
    color: #FFFFFF;
}
#sb-container {
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: left;
    top: 0;
    visibility: hidden;
    z-index: 999;
}
#sb-overlay {
    height: 100%;
    position: relative;
    width: 100%;
}
#sb-wrapper {
    position: absolute;
    visibility: hidden;
    width: 100px;
}
#sb-wrapper-inner {
    border: 1px solid #303030;
    height: 100px;
    overflow: hidden;
    position: relative;
}
#sb-body {
    height: 100%;
    position: relative;
    overflow: auto;
}
#sb-body-inner {
    height: 90%;
    position: absolute;
    width: 94%;
    padding: 20px;
}
#sb-player.html {
    background: none repeat scroll 0 0 #D5D4D5;
    max-width: 680px;
    overflow: auto;
    padding: 10px;
}
#sb-body img {
    border: medium none;
}
#sb-loading {
    height: 100%;
    position: relative;
}
#sb-loading-inner {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
}
#sb-loading-inner span {
    background: url("loading.gif") no-repeat scroll 0 0 transparent;
    display: inline-block;
    padding-left: 34px;
}
#sb-body, #sb-loading {
    background: #990134; /* Old browsers */
    background: -moz-linear-gradient(top, #990134 0%, #6e1533 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#990134), color-stop(100%,#6e1533)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #990134 0%,#6e1533 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #990134 0%,#6e1533 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #990134 0%,#6e1533 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990134', endColorstr='#6e1533',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #990134 0%,#6e1533 100%); /* W3C */
}
#sb-title, #sb-info {
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#sb-title, #sb-title-inner {
    height: 26px;
    line-height: 26px;
    font-size: 24px;
    text-align: center;
}
#sb-info, #sb-info-inner {
    height: 20px;
    line-height: 20px;
}
#sb-info-inner {
    font-size: 12px;
}
#sb-nav {
    float: right;
    height: 16px;
    padding: 2px 0;
    width: 45%;
}
#sb-nav a {
    background-repeat: no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 16px;
    margin-left: 3px;
    width: 16px;
}
#sb-nav-close {
    background-image: url("close.png");
}
#sb-nav-next {
    background-image: url("next.png");
}
#sb-nav-previous {
    background-image: url("previous.png");
}
#sb-nav-play {
    background-image: url("play.png");
}
#sb-nav-pause {
    background-image: url("pause.png");
}
#sb-counter {
    float: left;
    width: 45%;
}
#sb-counter a {
    color: #FFFFFF;
    cursor: pointer;
    padding: 0 4px 0 0;
    text-decoration: none;
}
#sb-counter a.sb-counter-current {
    text-decoration: underline;
}
div.sb-message {
    font-size: 12px;
    padding: 10px;
    text-align: center;
}
div.sb-message a:link, div.sb-message a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}
.cf_field_text {
    background: #412c33; /* Old browsers */
	background: -moz-linear-gradient(top, #412c33 0%, #343233 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#412c33), color-stop(100%,#343233)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #412c33 0%,#343233 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #412c33 0%,#343233 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #412c33 0%,#343233 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#412c33', endColorstr='#343233',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #412c33 0%,#343233 100%); /* W3C */
    border-radius: 10px 10px 10px 10px;
    color: white;
    margin-bottom: -28px;
    padding: 10px;
}
#sb-player input, textarea {
    margin: 13px 0;
}
#sb-player textarea {
	width: 90%;
	min-height: 80px;	
}
#sb-player form {
	text-align: center;
}
#sb_field_half {
	float: right;
	width: 50%
}
#sb_logo_half {
	width: 45%;
	float: left;
}
#sb_logo_half_text {
	background: white;
	color: #666;
	margin-top: 15px;
	max-width: 280px;
	padding: 10px;
}
.sb_input_class {
	width: 80%;	
}
