/* ÅÄÖ (to make it utf8) */

div#pagePoll div.number {
	font-size: 12px;
	text-align: center;
	color: #666666;
	float: left;
	margin: 32px 16px 0px;
}

div#pagePoll div.number span.number {
	font-size: 30px;
	font-weight: bolder;
}

div#pagePoll div.left {
	float: left;
	margin: 32px 0px 0px;
}

div#pagePoll div.comments div.commenthead {
	width: 544px;
	background-color: #f5f5f5;
	overflow: auto;
	clear: left;
	font-weight: bolder;
	padding: 8px;
}

div#pagePoll div.comments div.commenthead div.text {
	float: left;
	margin-left: 24px;
}

div#pagePoll div.comments div.commenthead div.sorters {
	float: right;
}

div#pagePoll div.comments div.commenthead div.sorters a {
	color: #0085cf;
	text-decoration: none;
}

div#pagePoll div.comments div.arrow {
	background-image: url(/img/arrow-grey-down.png);
	background-repeat: no-repeat;
	width: 43px;
	height: 9px;
	margin: 0px 0px 8px 60px;
}

div#pagePoll div.comments {
	margin-left: 65px;
	width: 576px;
	margin-top: 32px;
	border-right: 2px solid #f0f0f0;
	float: left;
}

div#pagePoll div.comments div.form {
	background-color: #dddddd;
	width: 544px;
	padding-left: 16px;
}

div#pagePoll div.comments div.form img {
	margin-left: -16px;
}

div#pagePoll div.comments div.form img.top {
	vertical-align: top;
	margin-bottom: 10px;
}

div#pagePoll div.comments div.form img.bottom {
	vertical-align: bottom;	
}

div#pagePoll div.comments div.form span.title {
	font-weight: bolder;
}

div#pagePoll div.comment {
	border: 1px solid #cccccc;
	width: 528px;
	margin-bottom: 16px;
	padding: 16px;
}

div#pagePoll div.comment div.number {
	text-align: left;
	margin:0;
	color: #e87800;
	font-weight: bolder;
}

div#pagePoll div.comment div.date {
	float: right;
	color: #666666;
	font-style: italic;
}

div#pagePoll div.comment div.text {
	clear: both;
	color: #666666;
	padding: 18px 0px 16px 0px;
	line-height: 16px;
}

div#pagePoll div.comment div.rating {
	float: left;
}

div#pagePoll div.comment div.report {
	float: right;
}

div#pagePoll div.comment div.report a {
	color: #2295d5;
	text-decoration: none;
}

div#pagePoll div.comments div.form textarea {
	border: 1px solid #999999;
	width: 430px;
	margin: 10px 0px 0px 30px;
	padding: 16px;
	font-family: arial;
	font-size: 12px;
	color: #666666;
}

div#pagePoll div.comments div.form input {
	width: 206px;
	padding: 8px;
	border: 1px solid #999999;
	margin-top: 16px;
	color: #666666;
	font-size: 12px;
}

div#pagePoll div.comments div.form input.first {
	margin: 16px 12px 0px 30px;
}

div#pagePoll div.comments div.form input.wide {
	width: 446px;
	margin-left: 30px;
}

div#pagePoll div.comments div.form input.send {
	float: right;
	border:0;
	padding:0;
	width: 128px;
	margin: 16px 50px 10px 0px;
}

div#pagePoll div.comments img.back {
	border:0;
	margin: 20px 0 0 0;
}

div#pagePoll div.comments div.form img.captcha {
	margin: 14px 0 -14px 0;
}

div#pagePoll div.comments div.form input#hidename {
	width: 14px;
	margin-left: 30px;
}

div#pagePoll div.description {
	
	background-image: url(/img/fade-column-right.png);
	background-repeat: no-repeat;
	width: 232px;
	float: right;
	margin: 32px 32px 0px 0px;
	padding: 16px;
	line-height: 16px;
}
div#pagePoll div.description h2, div#pagePoll div.description h3, div#pagePoll div.description h4 {
	font-size: 16px;
	color: #333333;
}

div#pagePoll div.description h3, div#pagePoll div.description h4 {
	margin: 32px 0px 5px 0px;
}

div#pagePoll div.description a {
	color: #0085cf;
}

div#pagePoll div.description p {
	line-height: 16px;
	margin: 8px 0px 8px 0px;
}

div#pagePoll div.error {
	color: #F00;	
	font-weight: bolder;
}

div#pagePoll div.pages {
	width: 544px;
	padding: 8px;
	text-align: center;
	background-color: #f5f5f5;
	height: 16px;
	margin-bottom: 16px;
}

