﻿.TB_overlayBG {
	filter:alpha(opacity=65);
	-moz-opacity: 0.65;
	opacity: 0.65;
}

#TB_window {
	border: 4px solid #182663;
	background-color: #A23C96; /* So will show up in case of any positioning issues with the iframe */
	padding-top: 0px;
	padding-right: 0px;
}

#TB_window iframe
{
	position: relative;
	top: -1px;
	border-right: 1px solid #E0E0E0;
	padding: 0px;
	margin-right: -1px;
	overflow: hidden;
}