body {
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	text-align: center;
}

h2 {
	text-align: center;
}

.question {
	font-weight: bold;
	font-size: 12pt;
	text-align: center;
}

fieldset {
	border: none;
	padding: 0 10px 10px 10px;
	margin-bottom: 15px;
	text-align: center;
}

legend {
	display: none;
	visibility: none;
}

.currentResults {
	font-size: 8pt;
}

p {
	text-align: center;
}
.vote {
	margin-top: 10px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
}

.errorMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	color: #ff0000;
}

.credit {
	font-family: Arial, sans-serif;
	font-size: 8pt;
	color: #696969;
}

a:link, a:visited, a:active {
	text-decoration: none;
	background: transparent;
}

a:link {
	color: #77AA26;
}

a:visited {
	color: #77AA26;
}

a:active {
	color: #77AA26;
}

a:link:hover, a:visited:hover, a:active:hover {
	color: #77AA26;
}

input.submit {
	margin-top: 0px;
	border:  none;
	color: #000000;
	text-indent: -9999px;
	background: url(http://www.webcomunitor.com/_img/rapiencuesta-btn-enviar.jpg) no-repeat;
	width: 168px;
	height: 54px;
}
input.radio {
	margin-top: 8px;
}
/* Default for the poll bars */
.polltable {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.pollBar {
	height: 15px;
	background: #ff0000;
}

/* Poll bar ids are sequential and one-indexed */

#pollBar1 {
	background: #77AA26;
}

#pollBar2 {
	background: #B43B06;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}



/**********************************************************************
 *Lightbox (section styling)
**********************************************************************/
h1#rapiencuesta {
	background: url(http://www.webcomunitor.com/_img/encuesta-title-main.jpg) no-repeat;
	height: 32px;
	text-indent: -9999px;
	margin: 0 auto;
	width: 253px;
}
.verresultados {
	margin-top: 2px;
	display: block;
	font-weight: bold;
	font-size: 15px;
}
