/* FormCheck tipbox */

/* tipbox :
	table : 
		tl		: top left
		t		: top
		tr		: top right
		l 		: left
		r		: right
		bl		: bottom left
		b		: bottom (with mark)
		br		: bottom right
		c		: center
	components : 
		a.close	: close button
		err		: errors div
		p		: error line
*/

.fc-tbx table
{
	border  : none;
	z-index : 50
}

.fc-tbx table td
{
	padding : 0;
}

.fc-tbx
{
	z-index : 50
}

.fc-tbx .tl
{
	background : url('/js/formcheck/theme/classic/img/tl.png') no-repeat !important;
}

.fc-tbx .t
{
	background : url('/js/formcheck/theme/classic/img/t.png') repeat-x !important;
	height     : 16px;
}

.fc-tbx .tr
{
	background : url('/js/formcheck/theme/classic/img/tr.png') no-repeat !important;
}

.fc-tbx .l
{
	background : url('/js/formcheck/theme/classic/img/l.png') repeat-y !important;
	width      : 16px;
}

.fc-tbx .r
{
	background : url('/js/formcheck/theme/classic/img/r.png') repeat-y !important;
	width      : 16px;
}

.fc-tbx .bl
{
	background : url('/js/formcheck/theme/classic/img/bl.png') no-repeat !important;
}

.fc-tbx .b
{
	background : url('/js/formcheck/theme/classic/img/b.png') no-repeat !important;
	height     : 25px;
}

.fc-tbx .br
{
	background : url('/js/formcheck/theme/classic/img/br.png') no-repeat !important;
}

.fc-tbx .c
{
	background : url('/js/formcheck/theme/classic/img/c.png') repeat !important;
}

.fc-tbx a.close
{
	float       : right;
	background  : url('/js/formcheck/theme/classic/img/close.png') no-repeat !important;
	position    : relative;
	margin-left : 5px;
	display     : block;
	width       : 10px;
	height      : 10px;
	cursor      : pointer;
}

.fc-tbx .err
{
	float   : left;
	z-index : 50
}

.fc-tbx p
{
	width       : auto;
	display     : block;
	font-size   : 10px;
	font-family : tahoma, verdana, "sans-serif";
	margin      : 0;
	padding     : 0;
	border      : 0;
	color       : #fff;
}

.ajax_loader
{
	background : url('/js/formcheck/theme/classic/img/ajax-loader.gif') no-repeat center !important;
	width      : 200px;
	height     : 150px;
}

/* FormCheck validation div */

.fc-error
{
	border           : 1px solid #888;
	margin-top       : 5px;
	background-color : #eaeaea;
	z-index          : 50
}

.fc-error p
{
	margin : 5px;
	color  : #a00;
}
