#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color: #000000;
	display: none;
	text-align: left;
	top: 50%;
	left: 50%;
}

#TB_window .row {
	margin: auto;
}

.TB_overlayBG {
	background-color: #000;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

#TB_caption {
	display: inline-block;
}

#TB_closeWindow {
	display: inline-block;
}

#TB_title {
	background-color: #b00200;
	color: #fff;
	padding: .3rem;
}

#TB_title a {
	color: #fff;
}

#TB_ajaxWindowTitle {
	display: inline-block;
	width: 50%;
}

#TB_closeAjaxWindow {
	display: inline-block;
	width: 50%;
	text-align: right;
}

#TB_ajaxContent {
	display: inline-block;
}

#TB_ajaxContent.TB_modal {
	padding: 15px;
}

#TB_ajaxContent p {
	padding: 5px 0px 5px 0px;
}

#TB_load {
	position: fixed;
	display: none;
	height: 13px;
	width: 208px;
	z-index: 103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px;
}

#TB_HideSelect {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 100%;
	width: 100%;
}