@charset "utf-8";
/* CSS Document */

#comboboxHolder {
/*	background:#F00;
	display:none;
	width: 300px; */
}

.normal {
	color:#000;
	cursor:pointer;
}

.selected {
	color:#999;
	cursor:pointer;
}

.comment {
	background:#CCC;
}

.politician_comment {
	background:#0C3;
	/*float:left;*/
}
.vote {
	/*float:right;*/
}

.highlight {
	border:1px solid #F00;
}

#confirm_post {
	border:1px solid #000;
	display:none;
}

#shareButtons {
	background:url(../img/dela_bg_start.png) no-repeat;
	height:50px;
	z-index:1000;
	padding-left:5px;
	padding-top:15px;
	width:76px;
}
.buttons {
	background:url(../img/dela_bg.png) no-repeat;
	height:50px;
	z-index:1000;
	padding-left:8px;
	padding-top:15px;
	width:76px;
}

#confirm_post {
	z-index:1000px;
}

.commune_page .search_box #commune.grey {
	color:#CCCCCC;
}