div.report input {
	border: 1px solid #999999;	
}

div.report textarea {
	border: 1px solid #999999;
	font-family: Arial;
	font-size: 12px;
	padding: 8px;
	width: 336px;
	margin-top: 16px;
}

div.report input.name {
	width: 154px;
	padding: 8px;
	margin: 16px 0;
}

div.report input.first {
	margin-right: 10px;	
}

div.report input.email {
	width: 336px;
	padding: 8px;
	margin-bottom: 16px;
}

div.report input.send {
	float: right;
	border: 0;
}

div#reportErrors div.error {
	color: #F00;
	font-weight: bolder;
}

div#pagePollAdd {
	margin: -20px 30px 0px 30px;
	position: relative;
}

div#pagePollAdd label a {
	color: #0085cf;
}

div#content div#pagePollAdd table.step td input.checkbox {
	margin: 0;
	padding:0;
	height: 14px;
	vertical-align: bottom;
	border:0;
	margin-right: 16px;
}

div#pagePollAdd p{
	margin: 20px 0 0;
}

div#pagePollAdd div.box {
	background-color: #ededed;
	width: 624px;
	margin-bottom: 32px;
	margin-top: 32px;
}

div#pagePollAdd table.step {
	margin: 10px 0px 10px 16px;
}

div#pagePollAdd table.step td {
	color: #666666;
}

div#pagePollAdd table.step td.spacing {
	padding-bottom: 16px;	
}

div#content div#pagePollAdd table.step td.middlefix {
	vertical-align: middle;	
	padding-bottom: 16px;
}

div#content div#pagePollAdd table.step td.middle {
	vertical-align: middle;	
}

div#content div#pagePollAdd input.image {
	padding:0;
	border:0;
	height: 30px;
}

div#pagePollAdd table.step td input.submit {
	border:0;
	padding:0;
	width: 192px;
	height: 32px;
}

div#pagePollAdd table.step td input.wide {
	width: 435px;
	margin: 16px 0;
}

div#pagePollAdd table.step td input.half {
	width: 199px;	
}

div#pagePollAdd table.step td input.first {
	margin-right: 16px;
}

div#pagePollAdd table.step td textarea {
	width: 435px;
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #999999;
	margin-bottom: 16px;
	color: #666666;
	padding: 8px;
}

div#pagePollAdd table.step td select {
	height: 30px;
	border: 1px solid #999999;
	color: #333333;
	width: 452px;
	padding: 5px 0px 0px 5px;
	margin-bottom: 16px;
}

div#pagePollAdd table.step td.normal select {
	padding: 0;
	height: auto;
	width: auto;
}

div#pagePollAdd table.step td input {
	height: 14px;
	border: 1px solid #999999;
	color: #333333;
	padding: 8px;
}

div#pagePollAdd table.step td.number {
	font-size: 30px;
	font-weight: bolder;
	vertical-align: top;
}

div#pagePollAdd table.step td.name {
	font-weight: bolder;
	text-align: right;
	width: 96px;
	padding-right: 16px;
	vertical-align: top;
}

div#pagePollAdd table.step td.name span.small {
	font-weight: normal;
	font-size: 10px;
}

div#pagePollAdd div.progress {
	height: 30px;
	border: 1px solid #999999;
	background-color: #fff;
	width: 290px;
	float: left;
}

div#pagePollAdd div#progress {
	height: 22px;
	width: 0%;
	background-color: #0085CF;
	color: #000;
	text-align: center;
	padding-top: 8px;
	font-weight: bolder;
}

div#pagePollAdd .swfupload {
	float: left;
	margin-left: 32px;
}

div#pagePollAdd table.step td#answers {
	width: 470px;	
}

div#pagePollAdd table.step td#answers input {
	margin: 0px 16px 16px 0px;
	width: 120px;
}

div#pagePollAdd div.center {
	text-align: center; 
	margin-top: 16px;	
}

div#pagePollAdd input.bottommargin {
	margin-bottom: 16px;
	width: 435px;
}

div#pagePollAdd div.errors {
	color: #F00;
	font-weight: bolder;
	margin-top: 16px;
}

div#pagePoll div.description a.question {
	color: #666666;
}

div#admin_shortcuts {
	position: absolute;
	/*margin: 8px 18px;*/
	margin: 0 0 0 65px;
	}
	
	div#admin_shortcuts a {
		color:#0085CF;
		font-size:12px;
		font-weight:bolder;
		text-decoration:none;
		margin: 0 5px 0 0;
		}