body {/* chinh ket qua tham do*/
	font-family: Arial, sans-serif;
	font-size: 10pt;
	background-color: #ffffff;
	color: #000000;
}

h1 {/* chinh ket qua tham do*/
    width: 600px;
	font-family: Arial, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #000000;
	border-bottom: solid 4px #000000;
}

fieldset {/*chinh khung*/

	border: solid 0px #FFFFFF;
	color:#CCCCCC;
	width: 275px;
	height:auto
	padding: 0 10px 10px 10px;
	margin-bottom: 0px;
} 


legend {/* chinh nut tham do y kien*/
	color: #FFFF00;
	background: url(../images/nen_nutbieuquyet.png);
	width:100pt;
	height: 11pt;
	border: 0px outset #ffffff;
	padding: 0px 0px 0 0px;
	font-weight: bold;
	font-size:9px;
	font-size-adjust: none;
}

.vote {
	margin-top: 0px;
	padding: 0 0 0 0;
}

.vote p {
	margin-top: 0px;
	margin-bottom: 6px;
}

.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: #0000ff;
}*/

/*a:visited {
	color: #FF0000;
}*/

/*a:active {
	color: #ff0000;
}*/

/*a:link:hover, a:visited:hover, a:active:hover {
	color: #ff0000;
}*/

/*input.submit { nut bieu quyet
	color: #ffffff;
	background: url(../../images/nenchaychu.jpg);
	/*border: 2px outset #cccccc;
}*/

/* Default for the poll bars */

.pollBar {
	height: 15px;
	background: #ff0000;
	border: 1px solid #000000;
}

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

#pollBar1 {
	background: #ff0000;
}

#pollBar2 {
	background: #00ff00;
}

#pollBar3 {
	background: #0000ff;
}

#pollBar4 {
	background: #ffff00;
}

#pollBar5 {
	background: #00ffff;
}

#pollBar6 {
	background: #ff00ff;
}

