.helpful-block-content {
    background: #F1F1F1;
    border: 1px solid #DBD8D8;
    padding: 20px;
    margin: 0 0 20px;
    position: relative;
    overflow: auto;
    color: #555;
    font-family: inherit;
    font-size: 1em;
    font-weight: 300;
}

.helpful-block-content ul,
.helpful-block-content ul p {
    margin-bottom: 0px !important;
}

.helpful-block-content .wth-loader {
    background: url(../images/ajax-loader.gif) no-repeat;
    width: 43px;
    height: 11px;
    margin: 3px;
}

.helpful-block-content .wth-success {
    color: #fff;
    font-weight: normal;
}

.helpful-block-content .wth-error {
    color: #fff;
}

.helpful-block-content .wth-title {
	margin: 10px 0px;
}

.helpful-block-content .wth-share-title {
    font-size: 1em;
    margin: 10px;
    font-style: italic;
}

.helpful-block-content .wth-share-box {
    background: #fff;
    padding: 20px;
    margin-top: 10px;
}

.helpful-block-content .wth-fb-share-button {
    background: #416198;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    font-size: .8em;
}

.helpful-block-content .wth-tweeter-share-button {
    background: #55ACEE;
    color: #ffffff;
    border: none;
    text-transform: uppercase;
    font-size: .8em;
}

.helpful-block-content .wth-fb-share-button:hover {
    opacity: .9;
    background: #416198 !important;
}

.helpful-block-content .wth-tweeter-share-button:hover {
    opacity: .9;
    background: #55ACEE !important;
}

.helpful-block-content ul li {
    display: inline;
    list-style: none;
    margin: 5px 0px !important;
}

.helpful-block-content ul li a,
.helpful-block-content .wth-submit {
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 4px 12px;
    text-decoration: none;
    color: #444;
    background: #f1f1f1;
    text-transform: none;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    margin-left: 10px;
	font-weight:700;
}
.helpful-block-content .wth-submit {
	margin-left: 0px;
}
.helpful-block-content ul li textarea.wth-message {
    margin-top: 0px !important;
    clear: both;
    display: block;
    border: 1px solid #DBD8D8;
    min-height: 100px;
    width: 97%;
    margin-bottom: 10px;
    color: #999999;
    font-weight: 300;
}

.helpful-block-content .wth-submit {
    background: #df1c96;
    background: -moz-linear-gradient(top, #df1c96 0%, #bf2186 100%);
    background: -webkit-linear-gradient(top, #df1c96 0%,#bf2186 100%);
    background: linear-gradient(to bottom, #df1c96 0%,#bf2186 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#df1c96', endColorstr='#bf2186',GradientType=0 );
    color: white !important;
    padding: 10px !important;
    font-weight: 300;
    border: none;
    font-size: 16px;
	cursor: pointer;
	text-shadow: 2px 3px #000;
	transition: none;
}
.helpful-block-content .wth-submit:hover {
	background: #df1c96;
    background: -moz-linear-gradient(top, #bf2186 0%, #df1c96 100%);
    background: -webkit-linear-gradient(top, #bf2186 0%,#df1c96 100%);
    background: linear-gradient(to bottom, #bf2186 0%,#df1c96 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf2186', endColorstr='#df1c96',GradientType=0 );
	text-shadow: none;
}
.wth-green-btn {
    background: #fff !important;
    color: #4A4A4A !important;
    padding: 10px !important;
}

.wth-red-btn {
    background: #fff !important;
    color: #4A4A4A !important;
    padding: 10px !important;
}

.wth-green-btn:hover,
.wth-red-btn:hover {
    opacity: .7;
}

.wth-green-btn:before,
.wth-red-btn:before {
    padding-right: 5px;
}
.helpful-block-content .fc-disabled {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.3;
}

.helpful-adminbar-notification-green {
    background: #49A249 !important;
}

.helpful-adminbar-notification-red {
    background: #FB4949 !important;
}
