.txta {
	width:250px;
}
.txtb {
	width:150px;
}
.txtc {
	width:50px;
}
.area {
	width:250px;
}
.select {

}
.submit, .btn {
	width: 50px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 10px;
}


.poll_border {
	background-color:#efefef;
	border:1px solid gray;
}
.poll_bar {
	height:5px;
	background-image: url(../gfx/poll/poll_bar.gif);
	border-right:1px solid gray;
}


#sitemap {
	/*list-style: none;*/
	margin: 0;
	padding: 0;
	list-style-type: upper-roman;
	list-style-position: inside;
}

#sitemap li {
	background-image: url(../gfx/sitemapul.gif);
	background-repeat: no-repeat;
	background-position: left 17px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#sitemap li a {
	color: #000;
	text-decoration: none;
	font-variant: small-caps;
	text-transform: capitalize;
}

#sitemap li ol {
	list-style-image: url(.gfx/dot.gif);
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 0px;
	list-style-type: lower-roman;
}

#sitemap li li {
	background-image: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#sitemap li li a {
	color: #aba285;
	text-decoration: underline;
	font-variant: normal;
}