/* 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 { z-index:9999 }
.fc-tbx .tl { background:url('img/tl.png') no-repeat }
.fc-tbx .t { background:url('img/t.png') repeat-x;height:16px }
.fc-tbx .tr { background:url('img/tr.png') no-repeat }
.fc-tbx .l { background:url('img/l.png') repeat-y;width:16px }
.fc-tbx .r { background:url('img/r.png') repeat-y;width:16px }
.fc-tbx .bl { background:url('img/bl.png') no-repeat }
.fc-tbx .b { background:url('img/b.png') no-repeat;height:25px }
.fc-tbx .br { background:url('img/br.png') no-repeat }
.fc-tbx .c { background:url('img/c.png') repeat }
.fc-tbx a.close { background:url('img/close.png') no-repeat;cursor:pointer;display:block;float:right;height:10px;margin-left:5px;position:relative;width:10px }
.fc-tbx .err { float:left }
.fc-tbx td { padding:0 }
.fc-tbx p { border:0;color:#FFF;display:block;font-family:tahoma,verdana,"sans-serif";font-size:10px;margin:0;padding:0;width:auto }

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


/* FormCheck validation div */

.fc-error { background-color:#EAEAEA;border:1px solid #888;margin-top:5px }
.fc-error p { color:#A00;margin:5px }
