ul.ui-autocomplete {
	border: 1px solid black;
	background-color: #fff;
	position: absolute;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
}

ul.ui-autocomplete li.ui-menu-item {
	
}

ul.ui-autocomplete li.ui-menu-item a {
	padding: 2px;
	text-decoration: none;
	display: block;
	padding: 02 . em 0.4em;
}

ul.ui-autocomplete li.ui-menu-item a.ui-state-hover {
	background-color: #008f95;
	color: #fff;
}

.bubble-down {
	margin-top: 26px
}

.bubble-down .bubble-hook {
	height: 10px;
	background-image: url(../images/triangle_green_down.png);
	background-repeat: no-repeat
}

.bubble-down .bubble-text {
	background-color: #52ad41;
	color: #fff;
	padding: 10px 11px;
	font-size: 1.1em;
	font-family: 'Gordita Regular','Droid Sans Bold', Arial, Helvetica, sans-serif;
}

.bggs {
	background-color: #ffff99;
}

.head {
    font-weight: bold;	
}

div#statusov a {
	color: #049cff;
	text-decoration: none;
}

div#statusov p {
	margin: 1em 0;
}

div#statusov {
	font-size: 12px;
	line-height: 1.2em;
	background-color: #ffffff;
	width: 300px;
	padding: 6px 12px;
	border: 1px solid #cccccc;
	clear: both;
	margin-bottom: 10px;
}

div#statusov h1 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	margin: .67em 0;
}

div#statusov h2 {
	color: #999999;
	font-size: 15px;
	font-weight: normal;
	margin: 0.83em 0px;
}

div#statusov .button {
	cursor: pointer;
	padding: 0.5em 2em;
	font-weight: bold;
	font-size: 12px;
	color: #049cff;
	background-color: #f0f0f0;
	background: -moz-linear-gradient(#ffffff 0%, #dcebf3 100%);
	background: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff),
		to(#dcebf3) );
	border: 1px solid #cccccc;
}

div#statusov .button:hover {
	opacity: 0.6;
}

div#statusov .button.disabled {
	border: 1px solid #cccccc;
	color: #cccccc;
	background: #ffffff;
}

div#statusov .button.pressed {
	background-color: #dcebf3;
	background: -moz-linear-gradient(#dcebf3 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left 0%, left 100%, from(#dcebf3),
		to(#ffffff) );
}

div#statusov ul.tweets {
	margin: 0;
	padding: 0 0 0.5em 0;
	list-style: none;
}

div#statusov ul.tweets li {
	padding: 0.5em 0;
}

div#statusov ul.tweets li span {
	font-size: 10px;
	color: #808080;
	text-transform: uppercase;
}

.formular .textlink {
	font-family: 'Gordita Regular','Droid Sans Regular', Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #000;
}

.topmargin {
    margin-top: 10px;
}

.fancydlg {
	padding: 15px;
	background-color: #e8e7e2;
}

.fancydlg .buttons {
	margin-top: 15px;
	text-align: right;
}

.fancydlg .buttons a {
	display: inline-block;
    margin-left: 10px;
}

.hidden {
	display: none;
}

#surveytab {
	position: fixed;
	width: 43px;
	height: 176px;
	right: 0px;
	top: 250px;
	z-index: 9001;
}
