/* 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:150;
	width:200px;
}
.fc-tbx table{
	border:0;
}

.fc-tbl{
	border:none;
	z-index:150;
}

.fc-tbx .tl{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/tl.png') no-repeat;
	border:none;
	padding:0;
	text-align:left;
	z-index:150;
}
.fc-tbx .t{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/t.png') repeat-x;
	height: 16px;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .tr{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/tr.png') no-repeat;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .l{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/l.png') repeat-y;
	width : 16px;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .r{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/r.png') repeat-y;
	width: 16px;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .bl{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/bl.png') no-repeat;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .b{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/b.png') no-repeat;
	height: 25px;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .br{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/br.png') no-repeat;
	border:none;
	padding:0;
	text-align:left;
		z-index:150;
}
.fc-tbx .c{
	background: url('/portal/media/2011/960/js_1/theme/classic/img/c.png') repeat;
	border:none;
		z-index:150;
}
.fc-tbx a.close {
	float: right;
	background: url('/portal/media/2011/960/js_1/theme/classic/img/close.png') no-repeat;

	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
		z-index:150;
}
.fc-tbx .err {
	float: left;
		z-index:150;

}
.fc-tbx p {
	width : auto;
	display: block;
	font-size: 10px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #ffffff;
		z-index:150;
}

.ajax_loader {
	background : url('/portal/media/2011/960/images_1/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


/* FormCheck validation div */

.fc-error {
	border : 1px solid #888;
	margin-top : 5px;
	background-color : #EAEAEA;
	border:none;
}
.fc-error p {
	margin : 5px;
	color : #A00;
	border:none;
}