body {
	border: 0;
	color: #333;
	font: normal 0.8em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", helvetica, arial, sans-serif;
}
a {
	color: #333;
}
h1, h2, h3, h4 {
	font-family: arial, tahoma, sans;
	font-weight: bold;
}
h1 {
	font-size: 1.8em;
}
h2 {
	font-size: 1.4em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
input {
	font-size: 0.9em;
	margin: 2px;
	padding: 2px
}
img {
	border: none
}

.small {
	font-size: 0.8em;
	letter-spacing: -0.01em;
}
.larger {
	font-size: 1.2em;
	font-weight: bold;
}
.center {
	text-align: center;
}
.middle {
	vertical-align: middle;
}
#header {

}
#content {
}
#menu {

}
#footer {
	font: 0.8em tahoma;
}

#bottomLine {
	position: absolute;
	width: 100%;
}

/*================== Polls ==================*/

.polls-title {
	padding-top: 5px;
	font-size: 1.1em;
	line-height: 1.2em;
}
.polls-option {
	padding-top: 0.6em;
	line-height: 1.2em;
}
.polls-option small{
	font-size: 0.9em;
}


/*===================== Title =====================*/
.autoform ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.autoform li {
	margin-left: 0;
}
.autoform ul.errors {
	list-style: none;
	margin-bottom: 5px;
}

.autoform .errors li {
	margin-left: 0;
	color: #f00;
}
a.link {
	color: #000;
	text-decoration: none;
	font-size: 0.8em;
}
