/*
 * 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
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%;
}

#TB_window {

}

#TB_secondLine {

}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000;
}

#TB_window {
	position: absolute;
	background: #3A3D46;
	z-index: 101;
	color:#000000;
	border: 2px solid #fe5827;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 15px 0 0 15px;

}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_closeAjaxWindow{

}

#TB_ajaxWindowTitle{

}

#TB_title{

}

#TB_ajaxContent{
	clear:both;
}

#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;
	background-color:#fff;
	border:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}