/* FormCheck tipbox    http://mootools.floor.ch/docs/formcheck/files/formcheck-js.html */

/* 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('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 {
	float: right;
	background: url('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: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}

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


/* FormCheck validation div */

.fc-error {
display:block;clear:both;padding:5px;width:180px;
	border : 3px solid #8CC63F;border-left:10px solid #8CC63F;
	margin: 5px 30px 0px 0px;
	background-color : #EEE;
	margin-left:148px;margin-bottom:10px
}

.fc-error p {display:block;clear:both;
	margin : 5px;
	color : #A00;
}
.fc-field-error {
	border : 2px solid #800 !important;
}
#userstatus{display:block;clear:both;text-align:right; margin:0px 45px 15px 0px;color:#6A6A6A}
#newitem .fc-error{width:277px;}
#pwdmtr_label, #pwdmtr_bar{margin-left:145px;}
