@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-imgbx{
	z-index:1000;
}
.jq-imgbx table{
	width:auto;
}
.jq-imgbx .tl{
	background: url('img/tl.png') no-repeat;
}
.jq-imgbx .t{
	background: url('img/t.png') repeat-x top;
	height: 11px;
}
.jq-imgbx .tr{
	background: url('img/tr.png') no-repeat top right;
}
.jq-imgbx .l{
	background: url('img/l.png') repeat-y left;
	width : 11px;
}
.jq-imgbx .r{
	background: url('img/r.png') repeat-y right;
	width: 11px;
}
.jq-imgbx .bl{
	background: url('img/bl.png') no-repeat bottom left;
}
.jq-imgbx .b{
	background: url('img/b.png') repeat-x bottom;
	height: 20px;
}
.jq-imgbx .br{
	background: url('img/br.png') no-repeat right bottom;
}
.jq-imgbx .c{
	background: url('img/c.png') repeat;
}/*
.jq-imgbx 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-imgbx .err {
	float: left;
}
.jq-imgbx p {
	width : auto;
	display: block;
	font-size: 12px;
	/*
	font-size: 11px;
	font-family: tahoma, verdana, "sans-serif";
	*/
	margin : 0;
	padding : 0;
	border : 0;
	color : #FFF;
}
.jq-imgbx p IMG {
	display:block;
	padding-right:10px !important;
}
.jq-imgbx p a {
	color : #FFF;
	display:block;
	overflow:hidden;
}
.jq-imgbx p DIV {
	display:block;
	float:left;
	padding-right:10px !important;
	width:180px;
}


.jq-imgbx .c img { margin:0; padding:0; }

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