/*	|=======================================================| **
**	| Project         : JeaBsy Web							| **
**	| Created By      : Jeffrey Benistant					| **
**	| Date            : October 2013						| **
**	| Email           : Jeffrey@24design.nl					| **
**	|=======================================================| */

/*******************************************************************************************************************************/

#JBMBox {
	width:	100%;
	padding:20px 0px 20px 0px;
}

#JBMBox .JBMIsVisible:hover {
	background: #FFC;
}

#JBMBox .JBM_Close {
	float:		right;
	display:	none;
	cursor:		pointer;
	padding-right:	10px;
}

#JBMBox .JBM_Type {
	float:		left;
	width:		75px;
}

#JBMBox .Fatal {
	color:			#FF0000;
}

#JBMBox .Error {
	color:			#AA0000;
}

#JBMBox .Warning {
	color:			#CCAA00;
}

#JBMBox .Info {
	color:			#009900;
}