#thanks_mask {
 display: none;
 background: #000;
 position: fixed;
 left: 0;
 top: 0;
 z-index: 10;
 width: 100%;
 height: 100%;
 opacity: 0.8;
 z-index: 999;
}

.thanks-popup {
 display: none;
 background: #FFF;
 padding: 64px;
 border: 2px solid #ddd;
 float: left;
 font-size: 120%;
 position: fixed;
 top: 30%;
 left: 50%;
 max-height: 40%;
 z-index: 99999;
 box-shadow: 0px 0px 20px #999;
 -moz-box-shadow: 0px 0px 20px #999;
 -webkit-box-shadow: 0px 0px 20px #999;
	border-radius: 3px 3px 3px 3px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
}

.thanks-popup p.error {
 text-align: center;
}

.thanks-popup-circle {
 background: url("circle.gif") no-repeat;
 font-size:0;
 top:32px;
 left:32px;
 position:absolute;
 padding-left: 64px;
 padding-top: 64px;
}

.postfoot .post-thanks {
 padding:0 1em .75em 0;
 margin-left:1em;
	text-align:left;
 display: inline-block;
	/*float:left;*/
	overflow: hidden;
	position: relative;
	white-space:nowrap;
}

@media (max-width:1366px) { .thanks-list-names { display: none; } .thanks-list-short { display: block !important;	} }

.thanks-list-short { 
 -webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}

.post-thanks > :first-child, .post-thanks > :first-child a{
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}
.post-thanks > :last-child, .post-thanks > :last-child a{
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.post-thanks span.thanks-button + span.thanks-list{
	border-left: none;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.post-thanks span.thanks-list {
	padding: 5px 8px;
	background: #CFE9CF;
	line-height: 10px;
	border: 1px solid gainsboro;
	position: relative;
 display: inline-block;
	/*float:left;*/
}

.post-thanks span.thanks-list a{
}

.post-thanks span.thanks-button a, .post-thanks span.thanks-button:hover a.disabled{
	background: #F1F1F1;
	background: -moz-linear-gradient(#F8F8F8, #F1F1F1);
	background: -o-linear-gradient(#F8F8F8, #F1F1F1);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#F1F1F1));
	background: -webkit-linear-gradient(#F8F8F8, #F1F1F1);
	padding: 5px 8px;
	padding-left: 25px;
	border: 1px solid gainsboro;
	color: #6E6E6E;
	text-decoration: none;
	line-height: 10px;
	position: relative;
	float: left;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.post-thanks > span.thanks-button:hover a, .post-thanks > span.thanks-button a:hover{
	background: #f8f8f8;
	border-color: #84BCE4;
	z-index: 20;
	cursor: pointer;
	color: #387CA6;
	text-decoration: none;
}

.post-thanks span.thanks-button a.disabled, .post-thanks > span.thanks-button:hover a.disabled, .post-thanks > span.thanks-button a.disabled:hover{
 cursor: default;
}

.post-thanks span.thanks-button a, .post-thanks span.thanks-button:hover a.disabled{
	background: url("actions.png") 7px 3px no-repeat;
	background: url("actions.png") 7px 3px no-repeat, -moz-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px 3px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#F1F1F1));
	background: url("actions.png") 7px 3px no-repeat, -webkit-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px 3px no-repeat, -o-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px 3px no-repeat, linear-gradient(#F8F8F8, #F1F1F1);
}
.post-thanks span.thanks-button:hover a{
	background: url("actions.png") 7px -21px no-repeat;
	background: url("actions.png") 7px -21px no-repeat, -moz-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px -21px no-repeat, -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F8F8F8), to(#F1F1F1));
	background: url("actions.png") 7px -21px no-repeat, -webkit-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px -21px no-repeat, -o-linear-gradient(#F8F8F8, #F1F1F1);
	background: url("actions.png") 7px -21px no-repeat, linear-gradient(#F8F8F8, #F1F1F1);
}
