@charset "UTF-8";
/* CSS Document */

/* Advanced Tooltip Box */
 
/* 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
*/
.jq-rbx{
	z-index:99;
}
.jq-rbx table{
	width:auto;
}
.jq-rbx .tl{
	background: url('img/tl.gif') no-repeat top left;
}
.jq-rbx .t{
	background: url('img/t.gif') repeat-x;
	height: 13px;
}
.jq-rbx .tr{
	background: url('img/tr.gif') no-repeat;
}
.jq-rbx .l{
	background: url('img/l.gif') repeat-y bottom;
	width: 4px;
}
.jq-rbx .r{
	background: url('img/r.gif') repeat-y bottom;
	width: 4px;
}
.jq-rbx .bl{
	background: url('img/bl.gif') no-repeat top right;
}
.jq-rbx .b{
	background: url('img/b.gif') repeat-x;
	height: 4px;
}
.jq-rbx .br{
	background: url('img/br.gif') no-repeat;
}
.jq-rbx .c{
	/*background:#FFF url('img/c.gif') repeat-x bottom;*/
	background:#FFF;
	padding:5px;
}
.jq-rbx a.close {
	float: right;
	background: url('img/close.gif') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.jq-rbx .err {
	float: left;
}
.jq-rbx p {
	width : auto;
	display: block;
	font-size: 11px;
	font-family: tahoma, verdana, "sans-serif";
	margin : 0;
	padding : 0;
	border : 0;
	color : #000;
}
 
.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


