@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-qbx{
	z-index:99;
}
.jq-qbx table{
	width:auto;
}
.jq-qbx .tl{
	background: url('img/tl.png') no-repeat bottom right;
}
.jq-qbx .t{
	background: url('img/t.png') repeat-x bottom;
	height: 8px;
}
.jq-qbx .tr{
	background: url('img/tr.png') no-repeat bottom left;
}
.jq-qbx .l{
	background: url('img/l.png') repeat-y bottom right;
	width: 18px;
}
.jq-qbx .r{
	background: url('img/r.png') repeat-y bottom left;
	width: 11px;
}
.jq-qbx .bl{
	background: url('img/bl.png') no-repeat top right;
}
.jq-qbx .b{
	background: url('img/b.png') repeat-x;
	height: 15px;
}
.jq-qbx .br{
	background: url('img/br.png') no-repeat;
}
.jq-qbx .c{
	background:#EEE url('img/c.png') repeat-x bottom;
	padding:5px;
}
.jq-qbx a.close {
	float: right;
	background: url('img/close.png') no-repeat;
	position: relative;
	margin-left: 5px;
	display: block;
	width: 10px;
	height: 10px;
	cursor: pointer;
}
.jq-qbx .err {
	float: left;
}
.jq-qbx p {
	width : auto;
	display: block;
	margin : 0;
	padding : 0;
	border : 0;
	color : #000;
}
 
.ajax_loader {
	background : url('img/ajax-loader.gif') no-repeat center;
	width : 200px;
	height : 150px;
}


