body {
	color: #fff;
}
#response {
	position: absolute;
	top: 240px;
	left: 40px;
	width: 98px;
	height: 25px;
	border: none;
	display: inline-block;
	z-index: 1000;
}
#thumbdivider {
	position: relative;
	float: left;
	left: 15px;
	top: -10px;
	width: 3px;
	height: 45px;
	background: none;
}
#onethumb {
	float: left;
	width: 20px;
	height: 25px;
	background: none;
}
#onethumb.nouser {
	float: left;
	width: 20px;
	height: 25px;
	background: url(../../rawfiles/thumbup.png) no-repeat;
}
#twothumb {
	float: right;
	width: 45px;
	height: 25px;
	background: none;
}
#twothumb {
	float: right;
	width: 45px;
	height: 25px;
	background: url(../../rawfiles/2thumbsup.png) no-repeat;
}
#onethumb span {display: none;}

#onethumb:hover span { 
   display: block;
   position: relative; 
   top: 40px; 
   left: 0; 
   width: 135px;
   height: 30px;
   padding: 10px 5px; 
   margin: 10px; 
   z-index: 100;
   color: #000; 
   background: #FB8615;
   font: 10px Verdana, sans-serif; text-align: center;}

#twothumb span {display: none;}

#twothumb:hover span { 
   display: block;
   position: relative; 
   top: 40px; 
   left: 0; 
   width: 135px;
   height: 30px;
   padding: 10px 5px; 
   margin: 10px; 
   z-index: 100;
   color: #000; 
   background: #FB8615;
   font: 10px Verdana, sans-serif; text-align: center;}

/* -------------- ONE THUMB SUBMIT BUTTON --------------------- */
.submit
{
    background: url(../../rawfiles/thumbup.png) no-repeat;
    height: 25px;
    width: 20px;
    border: none;
}
.submit:hover
{
    background: url(../../rawfiles/thumbup.png) 0 -25px no-repeat;
}
.submit:active
{
    background: url(../../rawfiles/thumbup.png) 0 -50px no-repeat;
}
/* -------------- ONE THUMB SUBMIT BUTTON SELETED --------------------- */
.submitSel {
	background: url(../../rawfiles/thumbup.png) 0 -50px no-repeat;
    height: 25px;
    width: 20px;
    border: none;
}
.submitSel:hover
{
    background: url(../../rawfiles/thumbup.png) no-repeat;
}
.submitSel:active
{
    background: url(../../rawfiles/thumbup.png) 0 -50px no-repeat;
}
/* -------------- TWO THUMB SUBMIT BUTTON --------------------- */
.twosubmit
{
    background: url(../../rawfiles/2thumbsup.png) no-repeat;
    height: 25px;
    width: 45px;
    border: none;
}
.twosubmit:hover
{
    background: url(../../rawfiles/2thumbsup.png) 0 -25px no-repeat;
}
.twosubmit:active
{
    background: url(../../rawfiles/2thumbsup.png) 0 -50px no-repeat;
}
/* -------------- ONE THUMB SUBMIT BUTTON SELETED --------------------- */
.twosubmitSel {
	background: url(../../rawfiles/2thumbsup.png) 0 -50px no-repeat;
    height: 25px;
    width: 45px;
    border: none;
}
.twosubmitSel:hover
{
    background: url(../../rawfiles/2thumbsup.png) no-repeat;
}
.twosubmitSel:active
{
    background: url(../../rawfiles/2thumbsup.png) 0 -50px no-repeat;
}
