.errorline {
	font-weight: bold;
	color: #F00;
	font-size: 11px;
}

.formbox{
	border: 1px solid #AACCEE!important;
	background: #FFFFFF;
	font: 12px "Courier New",Courier,monospace;
}

.formbox-noborder{
	background: #FFFFFF;
	font: 12px "Courier New",Courier,monospace;
}

.formlabel{
	font: 12px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	font-weight: 400;
	line-height: 20px;
}

.formlabel-noborder{
	font: 12px Verdana,Arial,Geneva,Helvetica,Sans-Serif;
	font-weight: 400;
}

.hint {
	display: none;
	position: absolute;
	border: 1px solid #ffcf0f;
   	background: #ffffde;
	width: 320px;
	margin-left: 20px;
	padding: 5px;
	text-align: left;
}

.hint .hint-pointer {
	padding-left: -20px;
	width: 10px;
	background: url(pointer.gif) left top no-repeat;
}

.submitbutton{
	background: #24628F;
	border: 1px solid #a5ceef;
	color: #ffffff;
	font: 11px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	padding: 2px;
	text-decoration: none;
}

#main-panel-forms {
	width: 742px;
	padding: 10px 14px 16px 14px;
	border: 1px solid #6daad6;
	background-color: #fff;
	float: left;
	display: inline-block;
}

#searchbox {
	height: 28px;
	line-height: 28px;
	clear: both;
}

.status{ color:red; }
.error{ color:red; }
