.postbit_buttons a span.thx_buttons, 
.postbit_buttons a span.gracias,
.postbit_buttons a span.egracias{
	font-weight: bold;
	background-position: 0 -20px;
}

.thx_buttons{
	padding-left: 2px !important;	
    background: none !important;
}

.thx_buttons .gracias{
	color: #4b9134 !important;
	text-decoration: none;	   
}

.thx_buttons .egracias{
	color: #913434 !important;	
	text-decoration: none;
}

.bad_thx{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: none repeat scroll 0% 0% #913434 !important;
	box-shadow: 0px 0px 1em #B6B6B6;
	border-radius: 13px;
	padding: 5px 10px;
	text-align: center;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}

.neutral_thx{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: none repeat scroll 0% 0% #2C2727 !important;
	box-shadow: 0px 0px 1em rgb(182, 182, 182);
	border-radius: 13px;
	padding: 5px 10px;
	text-align: center;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}

.good_thx{
	color: #FFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background: #4B9134 none repeat scroll 0% 0% !important;
	box-shadow: 0px 0px 1em #BFDDBE;
	border-radius: 13px;
	padding: 5px 10px;
	text-align: center;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}

.good_thx a, bad_thx a{
	background: none !important;
	color: #fff;
}

.thx_avatar{
	background: transparent;
	border: 1px solid #F0F0F0;
	padding: 5px;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	display: block;
}

.info_thx, .exito_thx, .alerta_thx, .error_thx {
	font-size:13px;
	border: 1px solid;
	margin: 10px 0px;
	padding:10px 8px 10px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}

.info_thx {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url(../../../images/thx/info.png);
}

.exito_thx {
    background-color: #DFF2BF;
    background-image:url(../../../images/thx/bien.png);
}

.alerta_thx {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url(../../../images/thx/alerta.png);
}

.error_thx {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url(../../../images/thx/mal.png);
}

.thx_list{
	display: none;
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	padding: 20px;
	margin: 5px;
	background: #FFFFFF;
	width: 350px;
    opacity: 0.8;
    text-align: center;
}

cs0{
	display: none;
}

.thx_list_normal{
	position: relative;
	font-size: 10px;
	font-weight: bold;
	border-top: 1px solid #9F9696;
	border-bottom: 1px solid #9F9696;
	padding: 10px;
	margin: 5px;
	background: transparent;
	opacity: 0.8;
	border-style: dashed;
	border-left: none;
	border-right: none;
}

.thx_list_normal_thead {
	background: none;
	color: #333;
	border-bottom: 1px dotted #33A868;
	padding: 8px;
	margin: -10px;
}

.thx_list_avatar{
	width: 20px;
	height: 20px;
	background-color: #FCFDFD;	
	border: 1px solid #F0F0F0;
	padding: 3px;
	border-radius: 5px;
}

.thx_list_username{
	padding: 5px;
	bottom: 10px;
	position: relative;
}

.thx_window{
	background: #DFF2BF !important;
	color: #000000 !important;
	border-width: 1px 1px 2px !important;
	border-style: solid !important;
	border-color: #DBF2BF !important;
	border-radius: 3px;
}

.thx_rec{
	display: block;
    color: green;
}

.thx_rec a:link,
.thx_rec a:active{
     color: green;
    font-weight: bold;
    float: right;
}

.thx_giv{
	display: block;
    color: blue;
}

.thx_giv a:link,
.thx_giv a:active{
    color: blue;
    font-weight: bold;
    float: right;
}

.jGrowl-notification button{
	background: none;
	border: none;
	color: #fff;
}

.thx_given{
	font-size: 10px;	
	display: block;
	width: 40px;
	padding: 5px;
	margin: 5px 0px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;
	background: none repeat scroll 0% 0% #3C3CB3;
	text-shadow: 0px 0px 1px #f0f0f0;
}

.thx_received{
	font-size: 10px;	
	display: block;
	width: 40px;
	padding: 5px;
	margin: 5px 0px;
	font-weight: bold;
	color: #ffffff;
	border-radius: 3px;
	background: none repeat scroll 0% 0% #4b9134;
	text-shadow: 0px 0px 1px #f0f0f0;
}

.thx_thanked_post{
	background-image: linear-gradient(to bottom, #DFF0D8 0px, #C8E5BC 100%);
	background-repeat: repeat-x;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.25) inset, 0px 1px 2px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	padding: 10px;	
}
.thx_thanked_post_img{
	float: right;
	opacity: 0.8;
	background: #ECECEC;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #DCF3DE;	
}