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

#TB_window {
}

#TB_secondLine {
}

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

#TB_window {
	position: absolute;
	background: #171717;
	z-index: 102;
	color:#dceef7;
	border: 3px solid #ffffff;
	text-align:left;
}

#TB_window img {
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
}

#TB_title{
	background-color: #042d3e;
	height: 33px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 12px;	
}

#TB_title {
	color: #edcd38; 
}

#TB_ajaxContent{
	clear:both;
	padding:0;
	overflow:hidden;
	text-align:left;
}

#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;
	margin-bottom:-1px;
	margin-top:1px;
}

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