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

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

.JeaBsyWidthLarge {
	width: 250px;
}

.JeaBsyWidthNormal {
	width: 150px;
}

.JeaBsyWidthMedium {
	width: 80px;
}

.JeaBsyWidthSmall {
	width: 50px;
}

input.JeaBsyText {
	border:	#4F81BD 1px solid;
}

input.JeaBsyText:hover {
	background: #F0F0F5;
}

input.center {
	text-align:	center;
}

select.JeaBsySelect {
	border:	#4F81BD 1px solid;
}