/**
 * jQuery AjaxBox plugin
 * @category jQuery plugin
 * @copyright (c) 2009 Epto electronics
 */
#jquery-ajaxbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-ajaxbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}


#ajaxbox-container-box {
	position: relative;
	width: 150px;
	height: 200px;
	margin: 0 auto;
}

#ajaxbox-btnClose {
	text-align: right;
}


