/* Begin frontend css */
.emo-vote
{
	width:100%;
	padding:0 !important;
	color:#FFF;
	font-size:10px;
}

.emo-vote img
{
	margin:0 !important;
	padding:0 !important;
	border:0 !important;
}

.emo-vote span
{
	color:#FFF;
	font-size:10px;
}

.emo-vote p.emo-vote-title
{
	color:#FFF;
}

.emo_vote_total
{
	width:100%;
}

.jquery-checkbox
{
	display:inline;
	line-height:14px;
	cursor:pointer;
	padding:0 4px 0 0;
}

.jquery-checkbox .mark
{
	display:inline;
}

.jquery-checkbox img
{
	vertical-align:middle;
}

#input_0 img
{
	background:transparent url(images/page-coeur-aime.gif) no-repeat;
}

#input_1 img
{
	background:transparent url(images/page-coeur-aime-pas.gif) no-repeat;
}

.jquery-checkbox-hover img
{
	background-position:0 0 !important;
}

.jquery-checkbox-disabled
{
	cursor:default !important;
}

#emo-vote-body
{
	background:transparent url(images/body.png) repeat top left;
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	position:absolute;
	top:0;
	left:0;
	z-index:998;
}

#emo-vote-dialog
{
	width:300px;
	margin:0 auto;
	position:absolute;
	top:80px;
	left:0;
	right:0;
	z-index:999;
	text-align:center !important;
}

#emo-vote-dialog p
{
	background:#fff;
	width:300px;
	font-size:16px;
	margin:10px 0 10px 10px;
	padding:10px;
}

/* End frontend css 
 Begin backend css */
span.emotion
{
	height:18px;
	width:18px;
	margin:3px 0 0;
	display:block;
	float:left;
	cursor:move;
}

span.emo-delete
{
	background:transparent url(images/delete.png) no-repeat top left;
	height:16px;
	width:16px;
	display:block;
	margin:-20px 0 0 180px;
	cursor:pointer;
}

span.emo-delete:hover
{
	background-position:0 -16px;
}

li.emo_titles_field
{
	margin:0 0 10px;
}

li.emo_titles_field input
{
	background:#fff;
	border:1px solid #dfdfdf;
	padding:3px;
	margin:0 15px 0 5px;
}

p.plain
{
	margin:22px 0 0;
	line-height:24px;
}

p.plain select
{
	margin:0 10px 0 0;
}

span.emo_vote_error
{
	margin:0 0 0 10px;
	color:red;
}

.emo-vote label,span.emo_vote-0,span.emo_vote-1,span.emo_vote-2,span.emo_vote-3,span.emo_vote-4
{
	position:relative;
}

.jquery-checkbox-disabled img,.jquery-checkbox-checked img
{
	background-position:-74px 0 !important;
}
