.formhandler{
	display:				inline;
}

.formhandler .error_message{
	color:					red;
	margin:					1px;
	width:					400px;
}

.formhandler .error_message .titel{
	font-weight:			bolder;
	width:					82px;
	display:				block;
	float:					left;
}

.formhandler .error_message .message{
	font-style:				italic;
}



.fhmessage
{
	margin:					3px;
	padding: 				5px;
	background-color: 		#fae3ce;
	line-height:			120%;
	border:					1px solid #ff7800;	
}
.fherrormessage
{
	margin:					3px; 
	padding: 				5px;
	background-color: 		#FFD9D9;
	line-height:			120%;
	border:					1px solid #F74E3C;	
}


.content_sub_title {
	clear:					both;
	color: 					#4F4F4F;
	text-transform: 		capitalize;
	font-weight: 			bolder;
	cursor:					default;
	background-image:		url(../images/plus.gif);
	background-repeat:		no-repeat;
	background-position:	center right;
	padding-left:			5px;
	padding-top:			7px;
	margin-bottom:			10px;
	display:				block;
	text-transform:			uppercase;
	z-index:				10;
	position:				relative;
	margin-right:			5px;
}
.plugin_content {
	padding-left:			5px;
	margin-top:				-10px;
	z-index:				9;
	position:				relative;
}

.smallfield {
	width:				250px;
}