/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */

#TB_window {
	color:#FFFFFF;
	background-color:#00CC00;
	background :none;
	font-size:12px;
}

#TB_secondLine {
}

#TB_overlay {
	position: absolute;
	z-index:100;
	top:0px;
	left:0px;
	background-color:#000000;
}

#TB_window {
	position:absolute;
	z-index:102;
	text-align:left;
}

#TB_window img {
	display:block;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
}

#TB_title{
}

#TB_ajaxContent{
	clear:both;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent p{
}

#TB_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#TB_HideSelect{
	z-index:99;
	position:absolute;
	top:0;
	left:0;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
}

/* IE6 */
* html #TB_iframeContent{
}
