/* Styles for Say Thanks mod
 *
 * @package SMF
 * @author kelvincoool
 * @copyright 2015 kelvincoool
 * @license http://creativecommons.org/licenses/by/3.0 CC
 *
 * @version 1.3.2
------------------------------------------------------- */
.thank_you_button {
	float: left;
	border: 1px solid #999999!important;
	background-color: #999999!important;
	color: #fff!important;
	font-size: 13px;
	line-height: 28px;
	margin: 0px 5px 0px 0px;
	padding: 0px 10px 0px 10px;
	list-style-type: none!important;
	color: #fff;
}

.thank_you_button:hover {
	background-color: #666!important;
	
}

.thank_you_button a {
	color: #fff;
}
.thank_you_button a:hover {
	color: #fff;
	background-color: #666!important;
}

.thanks {
	padding-top: 5px;
	border-top: 1px solid #99a;
}

/*.thanks span {
	font-weight: bold;
}*/

#st_disable_on_boards\[\] {
	width: 400px;
	height: 200px;
	padding: 10px;
}

.thank_you_loading {
	background: url("../images/thanks_loading.gif") no-repeat transparent;
	display: none;
}

.thank_you_success {
	background: url("../images/thanks_thanked.png") no-repeat transparent;
	list-style-type: none;
}
.thank_you_success a {
	margin-left: 18px;
}

.thank_you_error {
	background: url("../images/thanks_error.png") no-repeat transparent;
}

.thank_you_hidden {
	display: none;
}

#most_thanked
{
	float: left;
	width: 49.5%;
}

#most_thanks_given, #most_thanked_posts
{
	float: right;
	width: 49.5%;
}

.withdraw_thank_you_button_link{
	
}