.error {
	color: #d00;
}

.online {
	color: #fff;
	background-color: #fc0;
	font-weight: bold;
	padding: 0 4px;
}

.avatar1 {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.avatar2 {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 8px;
	background-position: center center;
	background-repeat: no-repeat;
}

.clear {
	clear: both;
}

.left {
	float: left;
}

.label-block label {
	display: block;
}

form .item {
	margin-top: 10px;
}

.hand {
	cursor: hand;
	cursor: pointer;
}

.required-empty {
	color: #f15922 !important;
}

.energy-hide {
	visibility: hidden;
}

.correct-answer {
/*	color: #33ff33; */
	font-weight: bold;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 100;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('/i/autocomplete.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#ui-datepicker-div {
	z-index: 500;
}

.autocomplete-w1 { background:url(/i/autocomplete.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
