@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-tbx{
	z-index:10000;
	max-width:400px;
}
.jq-tbx table{
	width:auto;
}
.jq-tbx .tl{
	background: url('img/tl.png') no-repeat;
}
.jq-tbx .t{
	background: url('img/t.png') repeat-x;
	height: 16px;
}
.jq-tbx .tr{
	background: url('img/tr.png') no-repeat;
}
.jq-tbx .l{
	background: url('img/l.png') repeat-y;
	width : 16px;
}
.jq-tbx .r{
	background: url('img/r.png') repeat-y;
	width: 16px;
}
.jq-tbx .bl{
	background: url('img/bl.png') no-repeat scroll 0 -3px transparent;
	margin-tip
}
.jq-tbx .b{
	background: url('img/b.png') repeat-x;
	height: 6px;
}
.jq-tbx .br{
	background: url('img/br.png') no-repeat scroll 0 -3px transparent;
}
.jq-tbx .c{
	background: url('img/c.png') repeat;
}
.jq-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;
}
.jq-tbx .err {
	float: left;
}
.jq-tbx p {
	width : auto;
	display: block;
	/*
	font-size: 11px;
	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;
}
