.reaction {
	padding: 1em;
	border: 1px solid #eee;
}
.reaction:hover {
	background-color: #F8ECE1;
}
.chronique_line {
	padding: 1em;
	border: 1px solid #eee;
}

#moduleresult_content .chronique_line h2 a {
	text-decoration: none;
	color: #6a571d;
}
#moduleresult_content .chronique_line h2 a:visited {
	color: #6a571d;
}
#moduleresult_content .chronique_line h2 a:hover {
	text-decoration: underline;
}

.chronique_line:hover {
	background-color: #F8ECE1;
}
.reaction_chronique_line {	
	padding: 1em;
	border: 1px solid #eee;
}
.reaction_chronique_line:hover {
	background-color: #fff;
}
.chronique_line h2 a {
	color: #6a571d;
}
#registertext {
	width: 300px;
}
.eznewsletter_form_input {
	width:225px;
}
.eznewsletter_block {
	padding-bottom: 8px;
	width:80px;
}
.eznewsletter_block label {
	margin-right: 2em;
	width:80px;
	font-weight:bold;

}
.eznewsletter_block input {
	margin-left: 2em;
	margin-top: 5px;
/*	border: 1px solid #6a571d;*/
	height: 1.4em;
	font-size: 13px;
}
.eznewsletter_form_input {
	border: 1px solid #c1c1c1;
}

/* POLL */

div.content-poll-results
{
    width: 80%;
}

div.content-poll-results ul
{
    margin-left: 0;
}

div.content-poll-results li
{
    list-style-type: none;
}

div.content-poll-results span.option
{
    font-weight: bold;
    float: left;
}

div.content-poll-results span.votes
{
    font-weight: normal;
}

div.content-poll-results span.value
{
    font-weight: bold;
    margin-top: 1.7em;
    float: right;
}

div.content-poll-results div.resultblock
{
    width: 100%;
    margin: -1.2em 0 0.5em 0;
    float: left;
}

div.content-poll-results div.resultedge-start
{
    padding-right: 4em;
}

div.content-poll-results div.resultedge-end
{
    border: 1px solid black;
}

div.content-poll-results div.resultbox
{
    background-image: url(../images/poll-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #bcbbaf;
    width: 100%;
}

div.content-poll-results div.resultbar
{
    background-image: url(../images/poll-result-bg.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-color: #6b561f;
    height: 20px;
}

div.content-poll-results div.result-divider
{
    height: 20px;
}

div.content-poll-results ul
{
	list-style: none;
}
div.content-poll-results ul li
{
	list-style: none;
}


/* POLL RESULT STYLE */

div.poll-result td.poll-resultbar td.poll-percentage, div.poll-result td.poll-resultbar td.poll-votecount
{  
    font-style: italic;
    font-size: 85%;
}

div.poll-result td.poll-resultbar td.poll-percentage
{  
    text-align: left;
}

div.poll-result td.poll-resultbar td.poll-votecount
{  
    text-align: right;
}

div.poll-result p
{  
    font-weight: bold;
}

div.poll-result div.chart-bar-resultbox
{
    margin: 0.5em 0 0.5em 0;
    width: 100%;
}

div.poll-result div.chart-bar-resultbar
{
    height: 14px;
}

div.poll-result td.poll-resultname
{
    padding-right: 5px;
}

div.poll-result td.poll-resultbar
{
    padding-left: 5px;
}

div.poll-result td.poll-resultbar table
{
    width: 300px;
}

div.poll-result div.chart-bar-resultbox
{
    background-color: #eeeeee;
}

div.poll-result div.chart-bar-resultbar
{
    background-color: #444; /* This could also be a repeating background image */
}


.warning {
	color: #990033;
	font-size: 14px;
	font-weight: bold;
}
