/* 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 .tl{
	background: url(../../../formcheck/theme/classic/img/tl.png) no-repeat;
}
.fc-tbx .t{
	background: url(../../../formcheck/theme/classic/img/t.png) repeat-x;
	height: 16px;
}
.fc-tbx .tr{
	background: url(../../../formcheck/theme/classic/img/tr.png) no-repeat;
}
.fc-tbx .l{
	background: url(../../../formcheck/theme/classic/img/l.png) repeat-y;
	width : 16px;
}
.fc-tbx .r{
	background: url(../../../formcheck/theme/classic/img/r.png) repeat-y;
	width: 16px;
}
.fc-tbx .bl{
	background: url(../../../formcheck/theme/classic/img/bl.png) no-repeat;
}
.fc-tbx .b{
	background: url(../../../formcheck/theme/classic/img/b.png) no-repeat;
	height: 25px;
}
.fc-tbx .br{
	background: url(../../../formcheck/theme/classic/img/br.png) no-repeat;
}
.fc-tbx .c{
	background: url(../../../formcheck/theme/classic/img/c.png) repeat;
}
.fc-tbx a.close {
	float: right;
	background: url(../../../formcheck/theme/classic/img/close.png) no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.fc-tbx .err {
	float: left;
}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 9px;
	font-family: Arial, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #575a5d;
}

.ajax_loader {
	background : url(../../../formcheck/theme/classic/img/ajax-loader.gif) no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	margin-top : 5px;
	background-color : #e8e8e8;
	border: 1px solid #999999;
}
.fc-error p {
	margin : 5px;
	color : #990000;
	font-size: 9pt;	
}
.fc-field-error {
	border-color:  #575a5d;
}
