#MPVcontainer { /* box: width, height color and border */
	padding: 0px;
	margin: 0px;
	width: 200px; 
	height: 200px; 
	direction: rtl;
	background: #000000; 
	border: 1px dashed #93823c; 
	}

#MPVcontainer td.subject { /* title: position */
	text-align: center; 
	}

#MPVcontainer p.subject { /* title: color, font and margin */
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	}
	
#MPVcontainer td.bar { /* bar width */
	width: 70%; 
	padding: 0px 5px 5px 5px;
	margin: 0px;	
	}

#MPVcontainer p.bar { /* bar: color, font and margin */
	font-size: 10px;
	height: 10px;
	border: 1px solid #93823c;
	background: #ffffff;
	}
	
#MPVcontainer td.description {
	}

#MPVcontainer p.description { /* description: color, font and margin */
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #ffffff;
	margin: 0px 5px 0px 5px;
	}
	
#MPVcontainer td.data {
	padding: 0px;
	margin: 0px;
	}

#MPVcontainer p.data { /* percent and vote number: color, font and margin */
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #93823c;
	margin: 0px 5px 0px 5px;
	}	
	
#MPVcontainer td.totalVote { /* total votes: position*/
	text-align: center;
	}

#MPVcontainer p.totalVote { /* total votes: color, font and margin */
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #93823c;
	margin: 5px 5px 5px 5px;
	}	